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-ssh17272820794564303939.key Verifying host key using known hosts file > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/27-upgrade-xstream-to-improve-java-15-compatibility Seen branch in repository origin/master Seen 2 remote branches Obtained greycat/Jenkinsfile from aa99b2fcaf2a6162f7a114f0c87eab7f53889127 [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task All nodes of label ‘Hawk_Greycat_backend_master_214-7h6tj’ are offline WARNING: Unable to create pod: kubernetes hawk/hawk-greycat-backend-master-214-7h6tj-j35zz-qxlv0 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-214-7h6tj-j35zz-qxlv0" 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-214-7h6tj-j35zz-p4779 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-214-7h6tj-j35zz-p4779" 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-214-7h6tj-j35zz-qvxnk 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-214-7h6tj-j35zz-qvxnk" 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-214-7h6tj-j35zz-vdjtt Agent hawk-greycat-backend-master-214-7h6tj-j35zz-vdjtt is provisioned from template Hawk_Greycat_backend_master_214-7h6tj-j35zz --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Greycat%20backend/job/master/214/" runUrl: "job/Hawk%20Greycat%20backend/job/master/214/" labels: jenkins: "slave" jenkins/label-digest: "d1c6484bf672f970ef1b6669f54a29d0bbb1a14b" jenkins/label: "Hawk_Greycat_backend_master_214-7h6tj" name: "hawk-greycat-backend-master-214-7h6tj-j35zz-vdjtt" 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-214-7h6tj-j35zz-vdjtt" - name: "JENKINS_NAME" value: "hawk-greycat-backend-master-214-7h6tj-j35zz-vdjtt" - 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.3" 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-214-7h6tj-j35zz-vdjtt 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-ssh2198162419753761156.key Verifying host key using known hosts file > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipse/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision aa99b2fcaf2a6162f7a114f0c87eab7f53889127 (master) > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aa99b2fcaf2a6162f7a114f0c87eab7f53889127 # timeout=10 Commit message: "timeaware: different versions should count as different elements in a set" > git rev-list --no-walk 5b8921eb7c67c307ff880603fbe7d822ea84b861 # 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: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.809 s - in org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite addThenReuseIterable[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.785 s getMultipleMatches[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.211 s invalidIndexNames[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.387 s doubleExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.186 s removeByFullKey[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.195 s removeByNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.113 s removeByFieldNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.146 s indexNodeDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.285 s integerRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.26 s integerExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.203 s indexKeyAdditionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.395 s removeByNodeMultipleIndicesRemoveAll[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.203 s removeByNodeMultipleIndicesRemoveOne[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.206 s addPreservesPriorValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.195 s addNullMap[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.133 s query[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.261 s removeByNode3Arg[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.21 s removeByFullKeyInt[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.19 s nodeDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.143 s queryWithPipes[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.079 s addNullValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.088 s removeByValueNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.092 s indexDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.155 s deleteRecreate[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.061 s floatingRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.091 s removeByFullKeyDouble[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.095 s indexKeyRemovalRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.238 s testStartTransaction[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.104 s testStartDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.254 s testStartShutdown[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.104 s twoNodesBatchRemoveRel[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.111 s oneNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.115 s oneNodeProperty[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.47 s oneNodeRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.103 s oneNodeRemoveRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.11 s escapeInvalidClassCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.051 s escapeInvalidCharactersEdges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.056 s escapeInvalidFieldCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.104 s twoNodesBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.089 s oneNodeRemove[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.102 s oneNodeBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.116 s threeNodesRemoveMiddle[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.106 s recreateEdge[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.098 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 16:55:06.429 [main] INFO org.eclipse.hawk.core.runtime.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/113/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 16:55:06.618 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:06.618 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:55:06.620 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:06.620 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:06.623 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:55:06.624 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:55:06.624 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:55:06.624 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:55:06.624 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:55:06.625 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:55:06.625 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:55:06.625 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:55:06.723 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:06.723 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:06.735 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:55:06.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:55:06.736 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:55:06.737 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:55:06.738 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:55:06.738 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:55:06.738 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:55:06.738 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:55:06.738 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:55:06.738 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:55:06.738 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:55:06.740 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:55:06.740 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:55:06.740 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:55:06.745 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:55:06.746 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:55:06.816 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:55:06.820 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:55:06.826 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:55:06.828 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:55:06.828 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:55:06.829 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:55:06.830 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:55:06.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:55:06.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:55:06.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:55:06.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:55:06.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:55:06.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:55:06.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:55:06.831 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:55:06.835 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:55:06.835 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:55:06.927 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:55:06.927 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:06.927 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:55:06.935 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:06.935 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:06.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:55:06.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:55:06.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:55:06.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:06.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:55:06.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:55:06.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:55:06.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:55:06.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:55:06.941 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:55:06.942 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:55:06.943 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:55:06.944 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:55:06.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:55:06.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:06.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:55:06.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:06.945 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:06.947 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:55:06.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:55:06.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:55:06.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:55:06.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:55:06.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:55:06.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:55:06.948 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:55:07.021 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:55:07.021 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:07.021 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:55:07.022 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:07.022 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:07.027 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:55:07.029 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:55:07.029 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:07.033 [main] INFO org.eclipse.hawk.graph.updater.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/hawkSvnRepo14280761167329576265 16:55:15.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14280761167329576265:org.eclipse.hawk.svn.SvnManager:false 16:55:15.112 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:15.112 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:55:15.130 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:15.130 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:15.130 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:15.130 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:15.130 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:15.137 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:15.137 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 16:55:15.137 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:15.137 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:15.140 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:15.140 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s20ms [proxy update] 16:55:15.150 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763305529) of file:///tmp/hawkSvnRepo14280761167329576265 16:55:15.153 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:15.221 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:15.221 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:15.316 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:15.316 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:15.316 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:55:15.316 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:55:15.325 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:55:15.336 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:55:15.336 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:55:15.336 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:55:15.336 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s21ms [pure insertion] marking any relevant derived attributes for update...16:55:15.336 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:55:15.336 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:55:15.336 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:15.336 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:15.337 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:15.337 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:55:15.337 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:15.337 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:15.339 [pool-46-thread-1] DEBUG org.eclipse.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 !] 16:55:15.527 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:55:15.527 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:15.527 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s192ms [proxy update] 16:55:15.528 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763307233) of file:///tmp/hawkSvnRepo14280761167329576265 16:55:15.529 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:15.531 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:15.531 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:15.543 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:15.543 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:15.544 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:55:15.545 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:55:15.545 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:15.545 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:15.545 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:15.623 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s80ms [pure insertion] marking any relevant derived attributes for update...16:55:15.623 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:55:15.624 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:55:15.624 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:15.624 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:15.624 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:15.624 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:15.624 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:15.624 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:15.625 [pool-46-thread-1] DEBUG org.eclipse.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 !] 16:55:15.715 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:55:15.715 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:15.715 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s91ms [proxy update] 16:55:15.715 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763309120) of file:///tmp/hawkSvnRepo14280761167329576265 16:55:15.716 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:15.718 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:15.719 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:15.730 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:15.730 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:15.731 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:55:15.731 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:55:15.731 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:15.731 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:15.731 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:15.733 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:55:15.733 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:55:15.733 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:55:15.733 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:15.733 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:15.734 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:15.734 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:55:15.734 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:15.734 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:15.734 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:15.734 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:55:15.735 [pool-46-thread-1] DEBUG org.eclipse.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 !] 0s85ms [proxy update] 16:55:15.818 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763311117) of file:///tmp/hawkSvnRepo14280761167329576265 16:55:15.819 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:15.821 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:15.821 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:15.833 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:15.833 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:15.834 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:55:15.834 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:55:15.834 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:15.834 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:15.834 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:15.835 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:55:15.835 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:55:15.836 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:55:15.836 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:15.836 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:15.836 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:15.836 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:15.836 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:15.836 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:15.837 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:15.837 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:55:15.837 [pool-46-thread-1] DEBUG org.eclipse.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 !] 0s84ms [proxy update] 16:55:15.920 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763313116) of file:///tmp/hawkSvnRepo14280761167329576265 16:55:15.921 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:55:15.921 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 809 ms 16:55:15.945 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:55:15.945 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14280761167329576265:org.eclipse.hawk.svn.SvnManager:false 16:55:15.947 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:15.947 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:55:15.949 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:55:15.949 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10641967449622153318/test_revRefNavDerived[LevelDB GreyCat] 16:55:15.951 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:55:17.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:55:17.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:17.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:55:17.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:17.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:17.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:55:17.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:55:17.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:55:17.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:55:17.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:55:17.239 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:55:17.240 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:55:17.240 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:55:17.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:17.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:17.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:55:17.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:55:17.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:55:17.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:55:17.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:55:17.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:55:17.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:55:17.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:55:17.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:55:17.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:55:17.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:55:17.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:55:17.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:55:17.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:55:17.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:55:17.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:55:17.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:55:17.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:55:17.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:55:17.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:55:17.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:55:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:55:17.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:55:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:55:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:55:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:55:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:55:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:55:17.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:55:17.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:55:17.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:55:17.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:55:17.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:55:17.337 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:55:17.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:17.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:55:17.416 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:17.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:55:17.421 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:55:17.422 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:55:17.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:55:17.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:55:17.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:55:17.423 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:17.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:55:17.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:55:17.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:55:17.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:55:17.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:55:17.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:17.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:55:17.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:55:17.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:55:17.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:55:17.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:55:17.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:55:17.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:55:17.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:55:17.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:55:17.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:55:17.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:55:17.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:55:17.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:55:17.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:55:17.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:55:17.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:55:17.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:55:17.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:55:17.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:17.430 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:55:17.430 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:17.430 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:55:17.432 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:17.432 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:17.436 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:55:17.437 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:55:17.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:17.437 [main] INFO org.eclipse.hawk.graph.updater.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; 16:55:17.440 [main] INFO org.eclipse.hawk.graph.updater.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/hawkSvnRepo1634675850934877857 16:55:25.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1634675850934877857:org.eclipse.hawk.svn.SvnManager:false 16:55:25.113 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:25.113 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:55:25.123 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:25.123 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:25.123 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:25.123 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:25.123 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:25.125 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:25.125 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 16:55:25.125 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:25.125 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:25.128 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:25.128 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:55:25.133 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763316025) of file:///tmp/hawkSvnRepo1634675850934877857 16:55:25.134 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:25.139 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:25.139 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:25.216 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:25.216 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:25.216 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:55:25.216 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:55:25.224 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:55:25.238 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:55:25.238 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:55:25.238 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:55:25.238 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s22ms [pure insertion] marking any relevant derived attributes for update...16:55:25.238 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:55:25.239 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:55:25.239 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:25.239 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:25.239 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:25.239 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:25.239 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:25.239 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:25.240 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:55:25.249 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:55:25.326 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:55:25.326 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:25.326 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s88ms [proxy update] 16:55:25.327 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763317533) of file:///tmp/hawkSvnRepo1634675850934877857 16:55:25.327 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:25.330 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:25.330 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:25.339 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:25.339 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:25.340 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:55:25.340 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:55:25.340 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:25.340 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:25.340 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:25.347 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:55:25.347 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:55:25.347 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:55:25.348 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:25.348 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:25.348 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:25.348 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:25.348 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:25.348 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:25.348 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:25.348 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:55:25.349 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s78ms [proxy update] 16:55:25.426 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763319126) of file:///tmp/hawkSvnRepo1634675850934877857 16:55:25.427 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:25.429 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:25.429 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:25.439 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:25.440 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:25.440 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:55:25.440 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:55:25.440 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:25.440 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:25.440 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:25.517 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s78ms [pure insertion] marking any relevant derived attributes for update...16:55:25.517 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:55:25.518 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:55:25.518 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:25.518 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:25.518 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:25.518 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:25.518 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:25.518 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:25.519 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:55:25.526 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:55:25.543 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:55:25.543 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:25.543 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:55:25.544 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s106ms [proxy update] 16:55:25.624 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763321111) of file:///tmp/hawkSvnRepo1634675850934877857 16:55:25.625 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:25.628 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:25.628 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:25.637 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:25.637 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:25.639 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:55:25.640 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:55:25.640 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:25.640 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:25.640 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:25.641 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:55:25.641 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:55:25.641 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:55:25.641 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:25.641 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:25.642 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:25.642 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:55:25.642 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:25.642 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:25.642 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:25.642 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:55:25.642 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s92ms [proxy update] 16:55:25.733 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763323114) of file:///tmp/hawkSvnRepo1634675850934877857 16:55:25.734 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:55:25.734 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 621 ms 16:55:25.822 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:55:25.822 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1634675850934877857:org.eclipse.hawk.svn.SvnManager:false 16:55:25.824 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:25.824 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:55:25.825 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:55:25.831 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13050462874582527808/test_untilAnnotated[LevelDB GreyCat] 16:55:25.833 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:55:26.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:55:26.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:26.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:55:26.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:26.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:26.238 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:55:26.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:55:26.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:55:26.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:55:26.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:55:26.239 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:55:26.239 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:55:26.239 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:55:26.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:26.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:26.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:55:26.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:55:26.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:55:26.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:55:26.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:55:26.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:55:26.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:55:26.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:55:26.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:55:26.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:55:26.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:55:26.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:55:26.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:55:26.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:55:26.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:55:26.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:55:26.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:55:26.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:55:26.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:55:26.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:55:26.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:55:26.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:55:26.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:55:26.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:55:26.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:55:26.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:55:26.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:55:26.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:55:26.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:55:26.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:55:26.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:55:26.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:55:26.333 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:55:26.341 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:55:26.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:26.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:55:26.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:26.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:55:26.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:55:26.423 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:55:26.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:55:26.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:55:26.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:55:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:55:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:55:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:55:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:55:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:55:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:55:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:55:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:55:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:55:26.427 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:55:26.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:55:26.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:55:26.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:55:26.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:55:26.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:55:26.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:55:26.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:55:26.433 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:55:26.433 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:26.433 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:55:26.434 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:26.434 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:26.438 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:55:26.439 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:55:26.439 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:26.439 [main] INFO org.eclipse.hawk.graph.updater.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/hawkSvnRepo9979058842300993265 16:55:30.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9979058842300993265:org.eclipse.hawk.svn.SvnManager:false 16:55:30.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:30.108 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:55:30.117 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:30.117 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:30.117 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:30.117 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:30.117 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:30.119 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:30.119 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 16:55:30.119 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:30.119 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:30.121 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:30.121 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 16:55:30.124 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763325846) of file:///tmp/hawkSvnRepo9979058842300993265 16:55:30.124 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:30.128 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:30.128 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:30.137 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:30.137 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:30.139 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:55:30.139 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:55:30.145 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:55:30.152 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:55:30.152 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:55:30.152 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:55:30.152 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:55:30.152 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:55:30.152 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:55:30.152 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:30.152 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:30.153 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:30.153 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:55:30.153 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:30.153 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:30.153 [pool-50-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:55:30.221 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:55:30.221 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:30.222 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s70ms [proxy update] 16:55:30.222 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763326523) of file:///tmp/hawkSvnRepo9979058842300993265 16:55:30.223 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:30.225 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:30.225 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:30.233 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:30.233 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:30.234 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:55:30.234 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:55:30.234 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:30.234 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:30.234 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:30.240 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:55:30.240 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:55:30.241 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:55:30.241 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:30.241 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:30.241 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:30.241 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:30.241 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:30.241 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:30.241 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:30.241 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:55:30.241 [pool-50-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s80ms [proxy update] 16:55:30.321 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763328111) of file:///tmp/hawkSvnRepo9979058842300993265 16:55:30.321 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:55:30.321 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 213 ms 16:55:30.330 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:55:30.330 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9979058842300993265:org.eclipse.hawk.svn.SvnManager:false 16:55:30.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:30.331 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:55:30.333 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:55:30.334 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7639577567740585992/test_computedForAllVersions[LevelDB GreyCat] 16:55:30.336 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:55:31.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:55:31.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:31.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:55:31.241 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:31.241 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:31.243 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:55:31.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:55:31.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:55:31.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:55:31.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:55:31.244 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:55:31.244 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:55:31.244 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:55:31.252 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:31.252 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:31.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:55:31.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:55:31.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:55:31.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:55:31.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:55:31.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:55:31.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:55:31.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:55:31.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:55:31.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:55:31.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:55:31.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:55:31.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:55:31.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:55:31.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:55:31.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:55:31.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:55:31.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:55:31.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:55:31.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:55:31.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:55:31.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:55:31.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:55:31.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:55:31.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:55:31.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:55:31.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:55:31.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:55:31.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:55:31.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:55:31.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:55:31.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:55:31.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:55:31.333 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:55:31.333 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:31.333 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:55:31.336 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:31.336 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:31.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:55:31.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:31.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:55:31.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:55:31.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:55:31.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:55:31.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:55:31.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:55:31.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:55:31.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:55:31.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:55:31.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:55:31.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:55:31.340 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:55:31.340 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:55:31.341 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:31.341 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:55:31.341 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:55:31.341 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:55:31.341 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:55:31.341 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:55:31.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:55:31.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:55:31.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:55:31.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:55:31.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:55:31.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:55:31.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:55:31.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:31.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:55:31.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:31.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:55:31.342 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:55:31.343 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:31.346 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:55:31.346 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:31.346 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:55:31.347 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:31.347 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:31.415 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:55:31.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:55:31.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:31.417 [main] INFO org.eclipse.hawk.graph.updater.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; 16:55:31.419 [main] INFO org.eclipse.hawk.graph.updater.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/hawkSvnRepo1290813321947999478 16:55:39.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1290813321947999478:org.eclipse.hawk.svn.SvnManager:false 16:55:39.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:39.105 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:55:39.114 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:39.114 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:39.114 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:39.114 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:39.114 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:39.116 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:39.116 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 16:55:39.116 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:39.116 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:39.118 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:39.118 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 16:55:39.123 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763330346) of file:///tmp/hawkSvnRepo1290813321947999478 16:55:39.124 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:39.127 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:39.127 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:39.135 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:39.135 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:39.135 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:55:39.135 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:55:39.141 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:55:39.151 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:55:39.151 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:55:39.151 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:55:39.151 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:55:39.151 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:55:39.151 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:55:39.151 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:39.151 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:39.151 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:39.151 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:39.151 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:39.151 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:39.152 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:55:39.223 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:55:39.240 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:55:39.240 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:39.240 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s90ms [proxy update] 16:55:39.241 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763331439) of file:///tmp/hawkSvnRepo1290813321947999478 16:55:39.242 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:39.245 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:39.245 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:39.314 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:39.314 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:39.315 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:55:39.315 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:55:39.315 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:39.315 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:39.315 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:39.322 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:55:39.323 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:55:39.323 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:55:39.323 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:39.323 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:39.323 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:39.323 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:39.323 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:39.323 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:39.323 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:39.324 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:55:39.324 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s17ms [proxy update] 16:55:39.340 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763333111) of file:///tmp/hawkSvnRepo1290813321947999478 16:55:39.341 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:39.343 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:39.343 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:39.351 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:39.351 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:39.351 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:55:39.352 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:55:39.352 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:39.352 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:39.352 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:39.421 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s70ms [pure insertion] marking any relevant derived attributes for update...16:55:39.421 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:55:39.422 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:55:39.422 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:39.422 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:39.422 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:39.422 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:39.422 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:39.422 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:39.423 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:55:39.429 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:55:39.443 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:55:39.444 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:39.444 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:55:39.444 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s101ms [proxy update] 16:55:39.523 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763335115) of file:///tmp/hawkSvnRepo1290813321947999478 16:55:39.524 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:39.526 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:39.526 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:39.534 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:39.534 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:39.536 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:55:39.536 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:55:39.536 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:39.536 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:39.536 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:39.537 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:55:39.537 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:55:39.538 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:55:39.538 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:39.538 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:39.538 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:39.538 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:39.538 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:39.538 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:39.538 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:39.538 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:55:39.538 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s92ms [proxy update] 16:55:39.630 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763337110) of file:///tmp/hawkSvnRepo1290813321947999478 16:55:39.631 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:55:39.631 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 526 ms 16:55:39.637 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:55:39.637 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1290813321947999478:org.eclipse.hawk.svn.SvnManager:false 16:55:39.639 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:39.639 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:55:39.641 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:55:39.641 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10252354872455126634/test_sinceAnnotated[LevelDB GreyCat] 16:55:39.643 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:55:40.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:55:40.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:40.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:55:40.218 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:40.218 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:40.221 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:55:40.221 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:55:40.221 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:55:40.221 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:55:40.221 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:55:40.221 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:55:40.222 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:55:40.222 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:55:40.227 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:40.227 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:40.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:55:40.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:55:40.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:55:40.232 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:55:40.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:55:40.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:55:40.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:55:40.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:55:40.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:55:40.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:55:40.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:55:40.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:55:40.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:55:40.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:55:40.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:55:40.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:55:40.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:55:40.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:55:40.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:55:40.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:55:40.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:55:40.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:55:40.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:55:40.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:55:40.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:55:40.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:55:40.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:55:40.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:55:40.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:55:40.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:55:40.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:55:40.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:55:40.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:55:40.245 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:55:40.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:40.245 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:55:40.248 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:40.248 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:55:40.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:55:40.253 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:40.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:55:40.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:55:40.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:40.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:55:40.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:55:40.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:40.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:55:40.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:55:40.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:55:40.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:55:40.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:55:40.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:55:40.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:55:40.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:40.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:55:40.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:40.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:40.320 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:55:40.321 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:55:40.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:40.322 [main] INFO org.eclipse.hawk.graph.updater.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; 16:55:40.324 [main] INFO org.eclipse.hawk.graph.updater.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/hawkSvnRepo2834349914677090628 16:55:48.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2834349914677090628:org.eclipse.hawk.svn.SvnManager:false 16:55:48.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:48.107 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:55:48.115 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:48.115 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:48.115 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:48.115 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:48.115 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:48.117 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:48.117 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 16:55:48.117 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:48.117 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:48.119 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:48.119 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:55:48.125 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763339717) of file:///tmp/hawkSvnRepo2834349914677090628 16:55:48.126 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:48.130 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:48.130 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:48.138 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:48.138 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:48.138 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:55:48.138 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:55:48.144 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:55:48.153 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:55:48.153 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:55:48.153 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:55:48.153 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:55:48.153 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:55:48.153 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:55:48.153 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:48.153 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:48.154 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:48.154 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:55:48.154 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:48.154 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:48.154 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:55:48.218 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:55:48.231 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:55:48.231 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:48.231 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s79ms [proxy update] 16:55:48.232 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763340342) of file:///tmp/hawkSvnRepo2834349914677090628 16:55:48.232 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:48.234 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:48.234 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:48.243 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:48.243 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:48.244 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:55:48.244 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:55:48.244 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:48.244 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:48.244 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:48.249 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:55:48.249 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:55:48.250 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:55:48.250 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:48.250 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:48.250 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:48.250 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:48.250 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:48.250 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:48.250 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:48.250 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:55:48.250 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s77ms [proxy update] 16:55:48.327 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763342110) of file:///tmp/hawkSvnRepo2834349914677090628 16:55:48.328 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:48.330 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:48.330 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:48.341 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:48.341 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:48.341 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:55:48.341 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:55:48.341 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:48.341 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:48.341 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:48.351 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:55:48.351 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s63ms 16:55:48.414 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s63ms 16:55:48.414 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:48.414 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:48.414 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:48.414 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:48.414 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:48.414 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:48.415 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:55:48.422 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:55:48.441 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:55:48.442 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:48.442 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:55:48.442 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s105ms [proxy update] 16:55:48.519 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763344109) of file:///tmp/hawkSvnRepo2834349914677090628 16:55:48.520 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:48.522 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:48.522 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:48.532 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:48.532 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:48.532 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:55:48.533 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:55:48.533 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:48.533 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:48.533 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:48.534 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:55:48.534 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:55:48.535 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:55:48.535 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:48.535 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:48.535 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:48.535 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:48.535 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:48.535 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:48.535 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:48.535 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:55:48.535 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s81ms [proxy update] 16:55:48.616 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763346112) of file:///tmp/hawkSvnRepo2834349914677090628 16:55:48.617 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:55:48.617 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 510 ms 16:55:48.623 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:55:48.623 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2834349914677090628:org.eclipse.hawk.svn.SvnManager:false 16:55:48.625 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:48.625 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:55:48.626 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:55:48.627 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16666492569801977217/test_beforeAnnotated[LevelDB GreyCat] 16:55:48.628 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:55:49.150 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:55:49.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:49.152 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:55:49.152 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:49.152 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:49.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:55:49.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:55:49.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:55:49.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:55:49.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:55:49.154 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:55:49.155 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:55:49.155 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:55:49.159 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:49.159 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:49.162 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:55:49.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:55:49.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:55:49.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:55:49.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:55:49.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:55:49.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:55:49.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:55:49.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:55:49.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:55:49.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:55:49.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:55:49.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:55:49.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:55:49.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:55:49.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:55:49.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:55:49.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:55:49.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:55:49.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:55:49.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:55:49.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:55:49.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:55:49.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:55:49.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:55:49.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:55:49.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:55:49.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:55:49.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:55:49.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:55:49.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:55:49.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:55:49.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:55:49.175 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:55:49.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:49.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:55:49.178 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:49.178 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:49.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:55:49.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:55:49.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:55:49.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:55:49.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:55:49.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:55:49.216 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:55:49.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:55:49.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:55:49.221 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:55:49.221 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:49.221 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:55:49.222 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:49.222 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:49.225 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:55:49.227 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:55:49.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:49.227 [main] INFO org.eclipse.hawk.graph.updater.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; 16:55:49.230 [main] INFO org.eclipse.hawk.graph.updater.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/hawkSvnRepo9617738559471453736 16:55:57.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9617738559471453736:org.eclipse.hawk.svn.SvnManager:false 16:55:57.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:57.106 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:55:57.113 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:57.113 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:57.113 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:57.113 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:57.113 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:57.115 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:57.115 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 16:55:57.115 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:57.115 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:57.117 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:57.117 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 16:55:57.121 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763348639) of file:///tmp/hawkSvnRepo9617738559471453736 16:55:57.122 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:57.125 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:57.125 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:57.132 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:57.132 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:57.132 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:55:57.132 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:55:57.138 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:55:57.146 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:55:57.146 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:55:57.146 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:55:57.146 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:55:57.146 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:55:57.146 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:55:57.146 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:57.146 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:57.147 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:57.147 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:55:57.147 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:57.147 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:57.147 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:55:57.152 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:55:57.223 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:55:57.223 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:57.223 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s78ms [proxy update] 16:55:57.224 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763349314) of file:///tmp/hawkSvnRepo9617738559471453736 16:55:57.224 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:57.226 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:57.226 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:57.233 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:57.233 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:57.233 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:55:57.233 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:55:57.234 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:57.234 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:57.234 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:57.239 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:55:57.239 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:55:57.239 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:55:57.240 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:57.240 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:57.240 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:57.240 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:57.240 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:57.240 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:57.240 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:57.240 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:55:57.240 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s11ms [proxy update] 16:55:57.251 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763351112) of file:///tmp/hawkSvnRepo9617738559471453736 16:55:57.252 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:57.253 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:57.253 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:57.319 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:57.319 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:57.319 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:55:57.319 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:55:57.319 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:57.319 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:57.319 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:57.327 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:55:57.327 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:55:57.327 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:55:57.327 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:57.327 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:57.327 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:57.327 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:57.327 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:57.327 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:57.328 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:55:57.333 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:55:57.415 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:55:57.415 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:57.415 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:55:57.415 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s100ms [proxy update] 16:55:57.427 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763353108) of file:///tmp/hawkSvnRepo9617738559471453736 16:55:57.427 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:55:57.429 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:55:57.429 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:55:57.436 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:55:57.436 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:55:57.437 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:55:57.438 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:55:57.438 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:55:57.438 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:55:57.438 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:55:57.439 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:55:57.439 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:55:57.439 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:55:57.439 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:55:57.439 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:55:57.439 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:55:57.439 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:55:57.439 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:55:57.439 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:55:57.439 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:55:57.439 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:55:57.440 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s78ms [proxy update] 16:55:57.517 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763355109) of file:///tmp/hawkSvnRepo9617738559471453736 16:55:57.517 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:55:57.517 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 411 ms 16:55:57.525 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:55:57.525 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9617738559471453736:org.eclipse.hawk.svn.SvnManager:false 16:55:57.526 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:57.527 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:55:57.528 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:55:57.529 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14367367328901016229/test_whenComposability[LevelDB GreyCat] 16:55:57.530 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:55:58.152 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:55:58.153 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:55:58.153 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:55:58.153 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:58.153 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:58.155 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:55:58.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:55:58.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:55:58.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:55:58.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:55:58.156 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:55:58.156 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:55:58.156 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:55:58.160 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:58.160 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:58.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:55:58.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:55:58.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:55:58.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:55:58.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:55:58.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:55:58.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:55:58.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:55:58.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:55:58.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:55:58.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:55:58.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:55:58.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:55:58.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:55:58.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:55:58.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:55:58.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:55:58.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:55:58.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:55:58.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:55:58.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:55:58.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:55:58.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:55:58.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:55:58.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:55:58.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:55:58.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:55:58.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:55:58.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:55:58.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:55:58.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:55:58.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:55:58.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:55:58.175 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:55:58.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:58.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:55:58.178 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:58.178 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:55:58.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:55:58.215 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:55:58.216 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:55:58.217 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:55:58.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:55:58.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:55:58.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:55:58.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:55:58.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:55:58.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:55:58.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:55:58.218 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:55:58.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:55:58.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:58.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:55:58.221 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:55:58.221 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:55:58.224 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:55:58.225 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:55:58.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:55:58.225 [main] INFO org.eclipse.hawk.graph.updater.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; 16:55:58.227 [main] INFO org.eclipse.hawk.graph.updater.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/hawkSvnRepo8532522060194132665 16:56:06.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8532522060194132665:org.eclipse.hawk.svn.SvnManager:false 16:56:06.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:06.107 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:06.114 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:06.114 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:06.114 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:06.114 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:06.114 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:06.116 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:06.117 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 16:56:06.117 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:06.117 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:06.119 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:06.119 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 16:56:06.125 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763357540) of file:///tmp/hawkSvnRepo8532522060194132665 16:56:06.125 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:06.129 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:06.129 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:06.139 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:56:06.139 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:06.139 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:56:06.139 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:56:06.146 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:56:06.214 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:56:06.214 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:56:06.214 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:56:06.214 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s75ms [pure insertion] marking any relevant derived attributes for update...16:56:06.214 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:06.214 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:06.214 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:06.214 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:06.214 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:06.214 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:06.214 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:06.214 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:06.215 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:56:06.219 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:56:06.230 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:56:06.230 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:06.230 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s16ms [proxy update] 16:56:06.230 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763358243) of file:///tmp/hawkSvnRepo8532522060194132665 16:56:06.230 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:06.232 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:06.232 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:06.238 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:56:06.238 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:06.238 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:56:06.238 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:56:06.238 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:06.238 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:56:06.238 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:06.244 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:56:06.244 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:06.244 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:06.244 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:06.244 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:06.244 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:06.244 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:06.244 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:06.244 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:06.244 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:06.244 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:56:06.245 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s12ms [proxy update] 16:56:06.256 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763360108) of file:///tmp/hawkSvnRepo8532522060194132665 16:56:06.256 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:06.314 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:06.314 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:06.321 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:56:06.321 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:06.321 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:56:06.321 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:56:06.321 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:06.321 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:56:06.321 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:06.327 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:56:06.327 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:56:06.328 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:56:06.328 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:06.328 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:06.328 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:06.328 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:06.328 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:06.328 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:06.328 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 16:56:06.333 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 16:56:06.346 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:56:06.346 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:06.346 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:56:06.346 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s92ms [proxy update] 16:56:06.420 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763362107) of file:///tmp/hawkSvnRepo8532522060194132665 16:56:06.421 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:06.422 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:06.422 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:06.429 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:56:06.429 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:06.429 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:56:06.429 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:56:06.429 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:06.429 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:56:06.429 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:06.430 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:56:06.430 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:06.430 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:06.430 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:06.430 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:06.430 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:06.430 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:06.430 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:06.430 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:06.430 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:06.430 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:56:06.431 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s15ms [proxy update] 16:56:06.445 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763364112) of file:///tmp/hawkSvnRepo8532522060194132665 16:56:06.445 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:06.445 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 338 ms 16:56:06.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:56:06.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8532522060194132665:org.eclipse.hawk.svn.SvnManager:false 16:56:06.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:06.514 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:56:06.515 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:56:06.515 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2150247508977808257/test_afterAnnotated[LevelDB GreyCat] 16:56:06.517 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:56:07.153 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:56:07.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:07.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:56:07.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:07.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:07.156 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:56:07.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:56:07.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:56:07.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:56:07.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:56:07.156 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:07.156 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:07.157 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:56:07.160 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:07.160 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:07.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:56:07.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:56:07.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:56:07.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:56:07.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:56:07.163 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:56:07.164 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:56:07.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:56:07.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:56:07.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:56:07.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:56:07.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:56:07.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:56:07.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:56:07.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:56:07.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:56:07.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:56:07.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:56:07.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:56:07.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:56:07.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:56:07.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:56:07.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:56:07.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:56:07.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:56:07.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:56:07.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:56:07.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:56:07.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:56:07.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:56:07.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:56:07.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:56:07.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:56:07.174 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:56:07.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:07.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:56:07.177 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:07.177 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:56:07.180 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:56:07.180 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:56:07.181 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:56:07.215 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:56:07.215 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:07.215 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:56:07.216 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:07.216 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:07.219 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:56:07.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:56:07.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:07.220 [main] INFO org.eclipse.hawk.graph.updater.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/hawkSvnRepo15645212512342504599 16:56:15.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15645212512342504599:org.eclipse.hawk.svn.SvnManager:false 16:56:15.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:15.104 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:15.111 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:15.111 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:15.111 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:15.111 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:15.111 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:15.113 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:15.113 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 16:56:15.113 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:15.113 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:15.114 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:15.114 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 16:56:15.116 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763366527) of file:///tmp/hawkSvnRepo15645212512342504599 16:56:15.117 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:15.121 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:15.121 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:15.127 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:56:15.127 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:15.129 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:56:15.129 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:56:15.134 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:56:15.139 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:56:15.139 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:56:15.140 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:56:15.140 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:56:15.140 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:15.140 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:15.140 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:15.140 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:15.140 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:15.140 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:15.140 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:15.140 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:15.141 [pool-60-thread-1] DEBUG org.eclipse.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 16:56:15.147 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:56:15.147 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:15.147 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 16:56:15.148 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763367235) of file:///tmp/hawkSvnRepo15645212512342504599 16:56:15.148 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:15.149 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:15.150 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:15.156 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:56:15.156 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:15.156 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:56:15.156 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:56:15.156 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:15.156 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:56:15.156 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:15.220 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s64ms [pure insertion] marking any relevant derived attributes for update...16:56:15.220 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:15.220 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:15.220 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:15.220 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:15.220 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:15.220 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:15.220 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:15.220 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:15.220 [pool-60-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; 16:56:15.231 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:56:15.231 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:15.231 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 16:56:15.231 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763369108) of file:///tmp/hawkSvnRepo15645212512342504599 16:56:15.231 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:15.233 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:15.233 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:15.238 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:56:15.238 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:15.239 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:56:15.239 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:56:15.239 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:15.239 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:56:15.239 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:15.240 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:56:15.240 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:15.240 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:15.240 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:15.240 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:15.240 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:15.240 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:15.240 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:15.240 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:15.240 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:15.240 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:56:15.240 [pool-60-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; 0s13ms [proxy update] 16:56:15.253 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763371110) of file:///tmp/hawkSvnRepo15645212512342504599 16:56:15.254 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:15.255 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:15.255 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:15.319 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:56:15.319 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:15.319 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:56:15.320 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:56:15.320 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:15.320 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:56:15.320 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:15.320 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:56:15.320 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:56:15.321 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:56:15.321 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:15.321 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:15.321 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:15.321 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:15.321 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:15.321 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:15.321 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:15.321 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:56:15.321 [pool-60-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; 0s14ms [proxy update] 16:56:15.335 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763373107) of file:///tmp/hawkSvnRepo15645212512342504599 16:56:15.335 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:15.335 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 231 ms 16:56:15.338 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:56:15.338 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15645212512342504599:org.eclipse.hawk.svn.SvnManager:false 16:56:15.339 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:15.339 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:56:15.340 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:56:15.341 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14032071869786858413/test_eContainerDerived[LevelDB GreyCat] 16:56:15.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:56:17.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:56:17.152 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:17.152 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:56:17.152 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:17.152 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:17.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:56:17.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:56:17.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:56:17.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:56:17.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:56:17.155 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:17.155 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:17.155 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:56:17.158 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:17.158 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:17.161 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:56:17.162 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:56:17.162 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:56:17.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:56:17.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:56:17.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:56:17.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:56:17.165 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:56:17.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:56:17.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:56:17.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:56:17.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:56:17.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:56:17.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:56:17.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:56:17.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:56:17.166 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:56:17.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:56:17.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:56:17.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:56:17.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:56:17.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:56:17.167 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:56:17.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:56:17.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:56:17.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:56:17.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:56:17.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:56:17.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:56:17.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:56:17.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:56:17.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:56:17.169 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:56:17.172 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:56:17.172 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:17.172 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:56:17.174 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:17.174 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:17.177 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:56:17.177 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:56:17.177 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:56:17.177 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:56:17.177 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:56:17.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:17.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:56:17.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:56:17.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:56:17.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:56:17.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:56:17.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:56:17.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:56:17.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:56:17.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:56:17.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:56:17.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:56:17.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:56:17.214 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:56:17.215 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:56:17.217 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:56:17.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:17.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:56:17.218 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:17.218 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:17.221 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:56:17.222 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:56:17.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo5468633127903698553 16:56:22.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5468633127903698553:org.eclipse.hawk.svn.SvnManager:false 16:56:22.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:22.105 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:22.113 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:22.113 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:22.113 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:22.113 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:22.113 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:22.115 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:22.115 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 16:56:22.115 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:22.115 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:22.117 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:22.117 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 16:56:22.120 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763376108) of file:///tmp/hawkSvnRepo5468633127903698553 16:56:22.120 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:22.124 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:22.125 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:22.132 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:56:22.132 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:22.134 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:56:22.134 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:56:22.139 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:56:22.142 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:56:22.142 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:56:22.142 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:56:22.142 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:56:22.142 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:22.142 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:22.143 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:22.143 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:22.143 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:22.143 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:22.143 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:22.143 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:22.143 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:22.143 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:56:22.143 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763377237) of file:///tmp/hawkSvnRepo5468633127903698553 16:56:22.143 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:22.143 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 38 ms No username/password recorded for the repository file:///tmp/hawkSvnRepo14117419404488517261 16:56:22.145 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5468633127903698553:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo14117419404488517261:org.eclipse.hawk.svn.SvnManager:false 16:56:22.147 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:22.147 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:22.151 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:22.151 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:22.151 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:22.151 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:22.151 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:22.151 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:22.151 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:22.151 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:22.151 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:22.151 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:22.151 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:56:22.151 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763375352) of file:///tmp/hawkSvnRepo14117419404488517261 16:56:22.152 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:22.154 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:22.154 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:22.217 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /main.xmi... 16:56:22.217 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:22.217 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:56:22.217 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /main.xmi... 16:56:22.220 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /main.xmi 16:56:22.223 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:56:22.224 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /main.xmi 16:56:22.224 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:56:22.224 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /main.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:56:22.224 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:22.224 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:22.224 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:22.224 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:22.224 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:22.224 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:22.224 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:22.224 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:22.224 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:22.224 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:56:22.224 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763380115) of file:///tmp/hawkSvnRepo14117419404488517261 16:56:22.225 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:22.225 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 78 ms 16:56:22.263 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:56:22.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5468633127903698553:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo14117419404488517261:org.eclipse.hawk.svn.SvnManager:false 16:56:22.269 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:22.269 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:56:22.315 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:56:22.315 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11343749273444052288/test_testCounts[LevelDB GreyCat] 16:56:22.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:56:22.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:56:22.579 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:22.579 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:56:22.579 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:22.579 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:22.582 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:56:22.582 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:56:22.582 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:56:22.588 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:56:22.588 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:56:22.593 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:22.593 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:22.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:56:22.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:56:22.597 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:56:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:56:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:56:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:56:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:56:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:56:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:56:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:56:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:56:22.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:56:22.598 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:22.634 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:22.635 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 16:56:22.600 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:56:22.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:56:22.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:56:22.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:56:22.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:56:22.637 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:56:22.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:56:22.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:56:22.638 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:56:22.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:56:22.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:56:22.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:56:22.639 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:56:22.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:56:22.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:56:22.640 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:56:22.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:56:22.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:56:22.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:56:22.643 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:56:22.644 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:56:22.648 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:56:22.648 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:22.648 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:56:22.679 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:22.679 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:56:22.683 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:56:22.684 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:56:22.684 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:56:22.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:56:22.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:22.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:56:22.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:56:22.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:56:22.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:22.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:56:22.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:22.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:56:22.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:56:22.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:22.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:56:22.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:56:22.685 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:56:22.689 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:56:22.689 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:22.689 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:56:22.690 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:22.690 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:22.719 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:56:22.721 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:56:22.721 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:22.765 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 130 bytes 16:56:22.765 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:22.766 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, size=130, fileKey=(dev=804,ino=260562049) 16:56:22.768 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, --version],/usr/bin 16:56:22.822 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.30.2' 16:56:22.822 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 16:56:22.822 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin 16:56:22.824 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'null' 16:56:22.824 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 16:56:22.835 [main] DEBUG org.eclipse.jgit.util.FS - readpipe rc=128 16:56:22.835 [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 ' 16:56:22.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.836 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 16:56:22.836 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.gitconfig] 16:56:22.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.841 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:22.841280000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382841280000 ns, racy<=2500000000 ns 16:56:22.842 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:22.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:22.841280000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382841280000 ns, racy<=2500000000 ns 16:56:22.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:22.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:22.841280000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382841280000 ns, racy<=2500000000 ns 16:56:22.850 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:22.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.851 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:22.841280000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382841280000 ns, racy<=2500000000 ns 16:56:22.852 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:22.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:22.841280000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382841280000 ns, racy<=2500000000 ns 16:56:22.853 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:22.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:22.841280000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382841280000 ns, racy<=2500000000 ns 16:56:22.914 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:22.841280000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382841280000 ns, racy<=2500000000 ns 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:22.841280000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382841280000 ns, racy<=2500000000 ns 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:22.841280000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382841280000 ns, racy<=2500000000 ns 16:56:22.915 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:22.918 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:22.918104000, lastModified=2023-03-25 16:56:22.917250000, size=23, fileKey=(dev=200099,ino=101821564) 16:56:22.922 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:22.922907000, lastModified=2023-03-25 16:56:22.922250000, size=78, fileKey=(dev=200099,ino=101821566) 16:56:22.923 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:22.923900000, lastModified=2023-03-25 16:56:22.922250000, size=78, fileKey=(dev=200099,ino=101821566) 16:56:22.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:22.924371000, lastModified=2023-03-25 16:56:22.922250000, size=78, fileKey=(dev=200099,ino=101821566) 16:56:22.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=true, read=2023-03-25 16:56:22.924371000, lastModified=2023-03-25 16:56:22.922250000, delta=2121000 ns, racy<=2500000000 ns 16:56:22.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is racily clean 16:56:22.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:22.924785000, lastModified=2023-03-25 16:56:22.922250000, size=78, fileKey=(dev=200099,ino=101821566) 16:56:22.924 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=true, read=2023-03-25 16:56:22.924785000, lastModified=2023-03-25 16:56:22.922250000, delta=2535000 ns, racy<=2500000000 ns 16:56:22.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=true, read=2023-03-25 16:56:22.924785000, lastModified=2023-03-25 16:56:22.922250000, delta=2535000 ns, racy<=2500000000 ns 16:56:22.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is racily clean 16:56:22.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:22.934385000, lastModified=2023-03-25 16:56:22.922250000, size=78, fileKey=(dev=200099,ino=101821566) 16:56:22.934 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=true, read=2023-03-25 16:56:22.934385000, lastModified=2023-03-25 16:56:22.922250000, delta=12135000 ns, racy<=2500000000 ns 16:56:22.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=true, read=2023-03-25 16:56:22.934385000, lastModified=2023-03-25 16:56:22.922250000, delta=12135000 ns, racy<=2500000000 ns 16:56:22.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is racily clean 16:56:22.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:22.940656000, lastModified=2023-03-25 16:56:22.922250000, size=78, fileKey=(dev=200099,ino=101821566) 16:56:22.940 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=true, read=2023-03-25 16:56:22.940656000, lastModified=2023-03-25 16:56:22.922250000, delta=18406000 ns, racy<=2500000000 ns 16:56:22.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.941 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=true, read=2023-03-25 16:56:22.940656000, lastModified=2023-03-25 16:56:22.922250000, delta=18406000 ns, racy<=2500000000 ns 16:56:22.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is racily clean 16:56:22.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:22.942031000, lastModified=2023-03-25 16:56:22.922250000, size=78, fileKey=(dev=200099,ino=101821566) 16:56:22.942 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=true, read=2023-03-25 16:56:22.942031000, lastModified=2023-03-25 16:56:22.922250000, delta=19781000 ns, racy<=2500000000 ns 16:56:22.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.943 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=true, read=2023-03-25 16:56:22.942031000, lastModified=2023-03-25 16:56:22.922250000, delta=19781000 ns, racy<=2500000000 ns 16:56:22.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is racily clean 16:56:22.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:22.944089000, lastModified=2023-03-25 16:56:22.922250000, size=78, fileKey=(dev=200099,ino=101821566) 16:56:22.944 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=true, read=2023-03-25 16:56:22.944089000, lastModified=2023-03-25 16:56:22.922250000, delta=21839000 ns, racy<=2500000000 ns 16:56:22.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=true, read=2023-03-25 16:56:22.944089000, lastModified=2023-03-25 16:56:22.922250000, delta=21839000 ns, racy<=2500000000 ns 16:56:22.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is racily clean 16:56:22.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:22.947664000, lastModified=2023-03-25 16:56:22.922250000, size=78, fileKey=(dev=200099,ino=101821566) 16:56:22.947 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=true, read=2023-03-25 16:56:22.947664000, lastModified=2023-03-25 16:56:22.922250000, delta=25414000 ns, racy<=2500000000 ns 16:56:22.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 16:56:22.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-25 16:56:22.950262000, lastModified=2023-03-25 16:56:22.850248000, size=6, fileKey=(dev=200099,ino=111390806) 16:56:22.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:22.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:22.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:22.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:22.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (overlay) in /tmp/junit2321836960454229634/.git/objects 16:56:22.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (overlay) in /tmp/junit2321836960454229634/.git/objects; got PT0.000004S 16:56:22.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit2321836960454229634/.git/objects 16:56:22.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:22.952605000, lastModified=2023-03-25 16:56:22.951250000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:22.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:22.951250000 to 2023-03-25 16:56:22.952250000 16:56:22.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:22.953170000, lastModified=2023-03-25 16:56:22.952250000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:22.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:22.953170000, lastModified=2023-03-25 16:56:22.952250000, delta=920000 ns, racy<=10000 ns 16:56:22.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:22.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:22.954122000, lastModified=2023-03-25 16:56:22.953250000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:22.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:22.954122000, lastModified=2023-03-25 16:56:22.953250000, delta=872000 ns, racy<=10000 ns 16:56:22.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:22.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:22.954585000, lastModified=2023-03-25 16:56:22.953250000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:22.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:22.954585000, lastModified=2023-03-25 16:56:22.953250000, delta=1335000 ns, racy<=10000 ns 16:56:22.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:22.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:22.955003000, lastModified=2023-03-25 16:56:22.954250000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:22.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:22.955003000, lastModified=2023-03-25 16:56:22.954250000, delta=753000 ns, racy<=10000 ns 16:56:22.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:22.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:22.955419000, lastModified=2023-03-25 16:56:22.954250000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:22.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:22.955419000, lastModified=2023-03-25 16:56:22.954250000, delta=1169000 ns, racy<=10000 ns 16:56:22.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:22.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:22.955826000, lastModified=2023-03-25 16:56:22.954250000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:22.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:22.954250000 to 2023-03-25 16:56:22.955250000 16:56:22.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:22.956200000, lastModified=2023-03-25 16:56:22.955250000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:22.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:22.956200000, lastModified=2023-03-25 16:56:22.955250000, delta=950000 ns, racy<=10000 ns 16:56:22.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:22.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:22.956601000, lastModified=2023-03-25 16:56:22.955250000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:22.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:22.956601000, lastModified=2023-03-25 16:56:22.955250000, delta=1351000 ns, racy<=10000 ns 16:56:22.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:22.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:22.957001000, lastModified=2023-03-25 16:56:22.956250000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:22.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:22.957001000, lastModified=2023-03-25 16:56:22.956250000, delta=751000 ns, racy<=10000 ns 16:56:22.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:22.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:22.958449000, lastModified=2023-03-25 16:56:22.956250000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:22.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:22.956250000 to 2023-03-25 16:56:22.957250000 16:56:22.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:22.958945000, lastModified=2023-03-25 16:56:22.958250000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:22.958250000 to 2023-03-25 16:56:23.012251000 16:56:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.014213000, lastModified=2023-03-25 16:56:23.013251000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.014213000, lastModified=2023-03-25 16:56:23.013251000, delta=962000 ns, racy<=10000 ns 16:56:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.014644000, lastModified=2023-03-25 16:56:23.013251000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.014644000, lastModified=2023-03-25 16:56:23.013251000, delta=1393000 ns, racy<=10000 ns 16:56:23.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.015069000, lastModified=2023-03-25 16:56:23.014251000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.015069000, lastModified=2023-03-25 16:56:23.014251000, delta=818000 ns, racy<=10000 ns 16:56:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.015516000, lastModified=2023-03-25 16:56:23.014251000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.015516000, lastModified=2023-03-25 16:56:23.014251000, delta=1265000 ns, racy<=10000 ns 16:56:23.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.015978000, lastModified=2023-03-25 16:56:23.015251000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.015978000, lastModified=2023-03-25 16:56:23.015251000, delta=727000 ns, racy<=10000 ns 16:56:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.016525000, lastModified=2023-03-25 16:56:23.015251000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.016525000, lastModified=2023-03-25 16:56:23.015251000, delta=1274000 ns, racy<=10000 ns 16:56:23.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.017001000, lastModified=2023-03-25 16:56:23.016251000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.017001000, lastModified=2023-03-25 16:56:23.016251000, delta=750000 ns, racy<=10000 ns 16:56:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.017426000, lastModified=2023-03-25 16:56:23.016251000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.017426000, lastModified=2023-03-25 16:56:23.016251000, delta=1175000 ns, racy<=10000 ns 16:56:23.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.018358000, lastModified=2023-03-25 16:56:23.016251000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.016251000 to 2023-03-25 16:56:23.017251000 16:56:23.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.018866000, lastModified=2023-03-25 16:56:23.017251000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.017251000 to 2023-03-25 16:56:23.018252000 16:56:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.019457000, lastModified=2023-03-25 16:56:23.018252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.019457000, lastModified=2023-03-25 16:56:23.018252000, delta=1205000 ns, racy<=10000 ns 16:56:23.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.020183000, lastModified=2023-03-25 16:56:23.019252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.020183000, lastModified=2023-03-25 16:56:23.019252000, delta=931000 ns, racy<=10000 ns 16:56:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.020732000, lastModified=2023-03-25 16:56:23.019252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.019252000 to 2023-03-25 16:56:23.020252000 16:56:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.021111000, lastModified=2023-03-25 16:56:23.020252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.021111000, lastModified=2023-03-25 16:56:23.020252000, delta=859000 ns, racy<=10000 ns 16:56:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.021526000, lastModified=2023-03-25 16:56:23.020252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.021526000, lastModified=2023-03-25 16:56:23.020252000, delta=1274000 ns, racy<=10000 ns 16:56:23.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.021989000, lastModified=2023-03-25 16:56:23.021252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.021989000, lastModified=2023-03-25 16:56:23.021252000, delta=737000 ns, racy<=10000 ns 16:56:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.022569000, lastModified=2023-03-25 16:56:23.021252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.022569000, lastModified=2023-03-25 16:56:23.021252000, delta=1317000 ns, racy<=10000 ns 16:56:23.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.022998000, lastModified=2023-03-25 16:56:23.022252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.022998000, lastModified=2023-03-25 16:56:23.022252000, delta=746000 ns, racy<=10000 ns 16:56:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.023639000, lastModified=2023-03-25 16:56:23.022252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.023639000, lastModified=2023-03-25 16:56:23.022252000, delta=1387000 ns, racy<=10000 ns 16:56:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.024150000, lastModified=2023-03-25 16:56:23.023252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.024150000, lastModified=2023-03-25 16:56:23.023252000, delta=898000 ns, racy<=10000 ns 16:56:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.024572000, lastModified=2023-03-25 16:56:23.023252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.024572000, lastModified=2023-03-25 16:56:23.023252000, delta=1320000 ns, racy<=10000 ns 16:56:23.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.024967000, lastModified=2023-03-25 16:56:23.024252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.024967000, lastModified=2023-03-25 16:56:23.024252000, delta=715000 ns, racy<=10000 ns 16:56:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.025331000, lastModified=2023-03-25 16:56:23.024252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.025331000, lastModified=2023-03-25 16:56:23.024252000, delta=1079000 ns, racy<=10000 ns 16:56:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.025718000, lastModified=2023-03-25 16:56:23.024252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.024252000 to 2023-03-25 16:56:23.025252000 16:56:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.026080000, lastModified=2023-03-25 16:56:23.025252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.026080000, lastModified=2023-03-25 16:56:23.025252000, delta=828000 ns, racy<=10000 ns 16:56:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.026461000, lastModified=2023-03-25 16:56:23.025252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.026461000, lastModified=2023-03-25 16:56:23.025252000, delta=1209000 ns, racy<=10000 ns 16:56:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.026819000, lastModified=2023-03-25 16:56:23.025252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.025252000 to 2023-03-25 16:56:23.026252000 16:56:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.027174000, lastModified=2023-03-25 16:56:23.026252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.027174000, lastModified=2023-03-25 16:56:23.026252000, delta=922000 ns, racy<=10000 ns 16:56:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.027854000, lastModified=2023-03-25 16:56:23.026252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.026252000 to 2023-03-25 16:56:23.027252000 16:56:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.028416000, lastModified=2023-03-25 16:56:23.027252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.028416000, lastModified=2023-03-25 16:56:23.027252000, delta=1164000 ns, racy<=10000 ns 16:56:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.028943000, lastModified=2023-03-25 16:56:23.028252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.028943000, lastModified=2023-03-25 16:56:23.028252000, delta=691000 ns, racy<=10000 ns 16:56:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.029425000, lastModified=2023-03-25 16:56:23.028252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.029425000, lastModified=2023-03-25 16:56:23.028252000, delta=1173000 ns, racy<=10000 ns 16:56:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.029912000, lastModified=2023-03-25 16:56:23.028252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.028252000 to 2023-03-25 16:56:23.029252000 16:56:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.030370000, lastModified=2023-03-25 16:56:23.029252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.030370000, lastModified=2023-03-25 16:56:23.029252000, delta=1118000 ns, racy<=10000 ns 16:56:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.030845000, lastModified=2023-03-25 16:56:23.029252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.029252000 to 2023-03-25 16:56:23.030252000 16:56:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.031307000, lastModified=2023-03-25 16:56:23.030252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.031307000, lastModified=2023-03-25 16:56:23.030252000, delta=1055000 ns, racy<=10000 ns 16:56:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.031789000, lastModified=2023-03-25 16:56:23.030252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.030252000 to 2023-03-25 16:56:23.031252000 16:56:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.032230000, lastModified=2023-03-25 16:56:23.031252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.032230000, lastModified=2023-03-25 16:56:23.031252000, delta=978000 ns, racy<=10000 ns 16:56:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.032922000, lastModified=2023-03-25 16:56:23.031252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.031252000 to 2023-03-25 16:56:23.032252000 16:56:23.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.033391000, lastModified=2023-03-25 16:56:23.032252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.033391000, lastModified=2023-03-25 16:56:23.032252000, delta=1139000 ns, racy<=10000 ns 16:56:23.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.033843000, lastModified=2023-03-25 16:56:23.032252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.032252000 to 2023-03-25 16:56:23.033252000 16:56:23.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.034422000, lastModified=2023-03-25 16:56:23.033252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.034422000, lastModified=2023-03-25 16:56:23.033252000, delta=1170000 ns, racy<=10000 ns 16:56:23.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.034884000, lastModified=2023-03-25 16:56:23.033252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.033252000 to 2023-03-25 16:56:23.034252000 16:56:23.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.035291000, lastModified=2023-03-25 16:56:23.034252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.035291000, lastModified=2023-03-25 16:56:23.034252000, delta=1039000 ns, racy<=10000 ns 16:56:23.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.035763000, lastModified=2023-03-25 16:56:23.034252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.034252000 to 2023-03-25 16:56:23.035252000 16:56:23.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.036219000, lastModified=2023-03-25 16:56:23.035252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.036219000, lastModified=2023-03-25 16:56:23.035252000, delta=967000 ns, racy<=10000 ns 16:56:23.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.036678000, lastModified=2023-03-25 16:56:23.035252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.036678000, lastModified=2023-03-25 16:56:23.035252000, delta=1426000 ns, racy<=10000 ns 16:56:23.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.037162000, lastModified=2023-03-25 16:56:23.036252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.037162000, lastModified=2023-03-25 16:56:23.036252000, delta=910000 ns, racy<=10000 ns 16:56:23.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.038017000, lastModified=2023-03-25 16:56:23.036252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.036252000 to 2023-03-25 16:56:23.037252000 16:56:23.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.038479000, lastModified=2023-03-25 16:56:23.037252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.038479000, lastModified=2023-03-25 16:56:23.037252000, delta=1227000 ns, racy<=10000 ns 16:56:23.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.039078000, lastModified=2023-03-25 16:56:23.038252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.039078000, lastModified=2023-03-25 16:56:23.038252000, delta=826000 ns, racy<=10000 ns 16:56:23.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.039541000, lastModified=2023-03-25 16:56:23.038252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.039541000, lastModified=2023-03-25 16:56:23.038252000, delta=1289000 ns, racy<=10000 ns 16:56:23.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.040000000, lastModified=2023-03-25 16:56:23.039252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.040000000, lastModified=2023-03-25 16:56:23.039252000, delta=748000 ns, racy<=10000 ns 16:56:23.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.040469000, lastModified=2023-03-25 16:56:23.039252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.040469000, lastModified=2023-03-25 16:56:23.039252000, delta=1217000 ns, racy<=10000 ns 16:56:23.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.040960000, lastModified=2023-03-25 16:56:23.040252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.040960000, lastModified=2023-03-25 16:56:23.040252000, delta=708000 ns, racy<=10000 ns 16:56:23.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.041436000, lastModified=2023-03-25 16:56:23.040252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.041436000, lastModified=2023-03-25 16:56:23.040252000, delta=1184000 ns, racy<=10000 ns 16:56:23.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.041912000, lastModified=2023-03-25 16:56:23.040252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.040252000 to 2023-03-25 16:56:23.041252000 16:56:23.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.042325000, lastModified=2023-03-25 16:56:23.041252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.042325000, lastModified=2023-03-25 16:56:23.041252000, delta=1073000 ns, racy<=10000 ns 16:56:23.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.042977000, lastModified=2023-03-25 16:56:23.041252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.041252000 to 2023-03-25 16:56:23.042252000 16:56:23.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.043368000, lastModified=2023-03-25 16:56:23.042252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.043368000, lastModified=2023-03-25 16:56:23.042252000, delta=1116000 ns, racy<=10000 ns 16:56:23.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.043791000, lastModified=2023-03-25 16:56:23.042252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.042252000 to 2023-03-25 16:56:23.043252000 16:56:23.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.044204000, lastModified=2023-03-25 16:56:23.043252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.044204000, lastModified=2023-03-25 16:56:23.043252000, delta=952000 ns, racy<=10000 ns 16:56:23.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.044618000, lastModified=2023-03-25 16:56:23.043252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.044618000, lastModified=2023-03-25 16:56:23.043252000, delta=1366000 ns, racy<=10000 ns 16:56:23.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.045080000, lastModified=2023-03-25 16:56:23.044252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.045080000, lastModified=2023-03-25 16:56:23.044252000, delta=828000 ns, racy<=10000 ns 16:56:23.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.045514000, lastModified=2023-03-25 16:56:23.044252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.045514000, lastModified=2023-03-25 16:56:23.044252000, delta=1262000 ns, racy<=10000 ns 16:56:23.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.045976000, lastModified=2023-03-25 16:56:23.045252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.045976000, lastModified=2023-03-25 16:56:23.045252000, delta=724000 ns, racy<=10000 ns 16:56:23.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.046434000, lastModified=2023-03-25 16:56:23.045252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.046434000, lastModified=2023-03-25 16:56:23.045252000, delta=1182000 ns, racy<=10000 ns 16:56:23.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.046855000, lastModified=2023-03-25 16:56:23.045252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.045252000 to 2023-03-25 16:56:23.046252000 16:56:23.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.047457000, lastModified=2023-03-25 16:56:23.046252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.047457000, lastModified=2023-03-25 16:56:23.046252000, delta=1205000 ns, racy<=10000 ns 16:56:23.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.047945000, lastModified=2023-03-25 16:56:23.047252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.047945000, lastModified=2023-03-25 16:56:23.047252000, delta=693000 ns, racy<=10000 ns 16:56:23.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.048418000, lastModified=2023-03-25 16:56:23.047252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.048418000, lastModified=2023-03-25 16:56:23.047252000, delta=1166000 ns, racy<=10000 ns 16:56:23.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.048926000, lastModified=2023-03-25 16:56:23.047252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.047252000 to 2023-03-25 16:56:23.048252000 16:56:23.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.049348000, lastModified=2023-03-25 16:56:23.048252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.049348000, lastModified=2023-03-25 16:56:23.048252000, delta=1096000 ns, racy<=10000 ns 16:56:23.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.049804000, lastModified=2023-03-25 16:56:23.048252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.048252000 to 2023-03-25 16:56:23.049252000 16:56:23.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.050225000, lastModified=2023-03-25 16:56:23.049252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.050225000, lastModified=2023-03-25 16:56:23.049252000, delta=973000 ns, racy<=10000 ns 16:56:23.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.050680000, lastModified=2023-03-25 16:56:23.049252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.049252000 to 2023-03-25 16:56:23.050252000 16:56:23.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.051118000, lastModified=2023-03-25 16:56:23.050252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.051118000, lastModified=2023-03-25 16:56:23.050252000, delta=866000 ns, racy<=10000 ns 16:56:23.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.051577000, lastModified=2023-03-25 16:56:23.050252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.051577000, lastModified=2023-03-25 16:56:23.050252000, delta=1325000 ns, racy<=10000 ns 16:56:23.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.052202000, lastModified=2023-03-25 16:56:23.051252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.052202000, lastModified=2023-03-25 16:56:23.051252000, delta=950000 ns, racy<=10000 ns 16:56:23.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.052650000, lastModified=2023-03-25 16:56:23.051252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.052650000, lastModified=2023-03-25 16:56:23.051252000, delta=1398000 ns, racy<=10000 ns 16:56:23.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.053151000, lastModified=2023-03-25 16:56:23.052252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.053151000, lastModified=2023-03-25 16:56:23.052252000, delta=899000 ns, racy<=10000 ns 16:56:23.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.053589000, lastModified=2023-03-25 16:56:23.052252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.053589000, lastModified=2023-03-25 16:56:23.052252000, delta=1337000 ns, racy<=10000 ns 16:56:23.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.054033000, lastModified=2023-03-25 16:56:23.053252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.054033000, lastModified=2023-03-25 16:56:23.053252000, delta=781000 ns, racy<=10000 ns 16:56:23.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.054436000, lastModified=2023-03-25 16:56:23.053252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.054436000, lastModified=2023-03-25 16:56:23.053252000, delta=1184000 ns, racy<=10000 ns 16:56:23.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.054790000, lastModified=2023-03-25 16:56:23.053252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.053252000 to 2023-03-25 16:56:23.054252000 16:56:23.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.055128000, lastModified=2023-03-25 16:56:23.054252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.055128000, lastModified=2023-03-25 16:56:23.054252000, delta=876000 ns, racy<=10000 ns 16:56:23.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.055472000, lastModified=2023-03-25 16:56:23.054252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.055472000, lastModified=2023-03-25 16:56:23.054252000, delta=1220000 ns, racy<=10000 ns 16:56:23.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.055830000, lastModified=2023-03-25 16:56:23.054252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.054252000 to 2023-03-25 16:56:23.055252000 16:56:23.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.056360000, lastModified=2023-03-25 16:56:23.055252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.056360000, lastModified=2023-03-25 16:56:23.055252000, delta=1108000 ns, racy<=10000 ns 16:56:23.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.056798000, lastModified=2023-03-25 16:56:23.055252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.055252000 to 2023-03-25 16:56:23.056252000 16:56:23.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.057170000, lastModified=2023-03-25 16:56:23.056252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.057170000, lastModified=2023-03-25 16:56:23.056252000, delta=918000 ns, racy<=10000 ns 16:56:23.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.057518000, lastModified=2023-03-25 16:56:23.056252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.057518000, lastModified=2023-03-25 16:56:23.056252000, delta=1266000 ns, racy<=10000 ns 16:56:23.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.057865000, lastModified=2023-03-25 16:56:23.056252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.056252000 to 2023-03-25 16:56:23.057252000 16:56:23.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.058211000, lastModified=2023-03-25 16:56:23.057252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.058211000, lastModified=2023-03-25 16:56:23.057252000, delta=959000 ns, racy<=10000 ns 16:56:23.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.058545000, lastModified=2023-03-25 16:56:23.057252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.058545000, lastModified=2023-03-25 16:56:23.057252000, delta=1293000 ns, racy<=10000 ns 16:56:23.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.114108000, lastModified=2023-03-25 16:56:23.057252000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.057252000 to 2023-03-25 16:56:23.113253000 16:56:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.114958000, lastModified=2023-03-25 16:56:23.113253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.113253000 to 2023-03-25 16:56:23.114253000 16:56:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.115428000, lastModified=2023-03-25 16:56:23.114253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.115428000, lastModified=2023-03-25 16:56:23.114253000, delta=1175000 ns, racy<=10000 ns 16:56:23.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.116142000, lastModified=2023-03-25 16:56:23.114253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.114253000 to 2023-03-25 16:56:23.115253000 16:56:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.116500000, lastModified=2023-03-25 16:56:23.115253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.116500000, lastModified=2023-03-25 16:56:23.115253000, delta=1247000 ns, racy<=10000 ns 16:56:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.116828000, lastModified=2023-03-25 16:56:23.115253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.115253000 to 2023-03-25 16:56:23.116253000 16:56:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.117154000, lastModified=2023-03-25 16:56:23.116253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.117154000, lastModified=2023-03-25 16:56:23.116253000, delta=901000 ns, racy<=10000 ns 16:56:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.117482000, lastModified=2023-03-25 16:56:23.116253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.117482000, lastModified=2023-03-25 16:56:23.116253000, delta=1229000 ns, racy<=10000 ns 16:56:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.117752000, lastModified=2023-03-25 16:56:23.116253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.116253000 to 2023-03-25 16:56:23.117253000 16:56:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.118080000, lastModified=2023-03-25 16:56:23.117253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.118080000, lastModified=2023-03-25 16:56:23.117253000, delta=827000 ns, racy<=10000 ns 16:56:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.118367000, lastModified=2023-03-25 16:56:23.117253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.118367000, lastModified=2023-03-25 16:56:23.117253000, delta=1114000 ns, racy<=10000 ns 16:56:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.118711000, lastModified=2023-03-25 16:56:23.117253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.118711000, lastModified=2023-03-25 16:56:23.117253000, delta=1458000 ns, racy<=10000 ns 16:56:23.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.119017000, lastModified=2023-03-25 16:56:23.118253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.119017000, lastModified=2023-03-25 16:56:23.118253000, delta=764000 ns, racy<=10000 ns 16:56:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.119525000, lastModified=2023-03-25 16:56:23.118253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.119525000, lastModified=2023-03-25 16:56:23.118253000, delta=1272000 ns, racy<=10000 ns 16:56:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.119913000, lastModified=2023-03-25 16:56:23.119253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.119913000, lastModified=2023-03-25 16:56:23.119253000, delta=660000 ns, racy<=10000 ns 16:56:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.120234000, lastModified=2023-03-25 16:56:23.119253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.120234000, lastModified=2023-03-25 16:56:23.119253000, delta=981000 ns, racy<=10000 ns 16:56:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.120561000, lastModified=2023-03-25 16:56:23.119253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.120561000, lastModified=2023-03-25 16:56:23.119253000, delta=1308000 ns, racy<=10000 ns 16:56:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.120847000, lastModified=2023-03-25 16:56:23.119253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.119253000 to 2023-03-25 16:56:23.120253000 16:56:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.121123000, lastModified=2023-03-25 16:56:23.120253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.121123000, lastModified=2023-03-25 16:56:23.120253000, delta=870000 ns, racy<=10000 ns 16:56:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.121449000, lastModified=2023-03-25 16:56:23.120253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.121449000, lastModified=2023-03-25 16:56:23.120253000, delta=1196000 ns, racy<=10000 ns 16:56:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.121755000, lastModified=2023-03-25 16:56:23.120253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.120253000 to 2023-03-25 16:56:23.121253000 16:56:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.122032000, lastModified=2023-03-25 16:56:23.121253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.122032000, lastModified=2023-03-25 16:56:23.121253000, delta=779000 ns, racy<=10000 ns 16:56:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.122309000, lastModified=2023-03-25 16:56:23.121253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.122309000, lastModified=2023-03-25 16:56:23.121253000, delta=1056000 ns, racy<=10000 ns 16:56:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.122829000, lastModified=2023-03-25 16:56:23.121253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.121253000 to 2023-03-25 16:56:23.122253000 16:56:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.123076000, lastModified=2023-03-25 16:56:23.122253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.123076000, lastModified=2023-03-25 16:56:23.122253000, delta=823000 ns, racy<=10000 ns 16:56:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.123386000, lastModified=2023-03-25 16:56:23.122253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.123386000, lastModified=2023-03-25 16:56:23.122253000, delta=1133000 ns, racy<=10000 ns 16:56:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.123697000, lastModified=2023-03-25 16:56:23.122253000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.123697000, lastModified=2023-03-25 16:56:23.122253000, delta=1444000 ns, racy<=10000 ns 16:56:23.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.123996000, lastModified=2023-03-25 16:56:23.123254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.123996000, lastModified=2023-03-25 16:56:23.123254000, delta=742000 ns, racy<=10000 ns 16:56:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.124239000, lastModified=2023-03-25 16:56:23.123254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.124239000, lastModified=2023-03-25 16:56:23.123254000, delta=985000 ns, racy<=10000 ns 16:56:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.124525000, lastModified=2023-03-25 16:56:23.123254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.124525000, lastModified=2023-03-25 16:56:23.123254000, delta=1271000 ns, racy<=10000 ns 16:56:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.124810000, lastModified=2023-03-25 16:56:23.123254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.123254000 to 2023-03-25 16:56:23.124254000 16:56:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.125094000, lastModified=2023-03-25 16:56:23.124254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.125094000, lastModified=2023-03-25 16:56:23.124254000, delta=840000 ns, racy<=10000 ns 16:56:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.125352000, lastModified=2023-03-25 16:56:23.124254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.125352000, lastModified=2023-03-25 16:56:23.124254000, delta=1098000 ns, racy<=10000 ns 16:56:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.125776000, lastModified=2023-03-25 16:56:23.124254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.124254000 to 2023-03-25 16:56:23.125254000 16:56:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.126023000, lastModified=2023-03-25 16:56:23.125254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.126023000, lastModified=2023-03-25 16:56:23.125254000, delta=769000 ns, racy<=10000 ns 16:56:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.126327000, lastModified=2023-03-25 16:56:23.125254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.126327000, lastModified=2023-03-25 16:56:23.125254000, delta=1073000 ns, racy<=10000 ns 16:56:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.126583000, lastModified=2023-03-25 16:56:23.125254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.126583000, lastModified=2023-03-25 16:56:23.125254000, delta=1329000 ns, racy<=10000 ns 16:56:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.126845000, lastModified=2023-03-25 16:56:23.125254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.125254000 to 2023-03-25 16:56:23.126254000 16:56:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.127121000, lastModified=2023-03-25 16:56:23.126254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.127121000, lastModified=2023-03-25 16:56:23.126254000, delta=867000 ns, racy<=10000 ns 16:56:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.127376000, lastModified=2023-03-25 16:56:23.126254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.127376000, lastModified=2023-03-25 16:56:23.126254000, delta=1122000 ns, racy<=10000 ns 16:56:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.127661000, lastModified=2023-03-25 16:56:23.126254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.127661000, lastModified=2023-03-25 16:56:23.126254000, delta=1407000 ns, racy<=10000 ns 16:56:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.127972000, lastModified=2023-03-25 16:56:23.127254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.127972000, lastModified=2023-03-25 16:56:23.127254000, delta=718000 ns, racy<=10000 ns 16:56:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.128243000, lastModified=2023-03-25 16:56:23.127254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.128243000, lastModified=2023-03-25 16:56:23.127254000, delta=989000 ns, racy<=10000 ns 16:56:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.128840000, lastModified=2023-03-25 16:56:23.127254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.127254000 to 2023-03-25 16:56:23.128254000 16:56:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.129096000, lastModified=2023-03-25 16:56:23.128254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.129096000, lastModified=2023-03-25 16:56:23.128254000, delta=842000 ns, racy<=10000 ns 16:56:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.129333000, lastModified=2023-03-25 16:56:23.128254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.129333000, lastModified=2023-03-25 16:56:23.128254000, delta=1079000 ns, racy<=10000 ns 16:56:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.129566000, lastModified=2023-03-25 16:56:23.128254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.129566000, lastModified=2023-03-25 16:56:23.128254000, delta=1312000 ns, racy<=10000 ns 16:56:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.129803000, lastModified=2023-03-25 16:56:23.128254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.128254000 to 2023-03-25 16:56:23.129254000 16:56:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.130046000, lastModified=2023-03-25 16:56:23.129254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.130046000, lastModified=2023-03-25 16:56:23.129254000, delta=792000 ns, racy<=10000 ns 16:56:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.130299000, lastModified=2023-03-25 16:56:23.129254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.130299000, lastModified=2023-03-25 16:56:23.129254000, delta=1045000 ns, racy<=10000 ns 16:56:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.130541000, lastModified=2023-03-25 16:56:23.129254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.130541000, lastModified=2023-03-25 16:56:23.129254000, delta=1287000 ns, racy<=10000 ns 16:56:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.130817000, lastModified=2023-03-25 16:56:23.129254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.129254000 to 2023-03-25 16:56:23.130254000 16:56:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.131061000, lastModified=2023-03-25 16:56:23.130254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.131061000, lastModified=2023-03-25 16:56:23.130254000, delta=807000 ns, racy<=10000 ns 16:56:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.131642000, lastModified=2023-03-25 16:56:23.130254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.131642000, lastModified=2023-03-25 16:56:23.130254000, delta=1388000 ns, racy<=10000 ns 16:56:23.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.131993000, lastModified=2023-03-25 16:56:23.131254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.131993000, lastModified=2023-03-25 16:56:23.131254000, delta=739000 ns, racy<=10000 ns 16:56:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.132307000, lastModified=2023-03-25 16:56:23.131254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.132307000, lastModified=2023-03-25 16:56:23.131254000, delta=1053000 ns, racy<=10000 ns 16:56:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.132564000, lastModified=2023-03-25 16:56:23.131254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.132564000, lastModified=2023-03-25 16:56:23.131254000, delta=1310000 ns, racy<=10000 ns 16:56:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.132820000, lastModified=2023-03-25 16:56:23.131254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.131254000 to 2023-03-25 16:56:23.132254000 16:56:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.133070000, lastModified=2023-03-25 16:56:23.132254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.133070000, lastModified=2023-03-25 16:56:23.132254000, delta=816000 ns, racy<=10000 ns 16:56:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.133312000, lastModified=2023-03-25 16:56:23.132254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.133312000, lastModified=2023-03-25 16:56:23.132254000, delta=1058000 ns, racy<=10000 ns 16:56:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.133661000, lastModified=2023-03-25 16:56:23.132254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.133661000, lastModified=2023-03-25 16:56:23.132254000, delta=1407000 ns, racy<=10000 ns 16:56:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.133949000, lastModified=2023-03-25 16:56:23.133254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.133949000, lastModified=2023-03-25 16:56:23.133254000, delta=695000 ns, racy<=10000 ns 16:56:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.134223000, lastModified=2023-03-25 16:56:23.133254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.134223000, lastModified=2023-03-25 16:56:23.133254000, delta=969000 ns, racy<=10000 ns 16:56:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.134789000, lastModified=2023-03-25 16:56:23.133254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.133254000 to 2023-03-25 16:56:23.134254000 16:56:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.135029000, lastModified=2023-03-25 16:56:23.134254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.135029000, lastModified=2023-03-25 16:56:23.134254000, delta=775000 ns, racy<=10000 ns 16:56:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.135328000, lastModified=2023-03-25 16:56:23.134254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.135328000, lastModified=2023-03-25 16:56:23.134254000, delta=1074000 ns, racy<=10000 ns 16:56:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.135600000, lastModified=2023-03-25 16:56:23.134254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.135600000, lastModified=2023-03-25 16:56:23.134254000, delta=1346000 ns, racy<=10000 ns 16:56:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.135848000, lastModified=2023-03-25 16:56:23.134254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.134254000 to 2023-03-25 16:56:23.135254000 16:56:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.136118000, lastModified=2023-03-25 16:56:23.135254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.136118000, lastModified=2023-03-25 16:56:23.135254000, delta=864000 ns, racy<=10000 ns 16:56:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.136426000, lastModified=2023-03-25 16:56:23.135254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.136426000, lastModified=2023-03-25 16:56:23.135254000, delta=1172000 ns, racy<=10000 ns 16:56:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.136713000, lastModified=2023-03-25 16:56:23.135254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.136713000, lastModified=2023-03-25 16:56:23.135254000, delta=1459000 ns, racy<=10000 ns 16:56:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.136979000, lastModified=2023-03-25 16:56:23.136254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.136979000, lastModified=2023-03-25 16:56:23.136254000, delta=725000 ns, racy<=10000 ns 16:56:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.137230000, lastModified=2023-03-25 16:56:23.136254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.137230000, lastModified=2023-03-25 16:56:23.136254000, delta=976000 ns, racy<=10000 ns 16:56:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.137736000, lastModified=2023-03-25 16:56:23.136254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.137736000, lastModified=2023-03-25 16:56:23.136254000, delta=1482000 ns, racy<=10000 ns 16:56:23.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.138037000, lastModified=2023-03-25 16:56:23.137254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.138037000, lastModified=2023-03-25 16:56:23.137254000, delta=783000 ns, racy<=10000 ns 16:56:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.138272000, lastModified=2023-03-25 16:56:23.137254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.138272000, lastModified=2023-03-25 16:56:23.137254000, delta=1018000 ns, racy<=10000 ns 16:56:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.138524000, lastModified=2023-03-25 16:56:23.137254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.138524000, lastModified=2023-03-25 16:56:23.137254000, delta=1270000 ns, racy<=10000 ns 16:56:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.138765000, lastModified=2023-03-25 16:56:23.137254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.138765000, lastModified=2023-03-25 16:56:23.137254000, delta=1511000 ns, racy<=10000 ns 16:56:23.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.139025000, lastModified=2023-03-25 16:56:23.138254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.139025000, lastModified=2023-03-25 16:56:23.138254000, delta=771000 ns, racy<=10000 ns 16:56:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.139257000, lastModified=2023-03-25 16:56:23.138254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.139257000, lastModified=2023-03-25 16:56:23.138254000, delta=1003000 ns, racy<=10000 ns 16:56:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.139485000, lastModified=2023-03-25 16:56:23.138254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.139485000, lastModified=2023-03-25 16:56:23.138254000, delta=1231000 ns, racy<=10000 ns 16:56:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.139750000, lastModified=2023-03-25 16:56:23.138254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.139750000, lastModified=2023-03-25 16:56:23.138254000, delta=1496000 ns, racy<=10000 ns 16:56:23.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.140028000, lastModified=2023-03-25 16:56:23.139254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.140028000, lastModified=2023-03-25 16:56:23.139254000, delta=774000 ns, racy<=10000 ns 16:56:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.140424000, lastModified=2023-03-25 16:56:23.139254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.140424000, lastModified=2023-03-25 16:56:23.139254000, delta=1170000 ns, racy<=10000 ns 16:56:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.140656000, lastModified=2023-03-25 16:56:23.139254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.140656000, lastModified=2023-03-25 16:56:23.139254000, delta=1402000 ns, racy<=10000 ns 16:56:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.140917000, lastModified=2023-03-25 16:56:23.139254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.139254000 to 2023-03-25 16:56:23.140254000 16:56:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.141189000, lastModified=2023-03-25 16:56:23.140254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.141189000, lastModified=2023-03-25 16:56:23.140254000, delta=935000 ns, racy<=10000 ns 16:56:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.141445000, lastModified=2023-03-25 16:56:23.140254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.141445000, lastModified=2023-03-25 16:56:23.140254000, delta=1191000 ns, racy<=10000 ns 16:56:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.141678000, lastModified=2023-03-25 16:56:23.140254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.141678000, lastModified=2023-03-25 16:56:23.140254000, delta=1424000 ns, racy<=10000 ns 16:56:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.141943000, lastModified=2023-03-25 16:56:23.141254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.141943000, lastModified=2023-03-25 16:56:23.141254000, delta=689000 ns, racy<=10000 ns 16:56:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.142218000, lastModified=2023-03-25 16:56:23.141254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.142218000, lastModified=2023-03-25 16:56:23.141254000, delta=964000 ns, racy<=10000 ns 16:56:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.142474000, lastModified=2023-03-25 16:56:23.141254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.142474000, lastModified=2023-03-25 16:56:23.141254000, delta=1220000 ns, racy<=10000 ns 16:56:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.142790000, lastModified=2023-03-25 16:56:23.141254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.141254000 to 2023-03-25 16:56:23.142254000 16:56:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.143234000, lastModified=2023-03-25 16:56:23.142254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.143234000, lastModified=2023-03-25 16:56:23.142254000, delta=980000 ns, racy<=10000 ns 16:56:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.143472000, lastModified=2023-03-25 16:56:23.142254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.143472000, lastModified=2023-03-25 16:56:23.142254000, delta=1218000 ns, racy<=10000 ns 16:56:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.143715000, lastModified=2023-03-25 16:56:23.142254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.143715000, lastModified=2023-03-25 16:56:23.142254000, delta=1461000 ns, racy<=10000 ns 16:56:23.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.144048000, lastModified=2023-03-25 16:56:23.143254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.144048000, lastModified=2023-03-25 16:56:23.143254000, delta=794000 ns, racy<=10000 ns 16:56:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.144293000, lastModified=2023-03-25 16:56:23.143254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.144293000, lastModified=2023-03-25 16:56:23.143254000, delta=1039000 ns, racy<=10000 ns 16:56:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.144532000, lastModified=2023-03-25 16:56:23.143254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.144532000, lastModified=2023-03-25 16:56:23.143254000, delta=1278000 ns, racy<=10000 ns 16:56:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.144833000, lastModified=2023-03-25 16:56:23.143254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.143254000 to 2023-03-25 16:56:23.144254000 16:56:23.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.145146000, lastModified=2023-03-25 16:56:23.144254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.145146000, lastModified=2023-03-25 16:56:23.144254000, delta=892000 ns, racy<=10000 ns 16:56:23.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.145444000, lastModified=2023-03-25 16:56:23.144254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.145444000, lastModified=2023-03-25 16:56:23.144254000, delta=1190000 ns, racy<=10000 ns 16:56:23.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.145825000, lastModified=2023-03-25 16:56:23.144254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.144254000 to 2023-03-25 16:56:23.145254000 16:56:23.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.146832000, lastModified=2023-03-25 16:56:23.145254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.145254000 to 2023-03-25 16:56:23.146254000 16:56:23.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.147205000, lastModified=2023-03-25 16:56:23.146254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.147205000, lastModified=2023-03-25 16:56:23.146254000, delta=951000 ns, racy<=10000 ns 16:56:23.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.147609000, lastModified=2023-03-25 16:56:23.146254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.147609000, lastModified=2023-03-25 16:56:23.146254000, delta=1355000 ns, racy<=10000 ns 16:56:23.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.148011000, lastModified=2023-03-25 16:56:23.147254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.148011000, lastModified=2023-03-25 16:56:23.147254000, delta=757000 ns, racy<=10000 ns 16:56:23.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.148431000, lastModified=2023-03-25 16:56:23.147254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.148431000, lastModified=2023-03-25 16:56:23.147254000, delta=1177000 ns, racy<=10000 ns 16:56:23.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.148836000, lastModified=2023-03-25 16:56:23.147254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.147254000 to 2023-03-25 16:56:23.148254000 16:56:23.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.149249000, lastModified=2023-03-25 16:56:23.148254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.149249000, lastModified=2023-03-25 16:56:23.148254000, delta=995000 ns, racy<=10000 ns 16:56:23.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.149546000, lastModified=2023-03-25 16:56:23.148254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.149546000, lastModified=2023-03-25 16:56:23.148254000, delta=1292000 ns, racy<=10000 ns 16:56:23.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.149802000, lastModified=2023-03-25 16:56:23.148254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.148254000 to 2023-03-25 16:56:23.149254000 16:56:23.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.150150000, lastModified=2023-03-25 16:56:23.149254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.150150000, lastModified=2023-03-25 16:56:23.149254000, delta=896000 ns, racy<=10000 ns 16:56:23.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.150617000, lastModified=2023-03-25 16:56:23.149254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.150617000, lastModified=2023-03-25 16:56:23.149254000, delta=1363000 ns, racy<=10000 ns 16:56:23.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.150857000, lastModified=2023-03-25 16:56:23.149254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.149254000 to 2023-03-25 16:56:23.150254000 16:56:23.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.151158000, lastModified=2023-03-25 16:56:23.150254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.151158000, lastModified=2023-03-25 16:56:23.150254000, delta=904000 ns, racy<=10000 ns 16:56:23.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.151474000, lastModified=2023-03-25 16:56:23.150254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.151474000, lastModified=2023-03-25 16:56:23.150254000, delta=1220000 ns, racy<=10000 ns 16:56:23.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.151701000, lastModified=2023-03-25 16:56:23.150254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.151701000, lastModified=2023-03-25 16:56:23.150254000, delta=1447000 ns, racy<=10000 ns 16:56:23.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.151969000, lastModified=2023-03-25 16:56:23.151254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.151969000, lastModified=2023-03-25 16:56:23.151254000, delta=715000 ns, racy<=10000 ns 16:56:23.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.152292000, lastModified=2023-03-25 16:56:23.151254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.152292000, lastModified=2023-03-25 16:56:23.151254000, delta=1038000 ns, racy<=10000 ns 16:56:23.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.152556000, lastModified=2023-03-25 16:56:23.151254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.152556000, lastModified=2023-03-25 16:56:23.151254000, delta=1302000 ns, racy<=10000 ns 16:56:23.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.152784000, lastModified=2023-03-25 16:56:23.151254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.151254000 to 2023-03-25 16:56:23.152254000 16:56:23.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.153089000, lastModified=2023-03-25 16:56:23.152254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.153089000, lastModified=2023-03-25 16:56:23.152254000, delta=835000 ns, racy<=10000 ns 16:56:23.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.153621000, lastModified=2023-03-25 16:56:23.152254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.153621000, lastModified=2023-03-25 16:56:23.152254000, delta=1367000 ns, racy<=10000 ns 16:56:23.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.153876000, lastModified=2023-03-25 16:56:23.152254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.152254000 to 2023-03-25 16:56:23.153254000 16:56:23.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.154162000, lastModified=2023-03-25 16:56:23.153254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.154162000, lastModified=2023-03-25 16:56:23.153254000, delta=908000 ns, racy<=10000 ns 16:56:23.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.154426000, lastModified=2023-03-25 16:56:23.153254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.154426000, lastModified=2023-03-25 16:56:23.153254000, delta=1172000 ns, racy<=10000 ns 16:56:23.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.154666000, lastModified=2023-03-25 16:56:23.153254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.154666000, lastModified=2023-03-25 16:56:23.153254000, delta=1412000 ns, racy<=10000 ns 16:56:23.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.154950000, lastModified=2023-03-25 16:56:23.154254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.154950000, lastModified=2023-03-25 16:56:23.154254000, delta=696000 ns, racy<=10000 ns 16:56:23.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.155310000, lastModified=2023-03-25 16:56:23.154254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.155310000, lastModified=2023-03-25 16:56:23.154254000, delta=1056000 ns, racy<=10000 ns 16:56:23.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.155567000, lastModified=2023-03-25 16:56:23.154254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.155567000, lastModified=2023-03-25 16:56:23.154254000, delta=1313000 ns, racy<=10000 ns 16:56:23.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.155793000, lastModified=2023-03-25 16:56:23.154254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.154254000 to 2023-03-25 16:56:23.155254000 16:56:23.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.156089000, lastModified=2023-03-25 16:56:23.155254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.156089000, lastModified=2023-03-25 16:56:23.155254000, delta=835000 ns, racy<=10000 ns 16:56:23.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.156626000, lastModified=2023-03-25 16:56:23.155254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.156626000, lastModified=2023-03-25 16:56:23.155254000, delta=1372000 ns, racy<=10000 ns 16:56:23.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.156882000, lastModified=2023-03-25 16:56:23.155254000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.155254000 to 2023-03-25 16:56:23.156254000 16:56:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.214162000, lastModified=2023-03-25 16:56:23.213255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.214162000, lastModified=2023-03-25 16:56:23.213255000, delta=907000 ns, racy<=10000 ns 16:56:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.214741000, lastModified=2023-03-25 16:56:23.213255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.214741000, lastModified=2023-03-25 16:56:23.213255000, delta=1486000 ns, racy<=10000 ns 16:56:23.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.215055000, lastModified=2023-03-25 16:56:23.214255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.215055000, lastModified=2023-03-25 16:56:23.214255000, delta=800000 ns, racy<=10000 ns 16:56:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.215451000, lastModified=2023-03-25 16:56:23.214255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.215451000, lastModified=2023-03-25 16:56:23.214255000, delta=1196000 ns, racy<=10000 ns 16:56:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.215696000, lastModified=2023-03-25 16:56:23.214255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.215696000, lastModified=2023-03-25 16:56:23.214255000, delta=1441000 ns, racy<=10000 ns 16:56:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.215961000, lastModified=2023-03-25 16:56:23.215255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.215961000, lastModified=2023-03-25 16:56:23.215255000, delta=706000 ns, racy<=10000 ns 16:56:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.216242000, lastModified=2023-03-25 16:56:23.215255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.216242000, lastModified=2023-03-25 16:56:23.215255000, delta=987000 ns, racy<=10000 ns 16:56:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.216515000, lastModified=2023-03-25 16:56:23.215255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.216515000, lastModified=2023-03-25 16:56:23.215255000, delta=1260000 ns, racy<=10000 ns 16:56:23.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.217002000, lastModified=2023-03-25 16:56:23.215255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.215255000 to 2023-03-25 16:56:23.216255000 16:56:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.217329000, lastModified=2023-03-25 16:56:23.216255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.217329000, lastModified=2023-03-25 16:56:23.216255000, delta=1074000 ns, racy<=10000 ns 16:56:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.217677000, lastModified=2023-03-25 16:56:23.216255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.217677000, lastModified=2023-03-25 16:56:23.216255000, delta=1422000 ns, racy<=10000 ns 16:56:23.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.218001000, lastModified=2023-03-25 16:56:23.217255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.218001000, lastModified=2023-03-25 16:56:23.217255000, delta=746000 ns, racy<=10000 ns 16:56:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.218267000, lastModified=2023-03-25 16:56:23.217255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.218267000, lastModified=2023-03-25 16:56:23.217255000, delta=1012000 ns, racy<=10000 ns 16:56:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.218592000, lastModified=2023-03-25 16:56:23.217255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.218592000, lastModified=2023-03-25 16:56:23.217255000, delta=1337000 ns, racy<=10000 ns 16:56:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.218910000, lastModified=2023-03-25 16:56:23.218255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.218910000, lastModified=2023-03-25 16:56:23.218255000, delta=655000 ns, racy<=10000 ns 16:56:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.219211000, lastModified=2023-03-25 16:56:23.218255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.219211000, lastModified=2023-03-25 16:56:23.218255000, delta=956000 ns, racy<=10000 ns 16:56:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.219514000, lastModified=2023-03-25 16:56:23.218255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.219514000, lastModified=2023-03-25 16:56:23.218255000, delta=1259000 ns, racy<=10000 ns 16:56:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.219766000, lastModified=2023-03-25 16:56:23.218255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.219766000, lastModified=2023-03-25 16:56:23.218255000, delta=1511000 ns, racy<=10000 ns 16:56:23.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.220204000, lastModified=2023-03-25 16:56:23.219255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.220204000, lastModified=2023-03-25 16:56:23.219255000, delta=949000 ns, racy<=10000 ns 16:56:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.220478000, lastModified=2023-03-25 16:56:23.219255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.220478000, lastModified=2023-03-25 16:56:23.219255000, delta=1223000 ns, racy<=10000 ns 16:56:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.220749000, lastModified=2023-03-25 16:56:23.219255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.220749000, lastModified=2023-03-25 16:56:23.219255000, delta=1494000 ns, racy<=10000 ns 16:56:23.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.221033000, lastModified=2023-03-25 16:56:23.220255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.221033000, lastModified=2023-03-25 16:56:23.220255000, delta=778000 ns, racy<=10000 ns 16:56:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.221310000, lastModified=2023-03-25 16:56:23.220255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.221310000, lastModified=2023-03-25 16:56:23.220255000, delta=1055000 ns, racy<=10000 ns 16:56:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.221717000, lastModified=2023-03-25 16:56:23.220255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.221717000, lastModified=2023-03-25 16:56:23.220255000, delta=1462000 ns, racy<=10000 ns 16:56:23.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.222055000, lastModified=2023-03-25 16:56:23.221255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.222055000, lastModified=2023-03-25 16:56:23.221255000, delta=800000 ns, racy<=10000 ns 16:56:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.222361000, lastModified=2023-03-25 16:56:23.221255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.222361000, lastModified=2023-03-25 16:56:23.221255000, delta=1106000 ns, racy<=10000 ns 16:56:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.222664000, lastModified=2023-03-25 16:56:23.221255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.222664000, lastModified=2023-03-25 16:56:23.221255000, delta=1409000 ns, racy<=10000 ns 16:56:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.222908000, lastModified=2023-03-25 16:56:23.222255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.222908000, lastModified=2023-03-25 16:56:23.222255000, delta=653000 ns, racy<=10000 ns 16:56:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.223287000, lastModified=2023-03-25 16:56:23.222255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.223287000, lastModified=2023-03-25 16:56:23.222255000, delta=1032000 ns, racy<=10000 ns 16:56:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.223538000, lastModified=2023-03-25 16:56:23.222255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.223538000, lastModified=2023-03-25 16:56:23.222255000, delta=1283000 ns, racy<=10000 ns 16:56:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.223797000, lastModified=2023-03-25 16:56:23.222255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.222255000 to 2023-03-25 16:56:23.223255000 16:56:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.224037000, lastModified=2023-03-25 16:56:23.223255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.224037000, lastModified=2023-03-25 16:56:23.223255000, delta=782000 ns, racy<=10000 ns 16:56:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.224310000, lastModified=2023-03-25 16:56:23.223255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.224310000, lastModified=2023-03-25 16:56:23.223255000, delta=1055000 ns, racy<=10000 ns 16:56:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.224691000, lastModified=2023-03-25 16:56:23.223255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.224691000, lastModified=2023-03-25 16:56:23.223255000, delta=1436000 ns, racy<=10000 ns 16:56:23.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.225041000, lastModified=2023-03-25 16:56:23.224255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.225041000, lastModified=2023-03-25 16:56:23.224255000, delta=786000 ns, racy<=10000 ns 16:56:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.225314000, lastModified=2023-03-25 16:56:23.224255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.225314000, lastModified=2023-03-25 16:56:23.224255000, delta=1059000 ns, racy<=10000 ns 16:56:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.225651000, lastModified=2023-03-25 16:56:23.224255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.225651000, lastModified=2023-03-25 16:56:23.224255000, delta=1396000 ns, racy<=10000 ns 16:56:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.225933000, lastModified=2023-03-25 16:56:23.225255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.225933000, lastModified=2023-03-25 16:56:23.225255000, delta=678000 ns, racy<=10000 ns 16:56:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.226428000, lastModified=2023-03-25 16:56:23.225255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.226428000, lastModified=2023-03-25 16:56:23.225255000, delta=1173000 ns, racy<=10000 ns 16:56:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.226707000, lastModified=2023-03-25 16:56:23.225255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.226707000, lastModified=2023-03-25 16:56:23.225255000, delta=1452000 ns, racy<=10000 ns 16:56:23.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.228570000, lastModified=2023-03-25 16:56:23.227255000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.228570000, lastModified=2023-03-25 16:56:23.227255000, delta=1315000 ns, racy<=10000 ns 16:56:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.228926000, lastModified=2023-03-25 16:56:23.228256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.228926000, lastModified=2023-03-25 16:56:23.228256000, delta=670000 ns, racy<=10000 ns 16:56:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.229257000, lastModified=2023-03-25 16:56:23.228256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.229257000, lastModified=2023-03-25 16:56:23.228256000, delta=1001000 ns, racy<=10000 ns 16:56:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.229666000, lastModified=2023-03-25 16:56:23.228256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.229666000, lastModified=2023-03-25 16:56:23.228256000, delta=1410000 ns, racy<=10000 ns 16:56:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.229949000, lastModified=2023-03-25 16:56:23.229256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.229949000, lastModified=2023-03-25 16:56:23.229256000, delta=693000 ns, racy<=10000 ns 16:56:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.230206000, lastModified=2023-03-25 16:56:23.229256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.230206000, lastModified=2023-03-25 16:56:23.229256000, delta=950000 ns, racy<=10000 ns 16:56:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.230469000, lastModified=2023-03-25 16:56:23.229256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.230469000, lastModified=2023-03-25 16:56:23.229256000, delta=1213000 ns, racy<=10000 ns 16:56:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.230737000, lastModified=2023-03-25 16:56:23.229256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.230737000, lastModified=2023-03-25 16:56:23.229256000, delta=1481000 ns, racy<=10000 ns 16:56:23.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.231200000, lastModified=2023-03-25 16:56:23.230256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.231200000, lastModified=2023-03-25 16:56:23.230256000, delta=944000 ns, racy<=10000 ns 16:56:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.231404000, lastModified=2023-03-25 16:56:23.230256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.231404000, lastModified=2023-03-25 16:56:23.230256000, delta=1148000 ns, racy<=10000 ns 16:56:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.231609000, lastModified=2023-03-25 16:56:23.230256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.231609000, lastModified=2023-03-25 16:56:23.230256000, delta=1353000 ns, racy<=10000 ns 16:56:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.231851000, lastModified=2023-03-25 16:56:23.230256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.230256000 to 2023-03-25 16:56:23.231256000 16:56:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.232096000, lastModified=2023-03-25 16:56:23.231256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.232096000, lastModified=2023-03-25 16:56:23.231256000, delta=840000 ns, racy<=10000 ns 16:56:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.232385000, lastModified=2023-03-25 16:56:23.231256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.232385000, lastModified=2023-03-25 16:56:23.231256000, delta=1129000 ns, racy<=10000 ns 16:56:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.232588000, lastModified=2023-03-25 16:56:23.231256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.232588000, lastModified=2023-03-25 16:56:23.231256000, delta=1332000 ns, racy<=10000 ns 16:56:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.232780000, lastModified=2023-03-25 16:56:23.231256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.232780000, lastModified=2023-03-25 16:56:23.231256000, delta=1524000 ns, racy<=10000 ns 16:56:23.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.232985000, lastModified=2023-03-25 16:56:23.232256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.232985000, lastModified=2023-03-25 16:56:23.232256000, delta=729000 ns, racy<=10000 ns 16:56:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.233189000, lastModified=2023-03-25 16:56:23.232256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.233189000, lastModified=2023-03-25 16:56:23.232256000, delta=933000 ns, racy<=10000 ns 16:56:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.233640000, lastModified=2023-03-25 16:56:23.232256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.233640000, lastModified=2023-03-25 16:56:23.232256000, delta=1384000 ns, racy<=10000 ns 16:56:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.233890000, lastModified=2023-03-25 16:56:23.232256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.232256000 to 2023-03-25 16:56:23.233256000 16:56:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.234088000, lastModified=2023-03-25 16:56:23.233256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.234088000, lastModified=2023-03-25 16:56:23.233256000, delta=832000 ns, racy<=10000 ns 16:56:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.234315000, lastModified=2023-03-25 16:56:23.233256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.234315000, lastModified=2023-03-25 16:56:23.233256000, delta=1059000 ns, racy<=10000 ns 16:56:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.234509000, lastModified=2023-03-25 16:56:23.233256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.234509000, lastModified=2023-03-25 16:56:23.233256000, delta=1253000 ns, racy<=10000 ns 16:56:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.234800000, lastModified=2023-03-25 16:56:23.233256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.233256000 to 2023-03-25 16:56:23.234256000 16:56:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.235056000, lastModified=2023-03-25 16:56:23.234256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.235056000, lastModified=2023-03-25 16:56:23.234256000, delta=800000 ns, racy<=10000 ns 16:56:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.235280000, lastModified=2023-03-25 16:56:23.234256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.235280000, lastModified=2023-03-25 16:56:23.234256000, delta=1024000 ns, racy<=10000 ns 16:56:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.235470000, lastModified=2023-03-25 16:56:23.234256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.235470000, lastModified=2023-03-25 16:56:23.234256000, delta=1214000 ns, racy<=10000 ns 16:56:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.235661000, lastModified=2023-03-25 16:56:23.234256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.235661000, lastModified=2023-03-25 16:56:23.234256000, delta=1405000 ns, racy<=10000 ns 16:56:23.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.236187000, lastModified=2023-03-25 16:56:23.234256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.234256000 to 2023-03-25 16:56:23.235256000 16:56:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.236416000, lastModified=2023-03-25 16:56:23.235256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.236416000, lastModified=2023-03-25 16:56:23.235256000, delta=1160000 ns, racy<=10000 ns 16:56:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.236670000, lastModified=2023-03-25 16:56:23.235256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.236670000, lastModified=2023-03-25 16:56:23.235256000, delta=1414000 ns, racy<=10000 ns 16:56:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.236901000, lastModified=2023-03-25 16:56:23.236256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.236901000, lastModified=2023-03-25 16:56:23.236256000, delta=645000 ns, racy<=10000 ns 16:56:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.237116000, lastModified=2023-03-25 16:56:23.236256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.237116000, lastModified=2023-03-25 16:56:23.236256000, delta=860000 ns, racy<=10000 ns 16:56:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.237412000, lastModified=2023-03-25 16:56:23.236256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.237412000, lastModified=2023-03-25 16:56:23.236256000, delta=1156000 ns, racy<=10000 ns 16:56:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.237606000, lastModified=2023-03-25 16:56:23.236256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.237606000, lastModified=2023-03-25 16:56:23.236256000, delta=1350000 ns, racy<=10000 ns 16:56:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.237808000, lastModified=2023-03-25 16:56:23.236256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.236256000 to 2023-03-25 16:56:23.237256000 16:56:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.238009000, lastModified=2023-03-25 16:56:23.237256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.238009000, lastModified=2023-03-25 16:56:23.237256000, delta=753000 ns, racy<=10000 ns 16:56:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.238221000, lastModified=2023-03-25 16:56:23.237256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.238221000, lastModified=2023-03-25 16:56:23.237256000, delta=965000 ns, racy<=10000 ns 16:56:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.238735000, lastModified=2023-03-25 16:56:23.237256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.238735000, lastModified=2023-03-25 16:56:23.237256000, delta=1479000 ns, racy<=10000 ns 16:56:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.238952000, lastModified=2023-03-25 16:56:23.238256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.238952000, lastModified=2023-03-25 16:56:23.238256000, delta=696000 ns, racy<=10000 ns 16:56:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.239162000, lastModified=2023-03-25 16:56:23.238256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.239162000, lastModified=2023-03-25 16:56:23.238256000, delta=906000 ns, racy<=10000 ns 16:56:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.239438000, lastModified=2023-03-25 16:56:23.238256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.239438000, lastModified=2023-03-25 16:56:23.238256000, delta=1182000 ns, racy<=10000 ns 16:56:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.239689000, lastModified=2023-03-25 16:56:23.238256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.239689000, lastModified=2023-03-25 16:56:23.238256000, delta=1433000 ns, racy<=10000 ns 16:56:23.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.239989000, lastModified=2023-03-25 16:56:23.239256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.239989000, lastModified=2023-03-25 16:56:23.239256000, delta=733000 ns, racy<=10000 ns 16:56:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.240196000, lastModified=2023-03-25 16:56:23.239256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.240196000, lastModified=2023-03-25 16:56:23.239256000, delta=940000 ns, racy<=10000 ns 16:56:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.240414000, lastModified=2023-03-25 16:56:23.239256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.240414000, lastModified=2023-03-25 16:56:23.239256000, delta=1158000 ns, racy<=10000 ns 16:56:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.240614000, lastModified=2023-03-25 16:56:23.239256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.240614000, lastModified=2023-03-25 16:56:23.239256000, delta=1358000 ns, racy<=10000 ns 16:56:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.240815000, lastModified=2023-03-25 16:56:23.239256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.239256000 to 2023-03-25 16:56:23.240256000 16:56:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.241340000, lastModified=2023-03-25 16:56:23.240256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.241340000, lastModified=2023-03-25 16:56:23.240256000, delta=1084000 ns, racy<=10000 ns 16:56:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.241563000, lastModified=2023-03-25 16:56:23.240256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.241563000, lastModified=2023-03-25 16:56:23.240256000, delta=1307000 ns, racy<=10000 ns 16:56:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.241760000, lastModified=2023-03-25 16:56:23.240256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.241760000, lastModified=2023-03-25 16:56:23.240256000, delta=1504000 ns, racy<=10000 ns 16:56:23.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.242023000, lastModified=2023-03-25 16:56:23.241256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.242023000, lastModified=2023-03-25 16:56:23.241256000, delta=767000 ns, racy<=10000 ns 16:56:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.242311000, lastModified=2023-03-25 16:56:23.241256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.242311000, lastModified=2023-03-25 16:56:23.241256000, delta=1055000 ns, racy<=10000 ns 16:56:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.242631000, lastModified=2023-03-25 16:56:23.241256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.242631000, lastModified=2023-03-25 16:56:23.241256000, delta=1375000 ns, racy<=10000 ns 16:56:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.242825000, lastModified=2023-03-25 16:56:23.241256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.241256000 to 2023-03-25 16:56:23.242256000 16:56:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.243025000, lastModified=2023-03-25 16:56:23.242256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.243025000, lastModified=2023-03-25 16:56:23.242256000, delta=769000 ns, racy<=10000 ns 16:56:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.243218000, lastModified=2023-03-25 16:56:23.242256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.243218000, lastModified=2023-03-25 16:56:23.242256000, delta=962000 ns, racy<=10000 ns 16:56:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.243406000, lastModified=2023-03-25 16:56:23.242256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.243406000, lastModified=2023-03-25 16:56:23.242256000, delta=1150000 ns, racy<=10000 ns 16:56:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.243744000, lastModified=2023-03-25 16:56:23.242256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.243744000, lastModified=2023-03-25 16:56:23.242256000, delta=1488000 ns, racy<=10000 ns 16:56:23.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.243982000, lastModified=2023-03-25 16:56:23.243256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.243982000, lastModified=2023-03-25 16:56:23.243256000, delta=726000 ns, racy<=10000 ns 16:56:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.244195000, lastModified=2023-03-25 16:56:23.243256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.244195000, lastModified=2023-03-25 16:56:23.243256000, delta=939000 ns, racy<=10000 ns 16:56:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.244383000, lastModified=2023-03-25 16:56:23.243256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.244383000, lastModified=2023-03-25 16:56:23.243256000, delta=1127000 ns, racy<=10000 ns 16:56:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.244577000, lastModified=2023-03-25 16:56:23.243256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.244577000, lastModified=2023-03-25 16:56:23.243256000, delta=1321000 ns, racy<=10000 ns 16:56:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.244878000, lastModified=2023-03-25 16:56:23.243256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.243256000 to 2023-03-25 16:56:23.244256000 16:56:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.245098000, lastModified=2023-03-25 16:56:23.244256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.245098000, lastModified=2023-03-25 16:56:23.244256000, delta=842000 ns, racy<=10000 ns 16:56:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.245387000, lastModified=2023-03-25 16:56:23.244256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.245387000, lastModified=2023-03-25 16:56:23.244256000, delta=1131000 ns, racy<=10000 ns 16:56:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.245589000, lastModified=2023-03-25 16:56:23.244256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.245589000, lastModified=2023-03-25 16:56:23.244256000, delta=1333000 ns, racy<=10000 ns 16:56:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.245788000, lastModified=2023-03-25 16:56:23.244256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.245788000, lastModified=2023-03-25 16:56:23.244256000, delta=1532000 ns, racy<=10000 ns 16:56:23.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.246257000, lastModified=2023-03-25 16:56:23.245256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.246257000, lastModified=2023-03-25 16:56:23.245256000, delta=1001000 ns, racy<=10000 ns 16:56:23.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.246451000, lastModified=2023-03-25 16:56:23.245256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.246451000, lastModified=2023-03-25 16:56:23.245256000, delta=1195000 ns, racy<=10000 ns 16:56:23.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.246638000, lastModified=2023-03-25 16:56:23.245256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.246638000, lastModified=2023-03-25 16:56:23.245256000, delta=1382000 ns, racy<=10000 ns 16:56:23.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.246818000, lastModified=2023-03-25 16:56:23.245256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.245256000 to 2023-03-25 16:56:23.246256000 16:56:23.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.247005000, lastModified=2023-03-25 16:56:23.246256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.247005000, lastModified=2023-03-25 16:56:23.246256000, delta=749000 ns, racy<=10000 ns 16:56:23.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.247302000, lastModified=2023-03-25 16:56:23.246256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.247302000, lastModified=2023-03-25 16:56:23.246256000, delta=1046000 ns, racy<=10000 ns 16:56:23.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.247490000, lastModified=2023-03-25 16:56:23.246256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.247490000, lastModified=2023-03-25 16:56:23.246256000, delta=1234000 ns, racy<=10000 ns 16:56:23.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.247675000, lastModified=2023-03-25 16:56:23.246256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.247675000, lastModified=2023-03-25 16:56:23.246256000, delta=1419000 ns, racy<=10000 ns 16:56:23.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.247888000, lastModified=2023-03-25 16:56:23.246256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.246256000 to 2023-03-25 16:56:23.247256000 16:56:23.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.248066000, lastModified=2023-03-25 16:56:23.247256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.248066000, lastModified=2023-03-25 16:56:23.247256000, delta=810000 ns, racy<=10000 ns 16:56:23.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.248494000, lastModified=2023-03-25 16:56:23.247256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.248494000, lastModified=2023-03-25 16:56:23.247256000, delta=1238000 ns, racy<=10000 ns 16:56:23.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.248723000, lastModified=2023-03-25 16:56:23.247256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.248723000, lastModified=2023-03-25 16:56:23.247256000, delta=1467000 ns, racy<=10000 ns 16:56:23.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.248923000, lastModified=2023-03-25 16:56:23.248256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.248923000, lastModified=2023-03-25 16:56:23.248256000, delta=667000 ns, racy<=10000 ns 16:56:23.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.249118000, lastModified=2023-03-25 16:56:23.248256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.249118000, lastModified=2023-03-25 16:56:23.248256000, delta=862000 ns, racy<=10000 ns 16:56:23.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.249302000, lastModified=2023-03-25 16:56:23.248256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.249302000, lastModified=2023-03-25 16:56:23.248256000, delta=1046000 ns, racy<=10000 ns 16:56:23.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.249591000, lastModified=2023-03-25 16:56:23.248256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.249591000, lastModified=2023-03-25 16:56:23.248256000, delta=1335000 ns, racy<=10000 ns 16:56:23.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.249774000, lastModified=2023-03-25 16:56:23.248256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.249774000, lastModified=2023-03-25 16:56:23.248256000, delta=1518000 ns, racy<=10000 ns 16:56:23.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.249969000, lastModified=2023-03-25 16:56:23.249256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.249969000, lastModified=2023-03-25 16:56:23.249256000, delta=713000 ns, racy<=10000 ns 16:56:23.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.250159000, lastModified=2023-03-25 16:56:23.249256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.250159000, lastModified=2023-03-25 16:56:23.249256000, delta=903000 ns, racy<=10000 ns 16:56:23.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.250342000, lastModified=2023-03-25 16:56:23.249256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.250342000, lastModified=2023-03-25 16:56:23.249256000, delta=1086000 ns, racy<=10000 ns 16:56:23.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.250776000, lastModified=2023-03-25 16:56:23.249256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.250776000, lastModified=2023-03-25 16:56:23.249256000, delta=1520000 ns, racy<=10000 ns 16:56:23.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.250983000, lastModified=2023-03-25 16:56:23.250256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.250983000, lastModified=2023-03-25 16:56:23.250256000, delta=727000 ns, racy<=10000 ns 16:56:23.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.251207000, lastModified=2023-03-25 16:56:23.250256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.251207000, lastModified=2023-03-25 16:56:23.250256000, delta=951000 ns, racy<=10000 ns 16:56:23.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.251392000, lastModified=2023-03-25 16:56:23.250256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.251392000, lastModified=2023-03-25 16:56:23.250256000, delta=1136000 ns, racy<=10000 ns 16:56:23.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.251584000, lastModified=2023-03-25 16:56:23.250256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.251584000, lastModified=2023-03-25 16:56:23.250256000, delta=1328000 ns, racy<=10000 ns 16:56:23.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.251930000, lastModified=2023-03-25 16:56:23.251256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.251930000, lastModified=2023-03-25 16:56:23.251256000, delta=674000 ns, racy<=10000 ns 16:56:23.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.252133000, lastModified=2023-03-25 16:56:23.251256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.252133000, lastModified=2023-03-25 16:56:23.251256000, delta=877000 ns, racy<=10000 ns 16:56:23.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.252347000, lastModified=2023-03-25 16:56:23.251256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.252347000, lastModified=2023-03-25 16:56:23.251256000, delta=1091000 ns, racy<=10000 ns 16:56:23.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.252520000, lastModified=2023-03-25 16:56:23.251256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.252520000, lastModified=2023-03-25 16:56:23.251256000, delta=1264000 ns, racy<=10000 ns 16:56:23.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.252710000, lastModified=2023-03-25 16:56:23.251256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.252710000, lastModified=2023-03-25 16:56:23.251256000, delta=1454000 ns, racy<=10000 ns 16:56:23.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.253188000, lastModified=2023-03-25 16:56:23.252256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.253188000, lastModified=2023-03-25 16:56:23.252256000, delta=932000 ns, racy<=10000 ns 16:56:23.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.253413000, lastModified=2023-03-25 16:56:23.252256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.253413000, lastModified=2023-03-25 16:56:23.252256000, delta=1157000 ns, racy<=10000 ns 16:56:23.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.253668000, lastModified=2023-03-25 16:56:23.252256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.253668000, lastModified=2023-03-25 16:56:23.252256000, delta=1412000 ns, racy<=10000 ns 16:56:23.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.253881000, lastModified=2023-03-25 16:56:23.252256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.252256000 to 2023-03-25 16:56:23.253256000 16:56:23.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.254101000, lastModified=2023-03-25 16:56:23.253256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.254101000, lastModified=2023-03-25 16:56:23.253256000, delta=845000 ns, racy<=10000 ns 16:56:23.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.254394000, lastModified=2023-03-25 16:56:23.253256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.254394000, lastModified=2023-03-25 16:56:23.253256000, delta=1138000 ns, racy<=10000 ns 16:56:23.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.254585000, lastModified=2023-03-25 16:56:23.253256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.254585000, lastModified=2023-03-25 16:56:23.253256000, delta=1329000 ns, racy<=10000 ns 16:56:23.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.254760000, lastModified=2023-03-25 16:56:23.253256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.254760000, lastModified=2023-03-25 16:56:23.253256000, delta=1504000 ns, racy<=10000 ns 16:56:23.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.254965000, lastModified=2023-03-25 16:56:23.254256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.254965000, lastModified=2023-03-25 16:56:23.254256000, delta=709000 ns, racy<=10000 ns 16:56:23.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.255237000, lastModified=2023-03-25 16:56:23.254256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.255237000, lastModified=2023-03-25 16:56:23.254256000, delta=981000 ns, racy<=10000 ns 16:56:23.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.255761000, lastModified=2023-03-25 16:56:23.254256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.255761000, lastModified=2023-03-25 16:56:23.254256000, delta=1505000 ns, racy<=10000 ns 16:56:23.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.255994000, lastModified=2023-03-25 16:56:23.255256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.255994000, lastModified=2023-03-25 16:56:23.255256000, delta=738000 ns, racy<=10000 ns 16:56:23.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.256175000, lastModified=2023-03-25 16:56:23.255256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.256175000, lastModified=2023-03-25 16:56:23.255256000, delta=919000 ns, racy<=10000 ns 16:56:23.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.256368000, lastModified=2023-03-25 16:56:23.255256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.256368000, lastModified=2023-03-25 16:56:23.255256000, delta=1112000 ns, racy<=10000 ns 16:56:23.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.256540000, lastModified=2023-03-25 16:56:23.255256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.256540000, lastModified=2023-03-25 16:56:23.255256000, delta=1284000 ns, racy<=10000 ns 16:56:23.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.313772000, lastModified=2023-03-25 16:56:23.255256000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.255256000 to 2023-03-25 16:56:23.313257000 16:56:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.314491000, lastModified=2023-03-25 16:56:23.313257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.314491000, lastModified=2023-03-25 16:56:23.313257000, delta=1234000 ns, racy<=10000 ns 16:56:23.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.315054000, lastModified=2023-03-25 16:56:23.314257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.315054000, lastModified=2023-03-25 16:56:23.314257000, delta=797000 ns, racy<=10000 ns 16:56:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.315376000, lastModified=2023-03-25 16:56:23.314257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.315376000, lastModified=2023-03-25 16:56:23.314257000, delta=1119000 ns, racy<=10000 ns 16:56:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.315654000, lastModified=2023-03-25 16:56:23.314257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.315654000, lastModified=2023-03-25 16:56:23.314257000, delta=1397000 ns, racy<=10000 ns 16:56:23.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.316179000, lastModified=2023-03-25 16:56:23.314257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.314257000 to 2023-03-25 16:56:23.315257000 16:56:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.316416000, lastModified=2023-03-25 16:56:23.315257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.316416000, lastModified=2023-03-25 16:56:23.315257000, delta=1159000 ns, racy<=10000 ns 16:56:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.316720000, lastModified=2023-03-25 16:56:23.315257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.316720000, lastModified=2023-03-25 16:56:23.315257000, delta=1463000 ns, racy<=10000 ns 16:56:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.316968000, lastModified=2023-03-25 16:56:23.316257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.316968000, lastModified=2023-03-25 16:56:23.316257000, delta=711000 ns, racy<=10000 ns 16:56:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.317286000, lastModified=2023-03-25 16:56:23.316257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.317286000, lastModified=2023-03-25 16:56:23.316257000, delta=1029000 ns, racy<=10000 ns 16:56:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.317558000, lastModified=2023-03-25 16:56:23.316257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.317558000, lastModified=2023-03-25 16:56:23.316257000, delta=1301000 ns, racy<=10000 ns 16:56:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.317819000, lastModified=2023-03-25 16:56:23.316257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.316257000 to 2023-03-25 16:56:23.317257000 16:56:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.318025000, lastModified=2023-03-25 16:56:23.317257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.318025000, lastModified=2023-03-25 16:56:23.317257000, delta=768000 ns, racy<=10000 ns 16:56:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.318224000, lastModified=2023-03-25 16:56:23.317257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.318224000, lastModified=2023-03-25 16:56:23.317257000, delta=967000 ns, racy<=10000 ns 16:56:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.318423000, lastModified=2023-03-25 16:56:23.317257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.318423000, lastModified=2023-03-25 16:56:23.317257000, delta=1166000 ns, racy<=10000 ns 16:56:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.318794000, lastModified=2023-03-25 16:56:23.317257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.317257000 to 2023-03-25 16:56:23.318257000 16:56:23.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.318986000, lastModified=2023-03-25 16:56:23.318257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.318986000, lastModified=2023-03-25 16:56:23.318257000, delta=729000 ns, racy<=10000 ns 16:56:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.319183000, lastModified=2023-03-25 16:56:23.318257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.319183000, lastModified=2023-03-25 16:56:23.318257000, delta=926000 ns, racy<=10000 ns 16:56:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.319453000, lastModified=2023-03-25 16:56:23.318257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.319453000, lastModified=2023-03-25 16:56:23.318257000, delta=1196000 ns, racy<=10000 ns 16:56:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.319664000, lastModified=2023-03-25 16:56:23.318257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.319664000, lastModified=2023-03-25 16:56:23.318257000, delta=1407000 ns, racy<=10000 ns 16:56:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.319843000, lastModified=2023-03-25 16:56:23.318257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.318257000 to 2023-03-25 16:56:23.319257000 16:56:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.320110000, lastModified=2023-03-25 16:56:23.319257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.320110000, lastModified=2023-03-25 16:56:23.319257000, delta=853000 ns, racy<=10000 ns 16:56:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.320432000, lastModified=2023-03-25 16:56:23.319257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.320432000, lastModified=2023-03-25 16:56:23.319257000, delta=1175000 ns, racy<=10000 ns 16:56:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.320730000, lastModified=2023-03-25 16:56:23.319257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.320730000, lastModified=2023-03-25 16:56:23.319257000, delta=1473000 ns, racy<=10000 ns 16:56:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.320937000, lastModified=2023-03-25 16:56:23.320257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.320937000, lastModified=2023-03-25 16:56:23.320257000, delta=680000 ns, racy<=10000 ns 16:56:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.321319000, lastModified=2023-03-25 16:56:23.320257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.321319000, lastModified=2023-03-25 16:56:23.320257000, delta=1062000 ns, racy<=10000 ns 16:56:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.321498000, lastModified=2023-03-25 16:56:23.320257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.321498000, lastModified=2023-03-25 16:56:23.320257000, delta=1241000 ns, racy<=10000 ns 16:56:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.321688000, lastModified=2023-03-25 16:56:23.320257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.321688000, lastModified=2023-03-25 16:56:23.320257000, delta=1431000 ns, racy<=10000 ns 16:56:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.321909000, lastModified=2023-03-25 16:56:23.321257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.321909000, lastModified=2023-03-25 16:56:23.321257000, delta=652000 ns, racy<=10000 ns 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.322119000, lastModified=2023-03-25 16:56:23.321257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.322119000, lastModified=2023-03-25 16:56:23.321257000, delta=862000 ns, racy<=10000 ns 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.322306000, lastModified=2023-03-25 16:56:23.321257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.322306000, lastModified=2023-03-25 16:56:23.321257000, delta=1049000 ns, racy<=10000 ns 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.322481000, lastModified=2023-03-25 16:56:23.321257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.322481000, lastModified=2023-03-25 16:56:23.321257000, delta=1224000 ns, racy<=10000 ns 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.322657000, lastModified=2023-03-25 16:56:23.321257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.322657000, lastModified=2023-03-25 16:56:23.321257000, delta=1400000 ns, racy<=10000 ns 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.322836000, lastModified=2023-03-25 16:56:23.321257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.321257000 to 2023-03-25 16:56:23.322257000 16:56:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.323091000, lastModified=2023-03-25 16:56:23.322257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.323091000, lastModified=2023-03-25 16:56:23.322257000, delta=834000 ns, racy<=10000 ns 16:56:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.323625000, lastModified=2023-03-25 16:56:23.322257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.323625000, lastModified=2023-03-25 16:56:23.322257000, delta=1368000 ns, racy<=10000 ns 16:56:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.323808000, lastModified=2023-03-25 16:56:23.322257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.322257000 to 2023-03-25 16:56:23.323257000 16:56:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.324026000, lastModified=2023-03-25 16:56:23.323257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.324026000, lastModified=2023-03-25 16:56:23.323257000, delta=769000 ns, racy<=10000 ns 16:56:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.324297000, lastModified=2023-03-25 16:56:23.323257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.324297000, lastModified=2023-03-25 16:56:23.323257000, delta=1040000 ns, racy<=10000 ns 16:56:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.324493000, lastModified=2023-03-25 16:56:23.323257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.324493000, lastModified=2023-03-25 16:56:23.323257000, delta=1236000 ns, racy<=10000 ns 16:56:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.324673000, lastModified=2023-03-25 16:56:23.323257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.324673000, lastModified=2023-03-25 16:56:23.323257000, delta=1416000 ns, racy<=10000 ns 16:56:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.324846000, lastModified=2023-03-25 16:56:23.323257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.323257000 to 2023-03-25 16:56:23.324257000 16:56:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.325096000, lastModified=2023-03-25 16:56:23.324257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.325096000, lastModified=2023-03-25 16:56:23.324257000, delta=839000 ns, racy<=10000 ns 16:56:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.325394000, lastModified=2023-03-25 16:56:23.324257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.325394000, lastModified=2023-03-25 16:56:23.324257000, delta=1137000 ns, racy<=10000 ns 16:56:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.325661000, lastModified=2023-03-25 16:56:23.324257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.325661000, lastModified=2023-03-25 16:56:23.324257000, delta=1404000 ns, racy<=10000 ns 16:56:23.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.326103000, lastModified=2023-03-25 16:56:23.324257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.324257000 to 2023-03-25 16:56:23.325257000 16:56:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.326279000, lastModified=2023-03-25 16:56:23.325257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.326279000, lastModified=2023-03-25 16:56:23.325257000, delta=1022000 ns, racy<=10000 ns 16:56:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.326465000, lastModified=2023-03-25 16:56:23.325257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.326465000, lastModified=2023-03-25 16:56:23.325257000, delta=1208000 ns, racy<=10000 ns 16:56:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.326669000, lastModified=2023-03-25 16:56:23.325257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.326669000, lastModified=2023-03-25 16:56:23.325257000, delta=1412000 ns, racy<=10000 ns 16:56:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.326871000, lastModified=2023-03-25 16:56:23.325257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.325257000 to 2023-03-25 16:56:23.326257000 16:56:23.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.327083000, lastModified=2023-03-25 16:56:23.326257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.327083000, lastModified=2023-03-25 16:56:23.326257000, delta=826000 ns, racy<=10000 ns 16:56:23.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.327356000, lastModified=2023-03-25 16:56:23.326257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.327356000, lastModified=2023-03-25 16:56:23.326257000, delta=1099000 ns, racy<=10000 ns 16:56:23.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.327623000, lastModified=2023-03-25 16:56:23.326257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.327623000, lastModified=2023-03-25 16:56:23.326257000, delta=1366000 ns, racy<=10000 ns 16:56:23.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.327819000, lastModified=2023-03-25 16:56:23.326257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.326257000 to 2023-03-25 16:56:23.327257000 16:56:23.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.328003000, lastModified=2023-03-25 16:56:23.327257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.328003000, lastModified=2023-03-25 16:56:23.327257000, delta=746000 ns, racy<=10000 ns 16:56:23.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.328449000, lastModified=2023-03-25 16:56:23.327257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.328449000, lastModified=2023-03-25 16:56:23.327257000, delta=1192000 ns, racy<=10000 ns 16:56:23.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.328631000, lastModified=2023-03-25 16:56:23.327257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.328631000, lastModified=2023-03-25 16:56:23.327257000, delta=1374000 ns, racy<=10000 ns 16:56:23.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.328810000, lastModified=2023-03-25 16:56:23.327257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.327257000 to 2023-03-25 16:56:23.328257000 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.328991000, lastModified=2023-03-25 16:56:23.328257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.328991000, lastModified=2023-03-25 16:56:23.328257000, delta=734000 ns, racy<=10000 ns 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.329174000, lastModified=2023-03-25 16:56:23.328257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.329174000, lastModified=2023-03-25 16:56:23.328257000, delta=917000 ns, racy<=10000 ns 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.329348000, lastModified=2023-03-25 16:56:23.328257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.329348000, lastModified=2023-03-25 16:56:23.328257000, delta=1091000 ns, racy<=10000 ns 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.329522000, lastModified=2023-03-25 16:56:23.328257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.329522000, lastModified=2023-03-25 16:56:23.328257000, delta=1265000 ns, racy<=10000 ns 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.329700000, lastModified=2023-03-25 16:56:23.328257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.329700000, lastModified=2023-03-25 16:56:23.328257000, delta=1443000 ns, racy<=10000 ns 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.329891000, lastModified=2023-03-25 16:56:23.328257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.328257000 to 2023-03-25 16:56:23.329257000 16:56:23.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.330066000, lastModified=2023-03-25 16:56:23.329257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.330066000, lastModified=2023-03-25 16:56:23.329257000, delta=809000 ns, racy<=10000 ns 16:56:23.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.330472000, lastModified=2023-03-25 16:56:23.329257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.330472000, lastModified=2023-03-25 16:56:23.329257000, delta=1215000 ns, racy<=10000 ns 16:56:23.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.330652000, lastModified=2023-03-25 16:56:23.329257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.330652000, lastModified=2023-03-25 16:56:23.329257000, delta=1395000 ns, racy<=10000 ns 16:56:23.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.330829000, lastModified=2023-03-25 16:56:23.329257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.329257000 to 2023-03-25 16:56:23.330257000 16:56:23.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.331083000, lastModified=2023-03-25 16:56:23.330257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.331083000, lastModified=2023-03-25 16:56:23.330257000, delta=826000 ns, racy<=10000 ns 16:56:23.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.331324000, lastModified=2023-03-25 16:56:23.330257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.331324000, lastModified=2023-03-25 16:56:23.330257000, delta=1067000 ns, racy<=10000 ns 16:56:23.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.331533000, lastModified=2023-03-25 16:56:23.330257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.331533000, lastModified=2023-03-25 16:56:23.330257000, delta=1276000 ns, racy<=10000 ns 16:56:23.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.331788000, lastModified=2023-03-25 16:56:23.330257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.330257000 to 2023-03-25 16:56:23.331257000 16:56:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.332033000, lastModified=2023-03-25 16:56:23.331257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.332033000, lastModified=2023-03-25 16:56:23.331257000, delta=776000 ns, racy<=10000 ns 16:56:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.332223000, lastModified=2023-03-25 16:56:23.331257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.332223000, lastModified=2023-03-25 16:56:23.331257000, delta=966000 ns, racy<=10000 ns 16:56:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.332400000, lastModified=2023-03-25 16:56:23.331257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.332400000, lastModified=2023-03-25 16:56:23.331257000, delta=1143000 ns, racy<=10000 ns 16:56:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.332733000, lastModified=2023-03-25 16:56:23.331257000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.332733000, lastModified=2023-03-25 16:56:23.331257000, delta=1476000 ns, racy<=10000 ns 16:56:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.332939000, lastModified=2023-03-25 16:56:23.332258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.332939000, lastModified=2023-03-25 16:56:23.332258000, delta=681000 ns, racy<=10000 ns 16:56:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.333115000, lastModified=2023-03-25 16:56:23.332258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.333115000, lastModified=2023-03-25 16:56:23.332258000, delta=857000 ns, racy<=10000 ns 16:56:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.333307000, lastModified=2023-03-25 16:56:23.332258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.333307000, lastModified=2023-03-25 16:56:23.332258000, delta=1049000 ns, racy<=10000 ns 16:56:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.333484000, lastModified=2023-03-25 16:56:23.332258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.333484000, lastModified=2023-03-25 16:56:23.332258000, delta=1226000 ns, racy<=10000 ns 16:56:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.333683000, lastModified=2023-03-25 16:56:23.332258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.333683000, lastModified=2023-03-25 16:56:23.332258000, delta=1425000 ns, racy<=10000 ns 16:56:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.333882000, lastModified=2023-03-25 16:56:23.332258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.332258000 to 2023-03-25 16:56:23.333258000 16:56:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.334115000, lastModified=2023-03-25 16:56:23.333258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.334115000, lastModified=2023-03-25 16:56:23.333258000, delta=857000 ns, racy<=10000 ns 16:56:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.334317000, lastModified=2023-03-25 16:56:23.333258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.334317000, lastModified=2023-03-25 16:56:23.333258000, delta=1059000 ns, racy<=10000 ns 16:56:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.334510000, lastModified=2023-03-25 16:56:23.333258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.333258000 to 2023-03-25 16:56:23.334258000 16:56:23.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.335866000, lastModified=2023-03-25 16:56:23.334258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.334258000 to 2023-03-25 16:56:23.335258000 16:56:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.336149000, lastModified=2023-03-25 16:56:23.335258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.336149000, lastModified=2023-03-25 16:56:23.335258000, delta=891000 ns, racy<=10000 ns 16:56:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.336457000, lastModified=2023-03-25 16:56:23.335258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.336457000, lastModified=2023-03-25 16:56:23.335258000, delta=1199000 ns, racy<=10000 ns 16:56:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.336724000, lastModified=2023-03-25 16:56:23.335258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.336724000, lastModified=2023-03-25 16:56:23.335258000, delta=1466000 ns, racy<=10000 ns 16:56:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.336911000, lastModified=2023-03-25 16:56:23.336258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.336911000, lastModified=2023-03-25 16:56:23.336258000, delta=653000 ns, racy<=10000 ns 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.337101000, lastModified=2023-03-25 16:56:23.336258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.337101000, lastModified=2023-03-25 16:56:23.336258000, delta=843000 ns, racy<=10000 ns 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.337314000, lastModified=2023-03-25 16:56:23.336258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.337314000, lastModified=2023-03-25 16:56:23.336258000, delta=1056000 ns, racy<=10000 ns 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.337506000, lastModified=2023-03-25 16:56:23.336258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.337506000, lastModified=2023-03-25 16:56:23.336258000, delta=1248000 ns, racy<=10000 ns 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.337681000, lastModified=2023-03-25 16:56:23.336258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.337681000, lastModified=2023-03-25 16:56:23.336258000, delta=1423000 ns, racy<=10000 ns 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.337856000, lastModified=2023-03-25 16:56:23.336258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.336258000 to 2023-03-25 16:56:23.337258000 16:56:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.338336000, lastModified=2023-03-25 16:56:23.337258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.338336000, lastModified=2023-03-25 16:56:23.337258000, delta=1078000 ns, racy<=10000 ns 16:56:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.338626000, lastModified=2023-03-25 16:56:23.337258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.338626000, lastModified=2023-03-25 16:56:23.337258000, delta=1368000 ns, racy<=10000 ns 16:56:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.338824000, lastModified=2023-03-25 16:56:23.337258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.337258000 to 2023-03-25 16:56:23.338258000 16:56:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.339070000, lastModified=2023-03-25 16:56:23.338258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.339070000, lastModified=2023-03-25 16:56:23.338258000, delta=812000 ns, racy<=10000 ns 16:56:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.339321000, lastModified=2023-03-25 16:56:23.338258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.339321000, lastModified=2023-03-25 16:56:23.338258000, delta=1063000 ns, racy<=10000 ns 16:56:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.339497000, lastModified=2023-03-25 16:56:23.338258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.339497000, lastModified=2023-03-25 16:56:23.338258000, delta=1239000 ns, racy<=10000 ns 16:56:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.339672000, lastModified=2023-03-25 16:56:23.338258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.339672000, lastModified=2023-03-25 16:56:23.338258000, delta=1414000 ns, racy<=10000 ns 16:56:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.339844000, lastModified=2023-03-25 16:56:23.338258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.338258000 to 2023-03-25 16:56:23.339258000 16:56:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.340108000, lastModified=2023-03-25 16:56:23.339258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.340108000, lastModified=2023-03-25 16:56:23.339258000, delta=850000 ns, racy<=10000 ns 16:56:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.340399000, lastModified=2023-03-25 16:56:23.339258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.340399000, lastModified=2023-03-25 16:56:23.339258000, delta=1141000 ns, racy<=10000 ns 16:56:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.340737000, lastModified=2023-03-25 16:56:23.339258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.340737000, lastModified=2023-03-25 16:56:23.339258000, delta=1479000 ns, racy<=10000 ns 16:56:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.340922000, lastModified=2023-03-25 16:56:23.340258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.340922000, lastModified=2023-03-25 16:56:23.340258000, delta=664000 ns, racy<=10000 ns 16:56:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.341111000, lastModified=2023-03-25 16:56:23.340258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.341111000, lastModified=2023-03-25 16:56:23.340258000, delta=853000 ns, racy<=10000 ns 16:56:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.341358000, lastModified=2023-03-25 16:56:23.340258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.341358000, lastModified=2023-03-25 16:56:23.340258000, delta=1100000 ns, racy<=10000 ns 16:56:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.341539000, lastModified=2023-03-25 16:56:23.340258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.341539000, lastModified=2023-03-25 16:56:23.340258000, delta=1281000 ns, racy<=10000 ns 16:56:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.341714000, lastModified=2023-03-25 16:56:23.340258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.341714000, lastModified=2023-03-25 16:56:23.340258000, delta=1456000 ns, racy<=10000 ns 16:56:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.341913000, lastModified=2023-03-25 16:56:23.341258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.341913000, lastModified=2023-03-25 16:56:23.341258000, delta=655000 ns, racy<=10000 ns 16:56:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.342128000, lastModified=2023-03-25 16:56:23.341258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.342128000, lastModified=2023-03-25 16:56:23.341258000, delta=870000 ns, racy<=10000 ns 16:56:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.342301000, lastModified=2023-03-25 16:56:23.341258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.342301000, lastModified=2023-03-25 16:56:23.341258000, delta=1043000 ns, racy<=10000 ns 16:56:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.342478000, lastModified=2023-03-25 16:56:23.341258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.342478000, lastModified=2023-03-25 16:56:23.341258000, delta=1220000 ns, racy<=10000 ns 16:56:23.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.343027000, lastModified=2023-03-25 16:56:23.341258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.341258000 to 2023-03-25 16:56:23.342258000 16:56:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.343290000, lastModified=2023-03-25 16:56:23.342258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.343290000, lastModified=2023-03-25 16:56:23.342258000, delta=1032000 ns, racy<=10000 ns 16:56:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.343526000, lastModified=2023-03-25 16:56:23.342258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.343526000, lastModified=2023-03-25 16:56:23.342258000, delta=1268000 ns, racy<=10000 ns 16:56:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.343749000, lastModified=2023-03-25 16:56:23.342258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.343749000, lastModified=2023-03-25 16:56:23.342258000, delta=1491000 ns, racy<=10000 ns 16:56:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.343930000, lastModified=2023-03-25 16:56:23.343258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.343930000, lastModified=2023-03-25 16:56:23.343258000, delta=672000 ns, racy<=10000 ns 16:56:23.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.344193000, lastModified=2023-03-25 16:56:23.343258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.344193000, lastModified=2023-03-25 16:56:23.343258000, delta=935000 ns, racy<=10000 ns 16:56:23.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.344400000, lastModified=2023-03-25 16:56:23.343258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.344400000, lastModified=2023-03-25 16:56:23.343258000, delta=1142000 ns, racy<=10000 ns 16:56:23.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.344631000, lastModified=2023-03-25 16:56:23.343258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.344631000, lastModified=2023-03-25 16:56:23.343258000, delta=1373000 ns, racy<=10000 ns 16:56:23.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.344818000, lastModified=2023-03-25 16:56:23.343258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.343258000 to 2023-03-25 16:56:23.344258000 16:56:23.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.345062000, lastModified=2023-03-25 16:56:23.344258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.345062000, lastModified=2023-03-25 16:56:23.344258000, delta=804000 ns, racy<=10000 ns 16:56:23.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.345619000, lastModified=2023-03-25 16:56:23.344258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.345619000, lastModified=2023-03-25 16:56:23.344258000, delta=1361000 ns, racy<=10000 ns 16:56:23.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.345883000, lastModified=2023-03-25 16:56:23.344258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.344258000 to 2023-03-25 16:56:23.345258000 16:56:23.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.346132000, lastModified=2023-03-25 16:56:23.345258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.346132000, lastModified=2023-03-25 16:56:23.345258000, delta=874000 ns, racy<=10000 ns 16:56:23.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.346384000, lastModified=2023-03-25 16:56:23.345258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.346384000, lastModified=2023-03-25 16:56:23.345258000, delta=1126000 ns, racy<=10000 ns 16:56:23.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.346579000, lastModified=2023-03-25 16:56:23.345258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.346579000, lastModified=2023-03-25 16:56:23.345258000, delta=1321000 ns, racy<=10000 ns 16:56:23.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.346781000, lastModified=2023-03-25 16:56:23.345258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.346781000, lastModified=2023-03-25 16:56:23.345258000, delta=1523000 ns, racy<=10000 ns 16:56:23.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.346978000, lastModified=2023-03-25 16:56:23.346258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.346978000, lastModified=2023-03-25 16:56:23.346258000, delta=720000 ns, racy<=10000 ns 16:56:23.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.347215000, lastModified=2023-03-25 16:56:23.346258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.347215000, lastModified=2023-03-25 16:56:23.346258000, delta=957000 ns, racy<=10000 ns 16:56:23.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.347399000, lastModified=2023-03-25 16:56:23.346258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.347399000, lastModified=2023-03-25 16:56:23.346258000, delta=1141000 ns, racy<=10000 ns 16:56:23.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.347573000, lastModified=2023-03-25 16:56:23.346258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.347573000, lastModified=2023-03-25 16:56:23.346258000, delta=1315000 ns, racy<=10000 ns 16:56:23.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.348021000, lastModified=2023-03-25 16:56:23.346258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.346258000 to 2023-03-25 16:56:23.347258000 16:56:23.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.348244000, lastModified=2023-03-25 16:56:23.347258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.348244000, lastModified=2023-03-25 16:56:23.347258000, delta=986000 ns, racy<=10000 ns 16:56:23.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.348423000, lastModified=2023-03-25 16:56:23.347258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.348423000, lastModified=2023-03-25 16:56:23.347258000, delta=1165000 ns, racy<=10000 ns 16:56:23.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.348621000, lastModified=2023-03-25 16:56:23.347258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.348621000, lastModified=2023-03-25 16:56:23.347258000, delta=1363000 ns, racy<=10000 ns 16:56:23.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.348801000, lastModified=2023-03-25 16:56:23.347258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.347258000 to 2023-03-25 16:56:23.348258000 16:56:23.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.349042000, lastModified=2023-03-25 16:56:23.348258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.349042000, lastModified=2023-03-25 16:56:23.348258000, delta=784000 ns, racy<=10000 ns 16:56:23.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.349300000, lastModified=2023-03-25 16:56:23.348258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.349300000, lastModified=2023-03-25 16:56:23.348258000, delta=1042000 ns, racy<=10000 ns 16:56:23.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.349524000, lastModified=2023-03-25 16:56:23.348258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.349524000, lastModified=2023-03-25 16:56:23.348258000, delta=1266000 ns, racy<=10000 ns 16:56:23.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.349709000, lastModified=2023-03-25 16:56:23.348258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.349709000, lastModified=2023-03-25 16:56:23.348258000, delta=1451000 ns, racy<=10000 ns 16:56:23.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.349888000, lastModified=2023-03-25 16:56:23.348258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.348258000 to 2023-03-25 16:56:23.349258000 16:56:23.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.350346000, lastModified=2023-03-25 16:56:23.349258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.350346000, lastModified=2023-03-25 16:56:23.349258000, delta=1088000 ns, racy<=10000 ns 16:56:23.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.350578000, lastModified=2023-03-25 16:56:23.349258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.350578000, lastModified=2023-03-25 16:56:23.349258000, delta=1320000 ns, racy<=10000 ns 16:56:23.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.350790000, lastModified=2023-03-25 16:56:23.349258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.349258000 to 2023-03-25 16:56:23.350258000 16:56:23.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.350997000, lastModified=2023-03-25 16:56:23.350258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.350997000, lastModified=2023-03-25 16:56:23.350258000, delta=739000 ns, racy<=10000 ns 16:56:23.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.351181000, lastModified=2023-03-25 16:56:23.350258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.351181000, lastModified=2023-03-25 16:56:23.350258000, delta=923000 ns, racy<=10000 ns 16:56:23.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.351366000, lastModified=2023-03-25 16:56:23.350258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.351366000, lastModified=2023-03-25 16:56:23.350258000, delta=1108000 ns, racy<=10000 ns 16:56:23.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.351552000, lastModified=2023-03-25 16:56:23.350258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.351552000, lastModified=2023-03-25 16:56:23.350258000, delta=1294000 ns, racy<=10000 ns 16:56:23.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.351761000, lastModified=2023-03-25 16:56:23.350258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.351761000, lastModified=2023-03-25 16:56:23.350258000, delta=1503000 ns, racy<=10000 ns 16:56:23.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.351999000, lastModified=2023-03-25 16:56:23.351258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.351999000, lastModified=2023-03-25 16:56:23.351258000, delta=741000 ns, racy<=10000 ns 16:56:23.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.352206000, lastModified=2023-03-25 16:56:23.351258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.352206000, lastModified=2023-03-25 16:56:23.351258000, delta=948000 ns, racy<=10000 ns 16:56:23.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.364545000, lastModified=2023-03-25 16:56:23.363258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.363258000 to 2023-03-25 16:56:23.365258000 16:56:23.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.366080000, lastModified=2023-03-25 16:56:23.365258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.366080000, lastModified=2023-03-25 16:56:23.365258000, delta=822000 ns, racy<=10000 ns 16:56:23.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.366307000, lastModified=2023-03-25 16:56:23.365258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.366307000, lastModified=2023-03-25 16:56:23.365258000, delta=1049000 ns, racy<=10000 ns 16:56:23.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.366499000, lastModified=2023-03-25 16:56:23.365258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.366499000, lastModified=2023-03-25 16:56:23.365258000, delta=1241000 ns, racy<=10000 ns 16:56:23.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.366831000, lastModified=2023-03-25 16:56:23.365258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.365258000 to 2023-03-25 16:56:23.366258000 16:56:23.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.367111000, lastModified=2023-03-25 16:56:23.366258000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.367111000, lastModified=2023-03-25 16:56:23.366258000, delta=853000 ns, racy<=10000 ns 16:56:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.414378000, lastModified=2023-03-25 16:56:23.413259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.414378000, lastModified=2023-03-25 16:56:23.413259000, delta=1119000 ns, racy<=10000 ns 16:56:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.414853000, lastModified=2023-03-25 16:56:23.413259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.413259000 to 2023-03-25 16:56:23.414259000 16:56:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.415252000, lastModified=2023-03-25 16:56:23.414259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.415252000, lastModified=2023-03-25 16:56:23.414259000, delta=993000 ns, racy<=10000 ns 16:56:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.415539000, lastModified=2023-03-25 16:56:23.414259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.415539000, lastModified=2023-03-25 16:56:23.414259000, delta=1280000 ns, racy<=10000 ns 16:56:23.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.416147000, lastModified=2023-03-25 16:56:23.414259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.414259000 to 2023-03-25 16:56:23.415259000 16:56:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.416380000, lastModified=2023-03-25 16:56:23.415259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.416380000, lastModified=2023-03-25 16:56:23.415259000, delta=1121000 ns, racy<=10000 ns 16:56:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.416585000, lastModified=2023-03-25 16:56:23.415259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.416585000, lastModified=2023-03-25 16:56:23.415259000, delta=1326000 ns, racy<=10000 ns 16:56:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.416839000, lastModified=2023-03-25 16:56:23.415259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.415259000 to 2023-03-25 16:56:23.416259000 16:56:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.417133000, lastModified=2023-03-25 16:56:23.416259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.417133000, lastModified=2023-03-25 16:56:23.416259000, delta=874000 ns, racy<=10000 ns 16:56:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.417407000, lastModified=2023-03-25 16:56:23.416259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.417407000, lastModified=2023-03-25 16:56:23.416259000, delta=1148000 ns, racy<=10000 ns 16:56:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.417602000, lastModified=2023-03-25 16:56:23.416259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.417602000, lastModified=2023-03-25 16:56:23.416259000, delta=1343000 ns, racy<=10000 ns 16:56:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.417797000, lastModified=2023-03-25 16:56:23.416259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.416259000 to 2023-03-25 16:56:23.417259000 16:56:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.418064000, lastModified=2023-03-25 16:56:23.417259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.418064000, lastModified=2023-03-25 16:56:23.417259000, delta=805000 ns, racy<=10000 ns 16:56:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.418325000, lastModified=2023-03-25 16:56:23.417259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.418325000, lastModified=2023-03-25 16:56:23.417259000, delta=1066000 ns, racy<=10000 ns 16:56:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.418783000, lastModified=2023-03-25 16:56:23.417259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.417259000 to 2023-03-25 16:56:23.418259000 16:56:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.419030000, lastModified=2023-03-25 16:56:23.418259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.419030000, lastModified=2023-03-25 16:56:23.418259000, delta=771000 ns, racy<=10000 ns 16:56:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.419240000, lastModified=2023-03-25 16:56:23.418259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.419240000, lastModified=2023-03-25 16:56:23.418259000, delta=981000 ns, racy<=10000 ns 16:56:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.419490000, lastModified=2023-03-25 16:56:23.418259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.419490000, lastModified=2023-03-25 16:56:23.418259000, delta=1231000 ns, racy<=10000 ns 16:56:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.419710000, lastModified=2023-03-25 16:56:23.418259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.419710000, lastModified=2023-03-25 16:56:23.418259000, delta=1451000 ns, racy<=10000 ns 16:56:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.419911000, lastModified=2023-03-25 16:56:23.419259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.419911000, lastModified=2023-03-25 16:56:23.419259000, delta=652000 ns, racy<=10000 ns 16:56:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.420114000, lastModified=2023-03-25 16:56:23.419259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.420114000, lastModified=2023-03-25 16:56:23.419259000, delta=855000 ns, racy<=10000 ns 16:56:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.420311000, lastModified=2023-03-25 16:56:23.419259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.420311000, lastModified=2023-03-25 16:56:23.419259000, delta=1052000 ns, racy<=10000 ns 16:56:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.420584000, lastModified=2023-03-25 16:56:23.419259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.420584000, lastModified=2023-03-25 16:56:23.419259000, delta=1325000 ns, racy<=10000 ns 16:56:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.420784000, lastModified=2023-03-25 16:56:23.419259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.419259000 to 2023-03-25 16:56:23.420259000 16:56:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.421293000, lastModified=2023-03-25 16:56:23.420259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.421293000, lastModified=2023-03-25 16:56:23.420259000, delta=1034000 ns, racy<=10000 ns 16:56:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.421556000, lastModified=2023-03-25 16:56:23.420259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.421556000, lastModified=2023-03-25 16:56:23.420259000, delta=1297000 ns, racy<=10000 ns 16:56:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.421816000, lastModified=2023-03-25 16:56:23.420259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.420259000 to 2023-03-25 16:56:23.421259000 16:56:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.422077000, lastModified=2023-03-25 16:56:23.421259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.422077000, lastModified=2023-03-25 16:56:23.421259000, delta=818000 ns, racy<=10000 ns 16:56:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.422295000, lastModified=2023-03-25 16:56:23.421259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.422295000, lastModified=2023-03-25 16:56:23.421259000, delta=1036000 ns, racy<=10000 ns 16:56:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.422491000, lastModified=2023-03-25 16:56:23.421259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.422491000, lastModified=2023-03-25 16:56:23.421259000, delta=1232000 ns, racy<=10000 ns 16:56:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.422688000, lastModified=2023-03-25 16:56:23.421259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.422688000, lastModified=2023-03-25 16:56:23.421259000, delta=1429000 ns, racy<=10000 ns 16:56:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.422888000, lastModified=2023-03-25 16:56:23.421259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.421259000 to 2023-03-25 16:56:23.422259000 16:56:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.423081000, lastModified=2023-03-25 16:56:23.422259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.423081000, lastModified=2023-03-25 16:56:23.422259000, delta=822000 ns, racy<=10000 ns 16:56:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.423280000, lastModified=2023-03-25 16:56:23.422259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.423280000, lastModified=2023-03-25 16:56:23.422259000, delta=1021000 ns, racy<=10000 ns 16:56:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.423773000, lastModified=2023-03-25 16:56:23.422259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.423773000, lastModified=2023-03-25 16:56:23.422259000, delta=1514000 ns, racy<=10000 ns 16:56:23.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.424030000, lastModified=2023-03-25 16:56:23.423259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.424030000, lastModified=2023-03-25 16:56:23.423259000, delta=771000 ns, racy<=10000 ns 16:56:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.424245000, lastModified=2023-03-25 16:56:23.423259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.424245000, lastModified=2023-03-25 16:56:23.423259000, delta=986000 ns, racy<=10000 ns 16:56:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.424508000, lastModified=2023-03-25 16:56:23.423259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.424508000, lastModified=2023-03-25 16:56:23.423259000, delta=1249000 ns, racy<=10000 ns 16:56:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.424718000, lastModified=2023-03-25 16:56:23.423259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.424718000, lastModified=2023-03-25 16:56:23.423259000, delta=1459000 ns, racy<=10000 ns 16:56:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.424944000, lastModified=2023-03-25 16:56:23.424259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.424944000, lastModified=2023-03-25 16:56:23.424259000, delta=685000 ns, racy<=10000 ns 16:56:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.425221000, lastModified=2023-03-25 16:56:23.424259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.425221000, lastModified=2023-03-25 16:56:23.424259000, delta=962000 ns, racy<=10000 ns 16:56:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.425461000, lastModified=2023-03-25 16:56:23.424259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.425461000, lastModified=2023-03-25 16:56:23.424259000, delta=1202000 ns, racy<=10000 ns 16:56:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.425656000, lastModified=2023-03-25 16:56:23.424259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.425656000, lastModified=2023-03-25 16:56:23.424259000, delta=1397000 ns, racy<=10000 ns 16:56:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.425850000, lastModified=2023-03-25 16:56:23.424259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.424259000 to 2023-03-25 16:56:23.425259000 16:56:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.426413000, lastModified=2023-03-25 16:56:23.425259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.426413000, lastModified=2023-03-25 16:56:23.425259000, delta=1154000 ns, racy<=10000 ns 16:56:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.426621000, lastModified=2023-03-25 16:56:23.425259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.426621000, lastModified=2023-03-25 16:56:23.425259000, delta=1362000 ns, racy<=10000 ns 16:56:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.426815000, lastModified=2023-03-25 16:56:23.425259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.425259000 to 2023-03-25 16:56:23.426259000 16:56:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.427071000, lastModified=2023-03-25 16:56:23.426259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.427071000, lastModified=2023-03-25 16:56:23.426259000, delta=812000 ns, racy<=10000 ns 16:56:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.427317000, lastModified=2023-03-25 16:56:23.426259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.427317000, lastModified=2023-03-25 16:56:23.426259000, delta=1058000 ns, racy<=10000 ns 16:56:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.427511000, lastModified=2023-03-25 16:56:23.426259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.427511000, lastModified=2023-03-25 16:56:23.426259000, delta=1252000 ns, racy<=10000 ns 16:56:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.427707000, lastModified=2023-03-25 16:56:23.426259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.427707000, lastModified=2023-03-25 16:56:23.426259000, delta=1448000 ns, racy<=10000 ns 16:56:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.427932000, lastModified=2023-03-25 16:56:23.427259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.427932000, lastModified=2023-03-25 16:56:23.427259000, delta=673000 ns, racy<=10000 ns 16:56:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.428202000, lastModified=2023-03-25 16:56:23.427259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.428202000, lastModified=2023-03-25 16:56:23.427259000, delta=943000 ns, racy<=10000 ns 16:56:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.428439000, lastModified=2023-03-25 16:56:23.427259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.428439000, lastModified=2023-03-25 16:56:23.427259000, delta=1180000 ns, racy<=10000 ns 16:56:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.428940000, lastModified=2023-03-25 16:56:23.427259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.427259000 to 2023-03-25 16:56:23.428259000 16:56:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.429229000, lastModified=2023-03-25 16:56:23.428259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.429229000, lastModified=2023-03-25 16:56:23.428259000, delta=970000 ns, racy<=10000 ns 16:56:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.429476000, lastModified=2023-03-25 16:56:23.428259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.429476000, lastModified=2023-03-25 16:56:23.428259000, delta=1217000 ns, racy<=10000 ns 16:56:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.429673000, lastModified=2023-03-25 16:56:23.428259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.429673000, lastModified=2023-03-25 16:56:23.428259000, delta=1414000 ns, racy<=10000 ns 16:56:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.429871000, lastModified=2023-03-25 16:56:23.428259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.428259000 to 2023-03-25 16:56:23.429259000 16:56:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.430062000, lastModified=2023-03-25 16:56:23.429259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.430062000, lastModified=2023-03-25 16:56:23.429259000, delta=803000 ns, racy<=10000 ns 16:56:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.430276000, lastModified=2023-03-25 16:56:23.429259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.430276000, lastModified=2023-03-25 16:56:23.429259000, delta=1017000 ns, racy<=10000 ns 16:56:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.430483000, lastModified=2023-03-25 16:56:23.429259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.430483000, lastModified=2023-03-25 16:56:23.429259000, delta=1224000 ns, racy<=10000 ns 16:56:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.430675000, lastModified=2023-03-25 16:56:23.429259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.430675000, lastModified=2023-03-25 16:56:23.429259000, delta=1416000 ns, racy<=10000 ns 16:56:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.430890000, lastModified=2023-03-25 16:56:23.429259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.429259000 to 2023-03-25 16:56:23.430259000 16:56:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.431398000, lastModified=2023-03-25 16:56:23.430259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.431398000, lastModified=2023-03-25 16:56:23.430259000, delta=1139000 ns, racy<=10000 ns 16:56:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.431607000, lastModified=2023-03-25 16:56:23.430259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.431607000, lastModified=2023-03-25 16:56:23.430259000, delta=1348000 ns, racy<=10000 ns 16:56:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.431802000, lastModified=2023-03-25 16:56:23.430259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.430259000 to 2023-03-25 16:56:23.431259000 16:56:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.432081000, lastModified=2023-03-25 16:56:23.431259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.432081000, lastModified=2023-03-25 16:56:23.431259000, delta=822000 ns, racy<=10000 ns 16:56:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.432338000, lastModified=2023-03-25 16:56:23.431259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.432338000, lastModified=2023-03-25 16:56:23.431259000, delta=1079000 ns, racy<=10000 ns 16:56:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.432570000, lastModified=2023-03-25 16:56:23.431259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.432570000, lastModified=2023-03-25 16:56:23.431259000, delta=1311000 ns, racy<=10000 ns 16:56:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.432773000, lastModified=2023-03-25 16:56:23.431259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.431259000 to 2023-03-25 16:56:23.432259000 16:56:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.432998000, lastModified=2023-03-25 16:56:23.432259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.432998000, lastModified=2023-03-25 16:56:23.432259000, delta=739000 ns, racy<=10000 ns 16:56:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.433240000, lastModified=2023-03-25 16:56:23.432259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.433240000, lastModified=2023-03-25 16:56:23.432259000, delta=981000 ns, racy<=10000 ns 16:56:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.433628000, lastModified=2023-03-25 16:56:23.432259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.433628000, lastModified=2023-03-25 16:56:23.432259000, delta=1369000 ns, racy<=10000 ns 16:56:23.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.434237000, lastModified=2023-03-25 16:56:23.433259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.434237000, lastModified=2023-03-25 16:56:23.433259000, delta=978000 ns, racy<=10000 ns 16:56:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.434511000, lastModified=2023-03-25 16:56:23.433259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.434511000, lastModified=2023-03-25 16:56:23.433259000, delta=1252000 ns, racy<=10000 ns 16:56:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.434739000, lastModified=2023-03-25 16:56:23.433259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.434739000, lastModified=2023-03-25 16:56:23.433259000, delta=1480000 ns, racy<=10000 ns 16:56:23.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.435013000, lastModified=2023-03-25 16:56:23.434259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.435013000, lastModified=2023-03-25 16:56:23.434259000, delta=754000 ns, racy<=10000 ns 16:56:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.435262000, lastModified=2023-03-25 16:56:23.434259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.435262000, lastModified=2023-03-25 16:56:23.434259000, delta=1003000 ns, racy<=10000 ns 16:56:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.435493000, lastModified=2023-03-25 16:56:23.434259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.435493000, lastModified=2023-03-25 16:56:23.434259000, delta=1234000 ns, racy<=10000 ns 16:56:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.435728000, lastModified=2023-03-25 16:56:23.434259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.435728000, lastModified=2023-03-25 16:56:23.434259000, delta=1469000 ns, racy<=10000 ns 16:56:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.435981000, lastModified=2023-03-25 16:56:23.435259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.435981000, lastModified=2023-03-25 16:56:23.435259000, delta=722000 ns, racy<=10000 ns 16:56:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.436250000, lastModified=2023-03-25 16:56:23.435259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.436250000, lastModified=2023-03-25 16:56:23.435259000, delta=991000 ns, racy<=10000 ns 16:56:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.436494000, lastModified=2023-03-25 16:56:23.435259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.436494000, lastModified=2023-03-25 16:56:23.435259000, delta=1235000 ns, racy<=10000 ns 16:56:23.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.437147000, lastModified=2023-03-25 16:56:23.435259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.435259000 to 2023-03-25 16:56:23.436259000 16:56:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.437417000, lastModified=2023-03-25 16:56:23.436259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.437417000, lastModified=2023-03-25 16:56:23.436259000, delta=1158000 ns, racy<=10000 ns 16:56:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.437642000, lastModified=2023-03-25 16:56:23.436259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.437642000, lastModified=2023-03-25 16:56:23.436259000, delta=1383000 ns, racy<=10000 ns 16:56:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.437865000, lastModified=2023-03-25 16:56:23.436259000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.436259000 to 2023-03-25 16:56:23.437260000 16:56:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.438113000, lastModified=2023-03-25 16:56:23.437260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.438113000, lastModified=2023-03-25 16:56:23.437260000, delta=853000 ns, racy<=10000 ns 16:56:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.438336000, lastModified=2023-03-25 16:56:23.437260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.438336000, lastModified=2023-03-25 16:56:23.437260000, delta=1076000 ns, racy<=10000 ns 16:56:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.438554000, lastModified=2023-03-25 16:56:23.437260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.438554000, lastModified=2023-03-25 16:56:23.437260000, delta=1294000 ns, racy<=10000 ns 16:56:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.438786000, lastModified=2023-03-25 16:56:23.437260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.437260000 to 2023-03-25 16:56:23.438260000 16:56:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.439071000, lastModified=2023-03-25 16:56:23.438260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.439071000, lastModified=2023-03-25 16:56:23.438260000, delta=811000 ns, racy<=10000 ns 16:56:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.439314000, lastModified=2023-03-25 16:56:23.438260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.439314000, lastModified=2023-03-25 16:56:23.438260000, delta=1054000 ns, racy<=10000 ns 16:56:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.439893000, lastModified=2023-03-25 16:56:23.438260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.438260000 to 2023-03-25 16:56:23.439260000 16:56:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.440122000, lastModified=2023-03-25 16:56:23.439260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.440122000, lastModified=2023-03-25 16:56:23.439260000, delta=862000 ns, racy<=10000 ns 16:56:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.440348000, lastModified=2023-03-25 16:56:23.439260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.440348000, lastModified=2023-03-25 16:56:23.439260000, delta=1088000 ns, racy<=10000 ns 16:56:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.440614000, lastModified=2023-03-25 16:56:23.439260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.440614000, lastModified=2023-03-25 16:56:23.439260000, delta=1354000 ns, racy<=10000 ns 16:56:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.440850000, lastModified=2023-03-25 16:56:23.439260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.439260000 to 2023-03-25 16:56:23.440260000 16:56:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.441143000, lastModified=2023-03-25 16:56:23.440260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.441143000, lastModified=2023-03-25 16:56:23.440260000, delta=883000 ns, racy<=10000 ns 16:56:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.441405000, lastModified=2023-03-25 16:56:23.440260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.441405000, lastModified=2023-03-25 16:56:23.440260000, delta=1145000 ns, racy<=10000 ns 16:56:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.441627000, lastModified=2023-03-25 16:56:23.440260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.441627000, lastModified=2023-03-25 16:56:23.440260000, delta=1367000 ns, racy<=10000 ns 16:56:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.441915000, lastModified=2023-03-25 16:56:23.440260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.440260000 to 2023-03-25 16:56:23.441260000 16:56:23.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.442203000, lastModified=2023-03-25 16:56:23.441260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.442203000, lastModified=2023-03-25 16:56:23.441260000, delta=943000 ns, racy<=10000 ns 16:56:23.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.442792000, lastModified=2023-03-25 16:56:23.441260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.441260000 to 2023-03-25 16:56:23.442260000 16:56:23.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.443083000, lastModified=2023-03-25 16:56:23.442260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.443083000, lastModified=2023-03-25 16:56:23.442260000, delta=823000 ns, racy<=10000 ns 16:56:23.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.443411000, lastModified=2023-03-25 16:56:23.442260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.443411000, lastModified=2023-03-25 16:56:23.442260000, delta=1151000 ns, racy<=10000 ns 16:56:23.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.443675000, lastModified=2023-03-25 16:56:23.442260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.443675000, lastModified=2023-03-25 16:56:23.442260000, delta=1415000 ns, racy<=10000 ns 16:56:23.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.443914000, lastModified=2023-03-25 16:56:23.443260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.443914000, lastModified=2023-03-25 16:56:23.443260000, delta=654000 ns, racy<=10000 ns 16:56:23.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.444197000, lastModified=2023-03-25 16:56:23.443260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.444197000, lastModified=2023-03-25 16:56:23.443260000, delta=937000 ns, racy<=10000 ns 16:56:23.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.444474000, lastModified=2023-03-25 16:56:23.443260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.444474000, lastModified=2023-03-25 16:56:23.443260000, delta=1214000 ns, racy<=10000 ns 16:56:23.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.444738000, lastModified=2023-03-25 16:56:23.443260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.444738000, lastModified=2023-03-25 16:56:23.443260000, delta=1478000 ns, racy<=10000 ns 16:56:23.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.445005000, lastModified=2023-03-25 16:56:23.444260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.445005000, lastModified=2023-03-25 16:56:23.444260000, delta=745000 ns, racy<=10000 ns 16:56:23.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.445252000, lastModified=2023-03-25 16:56:23.444260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.445252000, lastModified=2023-03-25 16:56:23.444260000, delta=992000 ns, racy<=10000 ns 16:56:23.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.445717000, lastModified=2023-03-25 16:56:23.444260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.445717000, lastModified=2023-03-25 16:56:23.444260000, delta=1457000 ns, racy<=10000 ns 16:56:23.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.445990000, lastModified=2023-03-25 16:56:23.445260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.445990000, lastModified=2023-03-25 16:56:23.445260000, delta=730000 ns, racy<=10000 ns 16:56:23.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.446223000, lastModified=2023-03-25 16:56:23.445260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.446223000, lastModified=2023-03-25 16:56:23.445260000, delta=963000 ns, racy<=10000 ns 16:56:23.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.446501000, lastModified=2023-03-25 16:56:23.445260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.446501000, lastModified=2023-03-25 16:56:23.445260000, delta=1241000 ns, racy<=10000 ns 16:56:23.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.446781000, lastModified=2023-03-25 16:56:23.445260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.445260000 to 2023-03-25 16:56:23.446260000 16:56:23.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.447039000, lastModified=2023-03-25 16:56:23.446260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.447039000, lastModified=2023-03-25 16:56:23.446260000, delta=779000 ns, racy<=10000 ns 16:56:23.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.447271000, lastModified=2023-03-25 16:56:23.446260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.447271000, lastModified=2023-03-25 16:56:23.446260000, delta=1011000 ns, racy<=10000 ns 16:56:23.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.447569000, lastModified=2023-03-25 16:56:23.446260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.447569000, lastModified=2023-03-25 16:56:23.446260000, delta=1309000 ns, racy<=10000 ns 16:56:23.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.447856000, lastModified=2023-03-25 16:56:23.446260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.446260000 to 2023-03-25 16:56:23.447260000 16:56:23.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.448158000, lastModified=2023-03-25 16:56:23.447260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.448158000, lastModified=2023-03-25 16:56:23.447260000, delta=898000 ns, racy<=10000 ns 16:56:23.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.448821000, lastModified=2023-03-25 16:56:23.447260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.447260000 to 2023-03-25 16:56:23.448260000 16:56:23.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.513859000, lastModified=2023-03-25 16:56:23.448260000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.448260000 to 2023-03-25 16:56:23.513261000 16:56:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.514392000, lastModified=2023-03-25 16:56:23.513261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.514392000, lastModified=2023-03-25 16:56:23.513261000, delta=1131000 ns, racy<=10000 ns 16:56:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.534632000, lastModified=2023-03-25 16:56:23.533261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.534632000, lastModified=2023-03-25 16:56:23.533261000, delta=1371000 ns, racy<=10000 ns 16:56:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.534957000, lastModified=2023-03-25 16:56:23.534261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.534957000, lastModified=2023-03-25 16:56:23.534261000, delta=696000 ns, racy<=10000 ns 16:56:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.535196000, lastModified=2023-03-25 16:56:23.534261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.535196000, lastModified=2023-03-25 16:56:23.534261000, delta=935000 ns, racy<=10000 ns 16:56:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.535463000, lastModified=2023-03-25 16:56:23.534261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.535463000, lastModified=2023-03-25 16:56:23.534261000, delta=1202000 ns, racy<=10000 ns 16:56:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.535699000, lastModified=2023-03-25 16:56:23.534261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.535699000, lastModified=2023-03-25 16:56:23.534261000, delta=1438000 ns, racy<=10000 ns 16:56:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.535963000, lastModified=2023-03-25 16:56:23.535261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.535963000, lastModified=2023-03-25 16:56:23.535261000, delta=702000 ns, racy<=10000 ns 16:56:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.536199000, lastModified=2023-03-25 16:56:23.535261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.536199000, lastModified=2023-03-25 16:56:23.535261000, delta=938000 ns, racy<=10000 ns 16:56:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.536694000, lastModified=2023-03-25 16:56:23.535261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.536694000, lastModified=2023-03-25 16:56:23.535261000, delta=1433000 ns, racy<=10000 ns 16:56:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.536977000, lastModified=2023-03-25 16:56:23.536261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.536977000, lastModified=2023-03-25 16:56:23.536261000, delta=716000 ns, racy<=10000 ns 16:56:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.537216000, lastModified=2023-03-25 16:56:23.536261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.537216000, lastModified=2023-03-25 16:56:23.536261000, delta=955000 ns, racy<=10000 ns 16:56:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.537499000, lastModified=2023-03-25 16:56:23.536261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.537499000, lastModified=2023-03-25 16:56:23.536261000, delta=1238000 ns, racy<=10000 ns 16:56:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.537828000, lastModified=2023-03-25 16:56:23.536261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.536261000 to 2023-03-25 16:56:23.537261000 16:56:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.538119000, lastModified=2023-03-25 16:56:23.537261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.538119000, lastModified=2023-03-25 16:56:23.537261000, delta=858000 ns, racy<=10000 ns 16:56:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.538404000, lastModified=2023-03-25 16:56:23.537261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.538404000, lastModified=2023-03-25 16:56:23.537261000, delta=1143000 ns, racy<=10000 ns 16:56:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.538696000, lastModified=2023-03-25 16:56:23.537261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.538696000, lastModified=2023-03-25 16:56:23.537261000, delta=1435000 ns, racy<=10000 ns 16:56:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.538961000, lastModified=2023-03-25 16:56:23.538261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.538961000, lastModified=2023-03-25 16:56:23.538261000, delta=700000 ns, racy<=10000 ns 16:56:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.539243000, lastModified=2023-03-25 16:56:23.538261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.539243000, lastModified=2023-03-25 16:56:23.538261000, delta=982000 ns, racy<=10000 ns 16:56:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.539747000, lastModified=2023-03-25 16:56:23.538261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.538261000 to 2023-03-25 16:56:23.539261000 16:56:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.540096000, lastModified=2023-03-25 16:56:23.539261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.540096000, lastModified=2023-03-25 16:56:23.539261000, delta=835000 ns, racy<=10000 ns 16:56:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.540405000, lastModified=2023-03-25 16:56:23.539261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.540405000, lastModified=2023-03-25 16:56:23.539261000, delta=1144000 ns, racy<=10000 ns 16:56:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.540726000, lastModified=2023-03-25 16:56:23.539261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.539261000 to 2023-03-25 16:56:23.540261000 16:56:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.541095000, lastModified=2023-03-25 16:56:23.540261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.541095000, lastModified=2023-03-25 16:56:23.540261000, delta=834000 ns, racy<=10000 ns 16:56:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.541364000, lastModified=2023-03-25 16:56:23.540261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.541364000, lastModified=2023-03-25 16:56:23.540261000, delta=1103000 ns, racy<=10000 ns 16:56:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.541592000, lastModified=2023-03-25 16:56:23.540261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.541592000, lastModified=2023-03-25 16:56:23.540261000, delta=1331000 ns, racy<=10000 ns 16:56:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.541820000, lastModified=2023-03-25 16:56:23.540261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.540261000 to 2023-03-25 16:56:23.541261000 16:56:23.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.542080000, lastModified=2023-03-25 16:56:23.541261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.542080000, lastModified=2023-03-25 16:56:23.541261000, delta=819000 ns, racy<=10000 ns 16:56:23.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.542324000, lastModified=2023-03-25 16:56:23.541261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.542324000, lastModified=2023-03-25 16:56:23.541261000, delta=1063000 ns, racy<=10000 ns 16:56:23.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.542770000, lastModified=2023-03-25 16:56:23.541261000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.542770000, lastModified=2023-03-25 16:56:23.541261000, delta=1509000 ns, racy<=10000 ns 16:56:23.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.543103000, lastModified=2023-03-25 16:56:23.542262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.543103000, lastModified=2023-03-25 16:56:23.542262000, delta=841000 ns, racy<=10000 ns 16:56:23.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.543394000, lastModified=2023-03-25 16:56:23.542262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.543394000, lastModified=2023-03-25 16:56:23.542262000, delta=1132000 ns, racy<=10000 ns 16:56:23.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.543690000, lastModified=2023-03-25 16:56:23.542262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.543690000, lastModified=2023-03-25 16:56:23.542262000, delta=1428000 ns, racy<=10000 ns 16:56:23.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.543981000, lastModified=2023-03-25 16:56:23.543262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.543981000, lastModified=2023-03-25 16:56:23.543262000, delta=719000 ns, racy<=10000 ns 16:56:23.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.544312000, lastModified=2023-03-25 16:56:23.543262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.544312000, lastModified=2023-03-25 16:56:23.543262000, delta=1050000 ns, racy<=10000 ns 16:56:23.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.544618000, lastModified=2023-03-25 16:56:23.543262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.544618000, lastModified=2023-03-25 16:56:23.543262000, delta=1356000 ns, racy<=10000 ns 16:56:23.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.544940000, lastModified=2023-03-25 16:56:23.544262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.544940000, lastModified=2023-03-25 16:56:23.544262000, delta=678000 ns, racy<=10000 ns 16:56:23.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.545263000, lastModified=2023-03-25 16:56:23.544262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.545263000, lastModified=2023-03-25 16:56:23.544262000, delta=1001000 ns, racy<=10000 ns 16:56:23.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.545563000, lastModified=2023-03-25 16:56:23.544262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.545563000, lastModified=2023-03-25 16:56:23.544262000, delta=1301000 ns, racy<=10000 ns 16:56:23.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.546229000, lastModified=2023-03-25 16:56:23.545262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.546229000, lastModified=2023-03-25 16:56:23.545262000, delta=967000 ns, racy<=10000 ns 16:56:23.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.546530000, lastModified=2023-03-25 16:56:23.545262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.546530000, lastModified=2023-03-25 16:56:23.545262000, delta=1268000 ns, racy<=10000 ns 16:56:23.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.546813000, lastModified=2023-03-25 16:56:23.545262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.545262000 to 2023-03-25 16:56:23.546262000 16:56:23.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.547096000, lastModified=2023-03-25 16:56:23.546262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.547096000, lastModified=2023-03-25 16:56:23.546262000, delta=834000 ns, racy<=10000 ns 16:56:23.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.547368000, lastModified=2023-03-25 16:56:23.546262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.547368000, lastModified=2023-03-25 16:56:23.546262000, delta=1106000 ns, racy<=10000 ns 16:56:23.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.547600000, lastModified=2023-03-25 16:56:23.546262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.547600000, lastModified=2023-03-25 16:56:23.546262000, delta=1338000 ns, racy<=10000 ns 16:56:23.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.547811000, lastModified=2023-03-25 16:56:23.546262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.546262000 to 2023-03-25 16:56:23.547262000 16:56:23.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.548052000, lastModified=2023-03-25 16:56:23.547262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.548052000, lastModified=2023-03-25 16:56:23.547262000, delta=790000 ns, racy<=10000 ns 16:56:23.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.548272000, lastModified=2023-03-25 16:56:23.547262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.548272000, lastModified=2023-03-25 16:56:23.547262000, delta=1010000 ns, racy<=10000 ns 16:56:23.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.548483000, lastModified=2023-03-25 16:56:23.547262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.548483000, lastModified=2023-03-25 16:56:23.547262000, delta=1221000 ns, racy<=10000 ns 16:56:23.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.548887000, lastModified=2023-03-25 16:56:23.547262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.547262000 to 2023-03-25 16:56:23.548262000 16:56:23.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.549221000, lastModified=2023-03-25 16:56:23.548262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.549221000, lastModified=2023-03-25 16:56:23.548262000, delta=959000 ns, racy<=10000 ns 16:56:23.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.549469000, lastModified=2023-03-25 16:56:23.548262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.549469000, lastModified=2023-03-25 16:56:23.548262000, delta=1207000 ns, racy<=10000 ns 16:56:23.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.549732000, lastModified=2023-03-25 16:56:23.548262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.549732000, lastModified=2023-03-25 16:56:23.548262000, delta=1470000 ns, racy<=10000 ns 16:56:23.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.550000000, lastModified=2023-03-25 16:56:23.549262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.550000000, lastModified=2023-03-25 16:56:23.549262000, delta=738000 ns, racy<=10000 ns 16:56:23.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.550260000, lastModified=2023-03-25 16:56:23.549262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.550260000, lastModified=2023-03-25 16:56:23.549262000, delta=998000 ns, racy<=10000 ns 16:56:23.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.550533000, lastModified=2023-03-25 16:56:23.549262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.550533000, lastModified=2023-03-25 16:56:23.549262000, delta=1271000 ns, racy<=10000 ns 16:56:23.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.550764000, lastModified=2023-03-25 16:56:23.549262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.550764000, lastModified=2023-03-25 16:56:23.549262000, delta=1502000 ns, racy<=10000 ns 16:56:23.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.551080000, lastModified=2023-03-25 16:56:23.550262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.551080000, lastModified=2023-03-25 16:56:23.550262000, delta=818000 ns, racy<=10000 ns 16:56:23.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.551356000, lastModified=2023-03-25 16:56:23.550262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.551356000, lastModified=2023-03-25 16:56:23.550262000, delta=1094000 ns, racy<=10000 ns 16:56:23.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.551935000, lastModified=2023-03-25 16:56:23.550262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.550262000 to 2023-03-25 16:56:23.551262000 16:56:23.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.552229000, lastModified=2023-03-25 16:56:23.551262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.552229000, lastModified=2023-03-25 16:56:23.551262000, delta=967000 ns, racy<=10000 ns 16:56:23.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.552508000, lastModified=2023-03-25 16:56:23.551262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.552508000, lastModified=2023-03-25 16:56:23.551262000, delta=1246000 ns, racy<=10000 ns 16:56:23.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.552813000, lastModified=2023-03-25 16:56:23.551262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.551262000 to 2023-03-25 16:56:23.552262000 16:56:23.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.553083000, lastModified=2023-03-25 16:56:23.552262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.553083000, lastModified=2023-03-25 16:56:23.552262000, delta=821000 ns, racy<=10000 ns 16:56:23.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.553323000, lastModified=2023-03-25 16:56:23.552262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.553323000, lastModified=2023-03-25 16:56:23.552262000, delta=1061000 ns, racy<=10000 ns 16:56:23.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.553586000, lastModified=2023-03-25 16:56:23.552262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.553586000, lastModified=2023-03-25 16:56:23.552262000, delta=1324000 ns, racy<=10000 ns 16:56:23.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.553815000, lastModified=2023-03-25 16:56:23.552262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.552262000 to 2023-03-25 16:56:23.553262000 16:56:23.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.554034000, lastModified=2023-03-25 16:56:23.553262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.554034000, lastModified=2023-03-25 16:56:23.553262000, delta=772000 ns, racy<=10000 ns 16:56:23.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.554268000, lastModified=2023-03-25 16:56:23.553262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.554268000, lastModified=2023-03-25 16:56:23.553262000, delta=1006000 ns, racy<=10000 ns 16:56:23.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.554751000, lastModified=2023-03-25 16:56:23.553262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.554751000, lastModified=2023-03-25 16:56:23.553262000, delta=1489000 ns, racy<=10000 ns 16:56:23.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.555068000, lastModified=2023-03-25 16:56:23.554262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.555068000, lastModified=2023-03-25 16:56:23.554262000, delta=806000 ns, racy<=10000 ns 16:56:23.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.555306000, lastModified=2023-03-25 16:56:23.554262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.555306000, lastModified=2023-03-25 16:56:23.554262000, delta=1044000 ns, racy<=10000 ns 16:56:23.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.555541000, lastModified=2023-03-25 16:56:23.554262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.555541000, lastModified=2023-03-25 16:56:23.554262000, delta=1279000 ns, racy<=10000 ns 16:56:23.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.555761000, lastModified=2023-03-25 16:56:23.554262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.555761000, lastModified=2023-03-25 16:56:23.554262000, delta=1499000 ns, racy<=10000 ns 16:56:23.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.556029000, lastModified=2023-03-25 16:56:23.555262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.556029000, lastModified=2023-03-25 16:56:23.555262000, delta=767000 ns, racy<=10000 ns 16:56:23.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.556266000, lastModified=2023-03-25 16:56:23.555262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.556266000, lastModified=2023-03-25 16:56:23.555262000, delta=1004000 ns, racy<=10000 ns 16:56:23.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.556493000, lastModified=2023-03-25 16:56:23.555262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.556493000, lastModified=2023-03-25 16:56:23.555262000, delta=1231000 ns, racy<=10000 ns 16:56:23.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.556716000, lastModified=2023-03-25 16:56:23.555262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.556716000, lastModified=2023-03-25 16:56:23.555262000, delta=1454000 ns, racy<=10000 ns 16:56:23.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.556970000, lastModified=2023-03-25 16:56:23.556262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.556970000, lastModified=2023-03-25 16:56:23.556262000, delta=708000 ns, racy<=10000 ns 16:56:23.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.557493000, lastModified=2023-03-25 16:56:23.556262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.557493000, lastModified=2023-03-25 16:56:23.556262000, delta=1231000 ns, racy<=10000 ns 16:56:23.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.557825000, lastModified=2023-03-25 16:56:23.556262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.556262000 to 2023-03-25 16:56:23.557262000 16:56:23.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.558074000, lastModified=2023-03-25 16:56:23.557262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.558074000, lastModified=2023-03-25 16:56:23.557262000, delta=812000 ns, racy<=10000 ns 16:56:23.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.558343000, lastModified=2023-03-25 16:56:23.557262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.558343000, lastModified=2023-03-25 16:56:23.557262000, delta=1081000 ns, racy<=10000 ns 16:56:23.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.558579000, lastModified=2023-03-25 16:56:23.557262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.558579000, lastModified=2023-03-25 16:56:23.557262000, delta=1317000 ns, racy<=10000 ns 16:56:23.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.558869000, lastModified=2023-03-25 16:56:23.557262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.557262000 to 2023-03-25 16:56:23.558262000 16:56:23.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.559151000, lastModified=2023-03-25 16:56:23.558262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.559151000, lastModified=2023-03-25 16:56:23.558262000, delta=889000 ns, racy<=10000 ns 16:56:23.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.559438000, lastModified=2023-03-25 16:56:23.558262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.559438000, lastModified=2023-03-25 16:56:23.558262000, delta=1176000 ns, racy<=10000 ns 16:56:23.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.559703000, lastModified=2023-03-25 16:56:23.558262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.559703000, lastModified=2023-03-25 16:56:23.558262000, delta=1441000 ns, racy<=10000 ns 16:56:23.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.613814000, lastModified=2023-03-25 16:56:23.559262000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.559262000 to 2023-03-25 16:56:23.613263000 16:56:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.614641000, lastModified=2023-03-25 16:56:23.613263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.613263000 to 2023-03-25 16:56:23.614263000 16:56:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.615118000, lastModified=2023-03-25 16:56:23.614263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.615118000, lastModified=2023-03-25 16:56:23.614263000, delta=855000 ns, racy<=10000 ns 16:56:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.615419000, lastModified=2023-03-25 16:56:23.614263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.615419000, lastModified=2023-03-25 16:56:23.614263000, delta=1156000 ns, racy<=10000 ns 16:56:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.615722000, lastModified=2023-03-25 16:56:23.614263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.615722000, lastModified=2023-03-25 16:56:23.614263000, delta=1459000 ns, racy<=10000 ns 16:56:23.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.616005000, lastModified=2023-03-25 16:56:23.615263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.616005000, lastModified=2023-03-25 16:56:23.615263000, delta=742000 ns, racy<=10000 ns 16:56:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.616226000, lastModified=2023-03-25 16:56:23.615263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.616226000, lastModified=2023-03-25 16:56:23.615263000, delta=963000 ns, racy<=10000 ns 16:56:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.616487000, lastModified=2023-03-25 16:56:23.615263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.616487000, lastModified=2023-03-25 16:56:23.615263000, delta=1224000 ns, racy<=10000 ns 16:56:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.616791000, lastModified=2023-03-25 16:56:23.615263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.615263000 to 2023-03-25 16:56:23.616263000 16:56:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.617010000, lastModified=2023-03-25 16:56:23.616263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.617010000, lastModified=2023-03-25 16:56:23.616263000, delta=747000 ns, racy<=10000 ns 16:56:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.617246000, lastModified=2023-03-25 16:56:23.616263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.617246000, lastModified=2023-03-25 16:56:23.616263000, delta=983000 ns, racy<=10000 ns 16:56:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.617729000, lastModified=2023-03-25 16:56:23.616263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.616263000 to 2023-03-25 16:56:23.617263000 16:56:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.618065000, lastModified=2023-03-25 16:56:23.617263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.618065000, lastModified=2023-03-25 16:56:23.617263000, delta=802000 ns, racy<=10000 ns 16:56:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.618343000, lastModified=2023-03-25 16:56:23.617263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.618343000, lastModified=2023-03-25 16:56:23.617263000, delta=1080000 ns, racy<=10000 ns 16:56:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.618631000, lastModified=2023-03-25 16:56:23.617263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.618631000, lastModified=2023-03-25 16:56:23.617263000, delta=1368000 ns, racy<=10000 ns 16:56:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.618920000, lastModified=2023-03-25 16:56:23.618263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.618920000, lastModified=2023-03-25 16:56:23.618263000, delta=657000 ns, racy<=10000 ns 16:56:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.619142000, lastModified=2023-03-25 16:56:23.618263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.619142000, lastModified=2023-03-25 16:56:23.618263000, delta=879000 ns, racy<=10000 ns 16:56:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.619366000, lastModified=2023-03-25 16:56:23.618263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.619366000, lastModified=2023-03-25 16:56:23.618263000, delta=1103000 ns, racy<=10000 ns 16:56:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.619633000, lastModified=2023-03-25 16:56:23.618263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.619633000, lastModified=2023-03-25 16:56:23.618263000, delta=1370000 ns, racy<=10000 ns 16:56:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.619864000, lastModified=2023-03-25 16:56:23.618263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.618263000 to 2023-03-25 16:56:23.619263000 16:56:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.620144000, lastModified=2023-03-25 16:56:23.619263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.620144000, lastModified=2023-03-25 16:56:23.619263000, delta=881000 ns, racy<=10000 ns 16:56:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.620759000, lastModified=2023-03-25 16:56:23.619263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.619263000 to 2023-03-25 16:56:23.620263000 16:56:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.621198000, lastModified=2023-03-25 16:56:23.620263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.621198000, lastModified=2023-03-25 16:56:23.620263000, delta=935000 ns, racy<=10000 ns 16:56:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.621519000, lastModified=2023-03-25 16:56:23.620263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.621519000, lastModified=2023-03-25 16:56:23.620263000, delta=1256000 ns, racy<=10000 ns 16:56:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.621777000, lastModified=2023-03-25 16:56:23.620263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.620263000 to 2023-03-25 16:56:23.621263000 16:56:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.622075000, lastModified=2023-03-25 16:56:23.621263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.622075000, lastModified=2023-03-25 16:56:23.621263000, delta=812000 ns, racy<=10000 ns 16:56:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.622323000, lastModified=2023-03-25 16:56:23.621263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.622323000, lastModified=2023-03-25 16:56:23.621263000, delta=1060000 ns, racy<=10000 ns 16:56:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.622612000, lastModified=2023-03-25 16:56:23.621263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.622612000, lastModified=2023-03-25 16:56:23.621263000, delta=1349000 ns, racy<=10000 ns 16:56:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.622839000, lastModified=2023-03-25 16:56:23.621263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.621263000 to 2023-03-25 16:56:23.622263000 16:56:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.623098000, lastModified=2023-03-25 16:56:23.622263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.623098000, lastModified=2023-03-25 16:56:23.622263000, delta=835000 ns, racy<=10000 ns 16:56:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.623369000, lastModified=2023-03-25 16:56:23.622263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.623369000, lastModified=2023-03-25 16:56:23.622263000, delta=1106000 ns, racy<=10000 ns 16:56:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.623757000, lastModified=2023-03-25 16:56:23.622263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.622263000 to 2023-03-25 16:56:23.623263000 16:56:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.624172000, lastModified=2023-03-25 16:56:23.623263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.624172000, lastModified=2023-03-25 16:56:23.623263000, delta=909000 ns, racy<=10000 ns 16:56:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.624435000, lastModified=2023-03-25 16:56:23.623263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.624435000, lastModified=2023-03-25 16:56:23.623263000, delta=1172000 ns, racy<=10000 ns 16:56:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.624718000, lastModified=2023-03-25 16:56:23.623263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.624718000, lastModified=2023-03-25 16:56:23.623263000, delta=1455000 ns, racy<=10000 ns 16:56:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.625393000, lastModified=2023-03-25 16:56:23.624263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.625393000, lastModified=2023-03-25 16:56:23.624263000, delta=1130000 ns, racy<=10000 ns 16:56:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.625850000, lastModified=2023-03-25 16:56:23.624263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.624263000 to 2023-03-25 16:56:23.625263000 16:56:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.626314000, lastModified=2023-03-25 16:56:23.625263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.626314000, lastModified=2023-03-25 16:56:23.625263000, delta=1051000 ns, racy<=10000 ns 16:56:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.626606000, lastModified=2023-03-25 16:56:23.625263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.626606000, lastModified=2023-03-25 16:56:23.625263000, delta=1343000 ns, racy<=10000 ns 16:56:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.626829000, lastModified=2023-03-25 16:56:23.625263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.625263000 to 2023-03-25 16:56:23.626263000 16:56:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.627066000, lastModified=2023-03-25 16:56:23.626263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.627066000, lastModified=2023-03-25 16:56:23.626263000, delta=803000 ns, racy<=10000 ns 16:56:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.627592000, lastModified=2023-03-25 16:56:23.626263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.627592000, lastModified=2023-03-25 16:56:23.626263000, delta=1329000 ns, racy<=10000 ns 16:56:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.627962000, lastModified=2023-03-25 16:56:23.627263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.627962000, lastModified=2023-03-25 16:56:23.627263000, delta=699000 ns, racy<=10000 ns 16:56:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.628250000, lastModified=2023-03-25 16:56:23.627263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.628250000, lastModified=2023-03-25 16:56:23.627263000, delta=987000 ns, racy<=10000 ns 16:56:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.628514000, lastModified=2023-03-25 16:56:23.627263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.628514000, lastModified=2023-03-25 16:56:23.627263000, delta=1251000 ns, racy<=10000 ns 16:56:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.628706000, lastModified=2023-03-25 16:56:23.627263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.628706000, lastModified=2023-03-25 16:56:23.627263000, delta=1443000 ns, racy<=10000 ns 16:56:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.628907000, lastModified=2023-03-25 16:56:23.627263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.627263000 to 2023-03-25 16:56:23.628263000 16:56:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.629095000, lastModified=2023-03-25 16:56:23.628263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.629095000, lastModified=2023-03-25 16:56:23.628263000, delta=832000 ns, racy<=10000 ns 16:56:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.629273000, lastModified=2023-03-25 16:56:23.628263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.629273000, lastModified=2023-03-25 16:56:23.628263000, delta=1010000 ns, racy<=10000 ns 16:56:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.629444000, lastModified=2023-03-25 16:56:23.628263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.629444000, lastModified=2023-03-25 16:56:23.628263000, delta=1181000 ns, racy<=10000 ns 16:56:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.629611000, lastModified=2023-03-25 16:56:23.628263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.629611000, lastModified=2023-03-25 16:56:23.628263000, delta=1348000 ns, racy<=10000 ns 16:56:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.629952000, lastModified=2023-03-25 16:56:23.628263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.628263000 to 2023-03-25 16:56:23.629263000 16:56:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.630303000, lastModified=2023-03-25 16:56:23.629263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.630303000, lastModified=2023-03-25 16:56:23.629263000, delta=1040000 ns, racy<=10000 ns 16:56:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.630539000, lastModified=2023-03-25 16:56:23.629263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.630539000, lastModified=2023-03-25 16:56:23.629263000, delta=1276000 ns, racy<=10000 ns 16:56:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.630723000, lastModified=2023-03-25 16:56:23.629263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.630723000, lastModified=2023-03-25 16:56:23.629263000, delta=1460000 ns, racy<=10000 ns 16:56:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.630922000, lastModified=2023-03-25 16:56:23.630263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.630922000, lastModified=2023-03-25 16:56:23.630263000, delta=659000 ns, racy<=10000 ns 16:56:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.631148000, lastModified=2023-03-25 16:56:23.630263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.631148000, lastModified=2023-03-25 16:56:23.630263000, delta=885000 ns, racy<=10000 ns 16:56:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.631388000, lastModified=2023-03-25 16:56:23.630263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.631388000, lastModified=2023-03-25 16:56:23.630263000, delta=1125000 ns, racy<=10000 ns 16:56:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.631568000, lastModified=2023-03-25 16:56:23.630263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.631568000, lastModified=2023-03-25 16:56:23.630263000, delta=1305000 ns, racy<=10000 ns 16:56:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.631744000, lastModified=2023-03-25 16:56:23.630263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.631744000, lastModified=2023-03-25 16:56:23.630263000, delta=1481000 ns, racy<=10000 ns 16:56:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.631921000, lastModified=2023-03-25 16:56:23.631263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.631921000, lastModified=2023-03-25 16:56:23.631263000, delta=658000 ns, racy<=10000 ns 16:56:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.632290000, lastModified=2023-03-25 16:56:23.631263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.632290000, lastModified=2023-03-25 16:56:23.631263000, delta=1027000 ns, racy<=10000 ns 16:56:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.632588000, lastModified=2023-03-25 16:56:23.631263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.632588000, lastModified=2023-03-25 16:56:23.631263000, delta=1325000 ns, racy<=10000 ns 16:56:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.632766000, lastModified=2023-03-25 16:56:23.631263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.632766000, lastModified=2023-03-25 16:56:23.631263000, delta=1503000 ns, racy<=10000 ns 16:56:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.632960000, lastModified=2023-03-25 16:56:23.632263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.632960000, lastModified=2023-03-25 16:56:23.632263000, delta=697000 ns, racy<=10000 ns 16:56:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.633169000, lastModified=2023-03-25 16:56:23.632263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.633169000, lastModified=2023-03-25 16:56:23.632263000, delta=906000 ns, racy<=10000 ns 16:56:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.633384000, lastModified=2023-03-25 16:56:23.632263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.633384000, lastModified=2023-03-25 16:56:23.632263000, delta=1121000 ns, racy<=10000 ns 16:56:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.633565000, lastModified=2023-03-25 16:56:23.632263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.633565000, lastModified=2023-03-25 16:56:23.632263000, delta=1302000 ns, racy<=10000 ns 16:56:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.633763000, lastModified=2023-03-25 16:56:23.632263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.633763000, lastModified=2023-03-25 16:56:23.632263000, delta=1500000 ns, racy<=10000 ns 16:56:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.633944000, lastModified=2023-03-25 16:56:23.633263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.633944000, lastModified=2023-03-25 16:56:23.633263000, delta=681000 ns, racy<=10000 ns 16:56:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.634163000, lastModified=2023-03-25 16:56:23.633263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.634163000, lastModified=2023-03-25 16:56:23.633263000, delta=900000 ns, racy<=10000 ns 16:56:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.634514000, lastModified=2023-03-25 16:56:23.633263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.634514000, lastModified=2023-03-25 16:56:23.633263000, delta=1251000 ns, racy<=10000 ns 16:56:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.634826000, lastModified=2023-03-25 16:56:23.633263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.633263000 to 2023-03-25 16:56:23.634263000 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.635026000, lastModified=2023-03-25 16:56:23.634263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.635026000, lastModified=2023-03-25 16:56:23.634263000, delta=763000 ns, racy<=10000 ns 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.635250000, lastModified=2023-03-25 16:56:23.634263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.635250000, lastModified=2023-03-25 16:56:23.634263000, delta=987000 ns, racy<=10000 ns 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.635425000, lastModified=2023-03-25 16:56:23.634263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.635425000, lastModified=2023-03-25 16:56:23.634263000, delta=1162000 ns, racy<=10000 ns 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.635597000, lastModified=2023-03-25 16:56:23.634263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.635597000, lastModified=2023-03-25 16:56:23.634263000, delta=1334000 ns, racy<=10000 ns 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.635770000, lastModified=2023-03-25 16:56:23.634263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.635770000, lastModified=2023-03-25 16:56:23.634263000, delta=1507000 ns, racy<=10000 ns 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.635955000, lastModified=2023-03-25 16:56:23.635263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.635955000, lastModified=2023-03-25 16:56:23.635263000, delta=692000 ns, racy<=10000 ns 16:56:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.636133000, lastModified=2023-03-25 16:56:23.635263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.636133000, lastModified=2023-03-25 16:56:23.635263000, delta=870000 ns, racy<=10000 ns 16:56:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.636305000, lastModified=2023-03-25 16:56:23.635263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.636305000, lastModified=2023-03-25 16:56:23.635263000, delta=1042000 ns, racy<=10000 ns 16:56:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.636639000, lastModified=2023-03-25 16:56:23.635263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.636639000, lastModified=2023-03-25 16:56:23.635263000, delta=1376000 ns, racy<=10000 ns 16:56:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.636928000, lastModified=2023-03-25 16:56:23.636263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.636928000, lastModified=2023-03-25 16:56:23.636263000, delta=665000 ns, racy<=10000 ns 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.637110000, lastModified=2023-03-25 16:56:23.636263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.637110000, lastModified=2023-03-25 16:56:23.636263000, delta=847000 ns, racy<=10000 ns 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.637290000, lastModified=2023-03-25 16:56:23.636263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.637290000, lastModified=2023-03-25 16:56:23.636263000, delta=1027000 ns, racy<=10000 ns 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.637465000, lastModified=2023-03-25 16:56:23.636263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.637465000, lastModified=2023-03-25 16:56:23.636263000, delta=1202000 ns, racy<=10000 ns 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.637656000, lastModified=2023-03-25 16:56:23.636263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.637656000, lastModified=2023-03-25 16:56:23.636263000, delta=1393000 ns, racy<=10000 ns 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.637841000, lastModified=2023-03-25 16:56:23.636263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.636263000 to 2023-03-25 16:56:23.637263000 16:56:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.638034000, lastModified=2023-03-25 16:56:23.637263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.638034000, lastModified=2023-03-25 16:56:23.637263000, delta=771000 ns, racy<=10000 ns 16:56:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.638285000, lastModified=2023-03-25 16:56:23.637263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.638285000, lastModified=2023-03-25 16:56:23.637263000, delta=1022000 ns, racy<=10000 ns 16:56:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.638520000, lastModified=2023-03-25 16:56:23.637263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.638520000, lastModified=2023-03-25 16:56:23.637263000, delta=1257000 ns, racy<=10000 ns 16:56:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.638838000, lastModified=2023-03-25 16:56:23.637263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.637263000 to 2023-03-25 16:56:23.638263000 16:56:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.639169000, lastModified=2023-03-25 16:56:23.638263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.639169000, lastModified=2023-03-25 16:56:23.638263000, delta=906000 ns, racy<=10000 ns 16:56:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.639406000, lastModified=2023-03-25 16:56:23.638263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.639406000, lastModified=2023-03-25 16:56:23.638263000, delta=1143000 ns, racy<=10000 ns 16:56:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.639662000, lastModified=2023-03-25 16:56:23.638263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.639662000, lastModified=2023-03-25 16:56:23.638263000, delta=1399000 ns, racy<=10000 ns 16:56:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.639830000, lastModified=2023-03-25 16:56:23.638263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.638263000 to 2023-03-25 16:56:23.639263000 16:56:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.640040000, lastModified=2023-03-25 16:56:23.639263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.640040000, lastModified=2023-03-25 16:56:23.639263000, delta=777000 ns, racy<=10000 ns 16:56:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.640215000, lastModified=2023-03-25 16:56:23.639263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.640215000, lastModified=2023-03-25 16:56:23.639263000, delta=952000 ns, racy<=10000 ns 16:56:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.640412000, lastModified=2023-03-25 16:56:23.639263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.640412000, lastModified=2023-03-25 16:56:23.639263000, delta=1149000 ns, racy<=10000 ns 16:56:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.640597000, lastModified=2023-03-25 16:56:23.639263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.640597000, lastModified=2023-03-25 16:56:23.639263000, delta=1334000 ns, racy<=10000 ns 16:56:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.640778000, lastModified=2023-03-25 16:56:23.639263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.640778000, lastModified=2023-03-25 16:56:23.639263000, delta=1515000 ns, racy<=10000 ns 16:56:23.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.641344000, lastModified=2023-03-25 16:56:23.640263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.641344000, lastModified=2023-03-25 16:56:23.640263000, delta=1081000 ns, racy<=10000 ns 16:56:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.641653000, lastModified=2023-03-25 16:56:23.640263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.641653000, lastModified=2023-03-25 16:56:23.640263000, delta=1390000 ns, racy<=10000 ns 16:56:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.641867000, lastModified=2023-03-25 16:56:23.640263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.640263000 to 2023-03-25 16:56:23.641263000 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.642054000, lastModified=2023-03-25 16:56:23.641263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.642054000, lastModified=2023-03-25 16:56:23.641263000, delta=791000 ns, racy<=10000 ns 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.642236000, lastModified=2023-03-25 16:56:23.641263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.642236000, lastModified=2023-03-25 16:56:23.641263000, delta=973000 ns, racy<=10000 ns 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.642405000, lastModified=2023-03-25 16:56:23.641263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.642405000, lastModified=2023-03-25 16:56:23.641263000, delta=1142000 ns, racy<=10000 ns 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.642577000, lastModified=2023-03-25 16:56:23.641263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.642577000, lastModified=2023-03-25 16:56:23.641263000, delta=1314000 ns, racy<=10000 ns 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.642753000, lastModified=2023-03-25 16:56:23.641263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.642753000, lastModified=2023-03-25 16:56:23.641263000, delta=1490000 ns, racy<=10000 ns 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.642929000, lastModified=2023-03-25 16:56:23.642263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.642929000, lastModified=2023-03-25 16:56:23.642263000, delta=666000 ns, racy<=10000 ns 16:56:23.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.643106000, lastModified=2023-03-25 16:56:23.642263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.643106000, lastModified=2023-03-25 16:56:23.642263000, delta=843000 ns, racy<=10000 ns 16:56:23.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.643462000, lastModified=2023-03-25 16:56:23.642263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.643462000, lastModified=2023-03-25 16:56:23.642263000, delta=1199000 ns, racy<=10000 ns 16:56:23.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.643760000, lastModified=2023-03-25 16:56:23.642263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.643760000, lastModified=2023-03-25 16:56:23.642263000, delta=1497000 ns, racy<=10000 ns 16:56:23.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.644005000, lastModified=2023-03-25 16:56:23.643263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.644005000, lastModified=2023-03-25 16:56:23.643263000, delta=742000 ns, racy<=10000 ns 16:56:23.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.644283000, lastModified=2023-03-25 16:56:23.643263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.644283000, lastModified=2023-03-25 16:56:23.643263000, delta=1020000 ns, racy<=10000 ns 16:56:23.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.644528000, lastModified=2023-03-25 16:56:23.643263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.644528000, lastModified=2023-03-25 16:56:23.643263000, delta=1265000 ns, racy<=10000 ns 16:56:23.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.644693000, lastModified=2023-03-25 16:56:23.643263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.644693000, lastModified=2023-03-25 16:56:23.643263000, delta=1430000 ns, racy<=10000 ns 16:56:23.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.644858000, lastModified=2023-03-25 16:56:23.643263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.643263000 to 2023-03-25 16:56:23.644263000 16:56:23.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.645071000, lastModified=2023-03-25 16:56:23.644263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.645071000, lastModified=2023-03-25 16:56:23.644263000, delta=808000 ns, racy<=10000 ns 16:56:23.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.645287000, lastModified=2023-03-25 16:56:23.644263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.645287000, lastModified=2023-03-25 16:56:23.644263000, delta=1024000 ns, racy<=10000 ns 16:56:23.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.645551000, lastModified=2023-03-25 16:56:23.644263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.645551000, lastModified=2023-03-25 16:56:23.644263000, delta=1288000 ns, racy<=10000 ns 16:56:23.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.646163000, lastModified=2023-03-25 16:56:23.644263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.644263000 to 2023-03-25 16:56:23.645263000 16:56:23.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.646438000, lastModified=2023-03-25 16:56:23.645263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.646438000, lastModified=2023-03-25 16:56:23.645263000, delta=1175000 ns, racy<=10000 ns 16:56:23.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.646729000, lastModified=2023-03-25 16:56:23.645263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.646729000, lastModified=2023-03-25 16:56:23.645263000, delta=1466000 ns, racy<=10000 ns 16:56:23.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.646996000, lastModified=2023-03-25 16:56:23.646263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.646996000, lastModified=2023-03-25 16:56:23.646263000, delta=733000 ns, racy<=10000 ns 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.647212000, lastModified=2023-03-25 16:56:23.646263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.647212000, lastModified=2023-03-25 16:56:23.646263000, delta=949000 ns, racy<=10000 ns 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.647377000, lastModified=2023-03-25 16:56:23.646263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.647377000, lastModified=2023-03-25 16:56:23.646263000, delta=1114000 ns, racy<=10000 ns 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.647542000, lastModified=2023-03-25 16:56:23.646263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.647542000, lastModified=2023-03-25 16:56:23.646263000, delta=1279000 ns, racy<=10000 ns 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.647728000, lastModified=2023-03-25 16:56:23.646263000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.647728000, lastModified=2023-03-25 16:56:23.646263000, delta=1465000 ns, racy<=10000 ns 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.647941000, lastModified=2023-03-25 16:56:23.647264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.647941000, lastModified=2023-03-25 16:56:23.647264000, delta=677000 ns, racy<=10000 ns 16:56:23.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.648118000, lastModified=2023-03-25 16:56:23.647264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.648118000, lastModified=2023-03-25 16:56:23.647264000, delta=854000 ns, racy<=10000 ns 16:56:23.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.648615000, lastModified=2023-03-25 16:56:23.647264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.648615000, lastModified=2023-03-25 16:56:23.647264000, delta=1351000 ns, racy<=10000 ns 16:56:23.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.648928000, lastModified=2023-03-25 16:56:23.648264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.648928000, lastModified=2023-03-25 16:56:23.648264000, delta=664000 ns, racy<=10000 ns 16:56:23.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.649183000, lastModified=2023-03-25 16:56:23.648264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.649183000, lastModified=2023-03-25 16:56:23.648264000, delta=919000 ns, racy<=10000 ns 16:56:23.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.649438000, lastModified=2023-03-25 16:56:23.648264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.649438000, lastModified=2023-03-25 16:56:23.648264000, delta=1174000 ns, racy<=10000 ns 16:56:23.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.649604000, lastModified=2023-03-25 16:56:23.648264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.649604000, lastModified=2023-03-25 16:56:23.648264000, delta=1340000 ns, racy<=10000 ns 16:56:23.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.649768000, lastModified=2023-03-25 16:56:23.648264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.649768000, lastModified=2023-03-25 16:56:23.648264000, delta=1504000 ns, racy<=10000 ns 16:56:23.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.649966000, lastModified=2023-03-25 16:56:23.649264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.649966000, lastModified=2023-03-25 16:56:23.649264000, delta=702000 ns, racy<=10000 ns 16:56:23.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.650135000, lastModified=2023-03-25 16:56:23.649264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.650135000, lastModified=2023-03-25 16:56:23.649264000, delta=871000 ns, racy<=10000 ns 16:56:23.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.650299000, lastModified=2023-03-25 16:56:23.649264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.650299000, lastModified=2023-03-25 16:56:23.649264000, delta=1035000 ns, racy<=10000 ns 16:56:23.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.650461000, lastModified=2023-03-25 16:56:23.649264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.650461000, lastModified=2023-03-25 16:56:23.649264000, delta=1197000 ns, racy<=10000 ns 16:56:23.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.650816000, lastModified=2023-03-25 16:56:23.649264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.649264000 to 2023-03-25 16:56:23.650264000 16:56:23.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.651146000, lastModified=2023-03-25 16:56:23.650264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.651146000, lastModified=2023-03-25 16:56:23.650264000, delta=882000 ns, racy<=10000 ns 16:56:23.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.651378000, lastModified=2023-03-25 16:56:23.650264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.651378000, lastModified=2023-03-25 16:56:23.650264000, delta=1114000 ns, racy<=10000 ns 16:56:23.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.651634000, lastModified=2023-03-25 16:56:23.650264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.651634000, lastModified=2023-03-25 16:56:23.650264000, delta=1370000 ns, racy<=10000 ns 16:56:23.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.651801000, lastModified=2023-03-25 16:56:23.650264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.650264000 to 2023-03-25 16:56:23.651264000 16:56:23.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.652056000, lastModified=2023-03-25 16:56:23.651264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.652056000, lastModified=2023-03-25 16:56:23.651264000, delta=792000 ns, racy<=10000 ns 16:56:23.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.652229000, lastModified=2023-03-25 16:56:23.651264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.652229000, lastModified=2023-03-25 16:56:23.651264000, delta=965000 ns, racy<=10000 ns 16:56:23.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.652394000, lastModified=2023-03-25 16:56:23.651264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.652394000, lastModified=2023-03-25 16:56:23.651264000, delta=1130000 ns, racy<=10000 ns 16:56:23.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.652592000, lastModified=2023-03-25 16:56:23.651264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.652592000, lastModified=2023-03-25 16:56:23.651264000, delta=1328000 ns, racy<=10000 ns 16:56:23.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.652756000, lastModified=2023-03-25 16:56:23.651264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.652756000, lastModified=2023-03-25 16:56:23.651264000, delta=1492000 ns, racy<=10000 ns 16:56:23.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.653197000, lastModified=2023-03-25 16:56:23.652264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.653197000, lastModified=2023-03-25 16:56:23.652264000, delta=933000 ns, racy<=10000 ns 16:56:23.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.653375000, lastModified=2023-03-25 16:56:23.652264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.653375000, lastModified=2023-03-25 16:56:23.652264000, delta=1111000 ns, racy<=10000 ns 16:56:23.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.653544000, lastModified=2023-03-25 16:56:23.652264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.653544000, lastModified=2023-03-25 16:56:23.652264000, delta=1280000 ns, racy<=10000 ns 16:56:23.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.653706000, lastModified=2023-03-25 16:56:23.652264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.653706000, lastModified=2023-03-25 16:56:23.652264000, delta=1442000 ns, racy<=10000 ns 16:56:23.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.653940000, lastModified=2023-03-25 16:56:23.653264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.653940000, lastModified=2023-03-25 16:56:23.653264000, delta=676000 ns, racy<=10000 ns 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.654108000, lastModified=2023-03-25 16:56:23.653264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.654108000, lastModified=2023-03-25 16:56:23.653264000, delta=844000 ns, racy<=10000 ns 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.654286000, lastModified=2023-03-25 16:56:23.653264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.654286000, lastModified=2023-03-25 16:56:23.653264000, delta=1022000 ns, racy<=10000 ns 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.654449000, lastModified=2023-03-25 16:56:23.653264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.654449000, lastModified=2023-03-25 16:56:23.653264000, delta=1185000 ns, racy<=10000 ns 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.654615000, lastModified=2023-03-25 16:56:23.653264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.654615000, lastModified=2023-03-25 16:56:23.653264000, delta=1351000 ns, racy<=10000 ns 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.654779000, lastModified=2023-03-25 16:56:23.653264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.654779000, lastModified=2023-03-25 16:56:23.653264000, delta=1515000 ns, racy<=10000 ns 16:56:23.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.655144000, lastModified=2023-03-25 16:56:23.654264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.655144000, lastModified=2023-03-25 16:56:23.654264000, delta=880000 ns, racy<=10000 ns 16:56:23.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.655317000, lastModified=2023-03-25 16:56:23.654264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.655317000, lastModified=2023-03-25 16:56:23.654264000, delta=1053000 ns, racy<=10000 ns 16:56:23.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.655507000, lastModified=2023-03-25 16:56:23.654264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.655507000, lastModified=2023-03-25 16:56:23.654264000, delta=1243000 ns, racy<=10000 ns 16:56:23.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.655739000, lastModified=2023-03-25 16:56:23.654264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.655739000, lastModified=2023-03-25 16:56:23.654264000, delta=1475000 ns, racy<=10000 ns 16:56:23.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.655950000, lastModified=2023-03-25 16:56:23.655264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.655950000, lastModified=2023-03-25 16:56:23.655264000, delta=686000 ns, racy<=10000 ns 16:56:23.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.656210000, lastModified=2023-03-25 16:56:23.655264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.656210000, lastModified=2023-03-25 16:56:23.655264000, delta=946000 ns, racy<=10000 ns 16:56:23.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.656420000, lastModified=2023-03-25 16:56:23.655264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.656420000, lastModified=2023-03-25 16:56:23.655264000, delta=1156000 ns, racy<=10000 ns 16:56:23.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.656585000, lastModified=2023-03-25 16:56:23.655264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.656585000, lastModified=2023-03-25 16:56:23.655264000, delta=1321000 ns, racy<=10000 ns 16:56:23.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.656748000, lastModified=2023-03-25 16:56:23.655264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.656748000, lastModified=2023-03-25 16:56:23.655264000, delta=1484000 ns, racy<=10000 ns 16:56:23.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.656953000, lastModified=2023-03-25 16:56:23.656264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.656953000, lastModified=2023-03-25 16:56:23.656264000, delta=689000 ns, racy<=10000 ns 16:56:23.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.714041000, lastModified=2023-03-25 16:56:23.656264000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.656264000 to 2023-03-25 16:56:23.713265000 16:56:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.714593000, lastModified=2023-03-25 16:56:23.713265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.714593000, lastModified=2023-03-25 16:56:23.713265000, delta=1328000 ns, racy<=10000 ns 16:56:23.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.715020000, lastModified=2023-03-25 16:56:23.714265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.715020000, lastModified=2023-03-25 16:56:23.714265000, delta=755000 ns, racy<=10000 ns 16:56:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.715304000, lastModified=2023-03-25 16:56:23.714265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.715304000, lastModified=2023-03-25 16:56:23.714265000, delta=1039000 ns, racy<=10000 ns 16:56:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.715580000, lastModified=2023-03-25 16:56:23.714265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.715580000, lastModified=2023-03-25 16:56:23.714265000, delta=1315000 ns, racy<=10000 ns 16:56:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.715760000, lastModified=2023-03-25 16:56:23.714265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.715760000, lastModified=2023-03-25 16:56:23.714265000, delta=1495000 ns, racy<=10000 ns 16:56:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.715953000, lastModified=2023-03-25 16:56:23.715265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.715953000, lastModified=2023-03-25 16:56:23.715265000, delta=688000 ns, racy<=10000 ns 16:56:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.716147000, lastModified=2023-03-25 16:56:23.715265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.716147000, lastModified=2023-03-25 16:56:23.715265000, delta=882000 ns, racy<=10000 ns 16:56:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.716310000, lastModified=2023-03-25 16:56:23.715265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.716310000, lastModified=2023-03-25 16:56:23.715265000, delta=1045000 ns, racy<=10000 ns 16:56:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.716491000, lastModified=2023-03-25 16:56:23.715265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.716491000, lastModified=2023-03-25 16:56:23.715265000, delta=1226000 ns, racy<=10000 ns 16:56:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.716840000, lastModified=2023-03-25 16:56:23.715265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.715265000 to 2023-03-25 16:56:23.716265000 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.717048000, lastModified=2023-03-25 16:56:23.716265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.717048000, lastModified=2023-03-25 16:56:23.716265000, delta=783000 ns, racy<=10000 ns 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.717227000, lastModified=2023-03-25 16:56:23.716265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.717227000, lastModified=2023-03-25 16:56:23.716265000, delta=962000 ns, racy<=10000 ns 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.717399000, lastModified=2023-03-25 16:56:23.716265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.717399000, lastModified=2023-03-25 16:56:23.716265000, delta=1134000 ns, racy<=10000 ns 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.717569000, lastModified=2023-03-25 16:56:23.716265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.717569000, lastModified=2023-03-25 16:56:23.716265000, delta=1304000 ns, racy<=10000 ns 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.717739000, lastModified=2023-03-25 16:56:23.716265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.717739000, lastModified=2023-03-25 16:56:23.716265000, delta=1474000 ns, racy<=10000 ns 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.717943000, lastModified=2023-03-25 16:56:23.717265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.717943000, lastModified=2023-03-25 16:56:23.717265000, delta=678000 ns, racy<=10000 ns 16:56:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.718127000, lastModified=2023-03-25 16:56:23.717265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.718127000, lastModified=2023-03-25 16:56:23.717265000, delta=862000 ns, racy<=10000 ns 16:56:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.718300000, lastModified=2023-03-25 16:56:23.717265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.718300000, lastModified=2023-03-25 16:56:23.717265000, delta=1035000 ns, racy<=10000 ns 16:56:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.718479000, lastModified=2023-03-25 16:56:23.717265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.718479000, lastModified=2023-03-25 16:56:23.717265000, delta=1214000 ns, racy<=10000 ns 16:56:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.718797000, lastModified=2023-03-25 16:56:23.717265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.717265000 to 2023-03-25 16:56:23.718265000 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.719000000, lastModified=2023-03-25 16:56:23.718265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.719000000, lastModified=2023-03-25 16:56:23.718265000, delta=735000 ns, racy<=10000 ns 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.719181000, lastModified=2023-03-25 16:56:23.718265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.719181000, lastModified=2023-03-25 16:56:23.718265000, delta=916000 ns, racy<=10000 ns 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.719379000, lastModified=2023-03-25 16:56:23.718265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.719379000, lastModified=2023-03-25 16:56:23.718265000, delta=1114000 ns, racy<=10000 ns 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.719551000, lastModified=2023-03-25 16:56:23.718265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.719551000, lastModified=2023-03-25 16:56:23.718265000, delta=1286000 ns, racy<=10000 ns 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.719721000, lastModified=2023-03-25 16:56:23.718265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.719721000, lastModified=2023-03-25 16:56:23.718265000, delta=1456000 ns, racy<=10000 ns 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.719927000, lastModified=2023-03-25 16:56:23.719265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.719927000, lastModified=2023-03-25 16:56:23.719265000, delta=662000 ns, racy<=10000 ns 16:56:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.720097000, lastModified=2023-03-25 16:56:23.719265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.720097000, lastModified=2023-03-25 16:56:23.719265000, delta=832000 ns, racy<=10000 ns 16:56:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.720267000, lastModified=2023-03-25 16:56:23.719265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.720267000, lastModified=2023-03-25 16:56:23.719265000, delta=1002000 ns, racy<=10000 ns 16:56:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.720434000, lastModified=2023-03-25 16:56:23.719265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.720434000, lastModified=2023-03-25 16:56:23.719265000, delta=1169000 ns, racy<=10000 ns 16:56:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.720761000, lastModified=2023-03-25 16:56:23.719265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.720761000, lastModified=2023-03-25 16:56:23.719265000, delta=1496000 ns, racy<=10000 ns 16:56:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.720963000, lastModified=2023-03-25 16:56:23.720265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.720963000, lastModified=2023-03-25 16:56:23.720265000, delta=698000 ns, racy<=10000 ns 16:56:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.721211000, lastModified=2023-03-25 16:56:23.720265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.721211000, lastModified=2023-03-25 16:56:23.720265000, delta=946000 ns, racy<=10000 ns 16:56:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.721390000, lastModified=2023-03-25 16:56:23.720265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.721390000, lastModified=2023-03-25 16:56:23.720265000, delta=1125000 ns, racy<=10000 ns 16:56:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.721572000, lastModified=2023-03-25 16:56:23.720265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.721572000, lastModified=2023-03-25 16:56:23.720265000, delta=1307000 ns, racy<=10000 ns 16:56:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.721778000, lastModified=2023-03-25 16:56:23.720265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.721778000, lastModified=2023-03-25 16:56:23.720265000, delta=1513000 ns, racy<=10000 ns 16:56:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.721974000, lastModified=2023-03-25 16:56:23.721265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.721974000, lastModified=2023-03-25 16:56:23.721265000, delta=709000 ns, racy<=10000 ns 16:56:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.722143000, lastModified=2023-03-25 16:56:23.721265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.722143000, lastModified=2023-03-25 16:56:23.721265000, delta=878000 ns, racy<=10000 ns 16:56:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.722311000, lastModified=2023-03-25 16:56:23.721265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.722311000, lastModified=2023-03-25 16:56:23.721265000, delta=1046000 ns, racy<=10000 ns 16:56:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.722517000, lastModified=2023-03-25 16:56:23.721265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.722517000, lastModified=2023-03-25 16:56:23.721265000, delta=1252000 ns, racy<=10000 ns 16:56:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.722848000, lastModified=2023-03-25 16:56:23.721265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.721265000 to 2023-03-25 16:56:23.722265000 16:56:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.723056000, lastModified=2023-03-25 16:56:23.722265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.723056000, lastModified=2023-03-25 16:56:23.722265000, delta=791000 ns, racy<=10000 ns 16:56:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.723271000, lastModified=2023-03-25 16:56:23.722265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.723271000, lastModified=2023-03-25 16:56:23.722265000, delta=1006000 ns, racy<=10000 ns 16:56:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.723472000, lastModified=2023-03-25 16:56:23.722265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.723472000, lastModified=2023-03-25 16:56:23.722265000, delta=1207000 ns, racy<=10000 ns 16:56:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.723643000, lastModified=2023-03-25 16:56:23.722265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.723643000, lastModified=2023-03-25 16:56:23.722265000, delta=1378000 ns, racy<=10000 ns 16:56:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.723813000, lastModified=2023-03-25 16:56:23.722265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.722265000 to 2023-03-25 16:56:23.723265000 16:56:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.724027000, lastModified=2023-03-25 16:56:23.723265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.724027000, lastModified=2023-03-25 16:56:23.723265000, delta=762000 ns, racy<=10000 ns 16:56:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.724220000, lastModified=2023-03-25 16:56:23.723265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.724220000, lastModified=2023-03-25 16:56:23.723265000, delta=955000 ns, racy<=10000 ns 16:56:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.724398000, lastModified=2023-03-25 16:56:23.723265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.724398000, lastModified=2023-03-25 16:56:23.723265000, delta=1133000 ns, racy<=10000 ns 16:56:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.724568000, lastModified=2023-03-25 16:56:23.723265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.724568000, lastModified=2023-03-25 16:56:23.723265000, delta=1303000 ns, racy<=10000 ns 16:56:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.724954000, lastModified=2023-03-25 16:56:23.723265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.723265000 to 2023-03-25 16:56:23.724265000 16:56:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.725137000, lastModified=2023-03-25 16:56:23.724265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.725137000, lastModified=2023-03-25 16:56:23.724265000, delta=872000 ns, racy<=10000 ns 16:56:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.725304000, lastModified=2023-03-25 16:56:23.724265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.725304000, lastModified=2023-03-25 16:56:23.724265000, delta=1039000 ns, racy<=10000 ns 16:56:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.725474000, lastModified=2023-03-25 16:56:23.724265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.725474000, lastModified=2023-03-25 16:56:23.724265000, delta=1209000 ns, racy<=10000 ns 16:56:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.725643000, lastModified=2023-03-25 16:56:23.724265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.725643000, lastModified=2023-03-25 16:56:23.724265000, delta=1378000 ns, racy<=10000 ns 16:56:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.725813000, lastModified=2023-03-25 16:56:23.724265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.724265000 to 2023-03-25 16:56:23.725265000 16:56:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.726013000, lastModified=2023-03-25 16:56:23.725265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.726013000, lastModified=2023-03-25 16:56:23.725265000, delta=748000 ns, racy<=10000 ns 16:56:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.726188000, lastModified=2023-03-25 16:56:23.725265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.726188000, lastModified=2023-03-25 16:56:23.725265000, delta=923000 ns, racy<=10000 ns 16:56:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.726354000, lastModified=2023-03-25 16:56:23.725265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.726354000, lastModified=2023-03-25 16:56:23.725265000, delta=1089000 ns, racy<=10000 ns 16:56:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.726523000, lastModified=2023-03-25 16:56:23.725265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.726523000, lastModified=2023-03-25 16:56:23.725265000, delta=1258000 ns, racy<=10000 ns 16:56:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.726835000, lastModified=2023-03-25 16:56:23.725265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.725265000 to 2023-03-25 16:56:23.726265000 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.727041000, lastModified=2023-03-25 16:56:23.726265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.727041000, lastModified=2023-03-25 16:56:23.726265000, delta=776000 ns, racy<=10000 ns 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.727224000, lastModified=2023-03-25 16:56:23.726265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.727224000, lastModified=2023-03-25 16:56:23.726265000, delta=959000 ns, racy<=10000 ns 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.727394000, lastModified=2023-03-25 16:56:23.726265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.727394000, lastModified=2023-03-25 16:56:23.726265000, delta=1129000 ns, racy<=10000 ns 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.727562000, lastModified=2023-03-25 16:56:23.726265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.727562000, lastModified=2023-03-25 16:56:23.726265000, delta=1297000 ns, racy<=10000 ns 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.727733000, lastModified=2023-03-25 16:56:23.726265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.727733000, lastModified=2023-03-25 16:56:23.726265000, delta=1468000 ns, racy<=10000 ns 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.727928000, lastModified=2023-03-25 16:56:23.727265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.727928000, lastModified=2023-03-25 16:56:23.727265000, delta=663000 ns, racy<=10000 ns 16:56:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.728098000, lastModified=2023-03-25 16:56:23.727265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.728098000, lastModified=2023-03-25 16:56:23.727265000, delta=833000 ns, racy<=10000 ns 16:56:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.728267000, lastModified=2023-03-25 16:56:23.727265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.728267000, lastModified=2023-03-25 16:56:23.727265000, delta=1002000 ns, racy<=10000 ns 16:56:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.728436000, lastModified=2023-03-25 16:56:23.727265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.728436000, lastModified=2023-03-25 16:56:23.727265000, delta=1171000 ns, racy<=10000 ns 16:56:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.728757000, lastModified=2023-03-25 16:56:23.727265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.728757000, lastModified=2023-03-25 16:56:23.727265000, delta=1492000 ns, racy<=10000 ns 16:56:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.728957000, lastModified=2023-03-25 16:56:23.728265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.728957000, lastModified=2023-03-25 16:56:23.728265000, delta=692000 ns, racy<=10000 ns 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.729130000, lastModified=2023-03-25 16:56:23.728265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.729130000, lastModified=2023-03-25 16:56:23.728265000, delta=865000 ns, racy<=10000 ns 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.729316000, lastModified=2023-03-25 16:56:23.728265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.729316000, lastModified=2023-03-25 16:56:23.728265000, delta=1051000 ns, racy<=10000 ns 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.729503000, lastModified=2023-03-25 16:56:23.728265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.729503000, lastModified=2023-03-25 16:56:23.728265000, delta=1238000 ns, racy<=10000 ns 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.729672000, lastModified=2023-03-25 16:56:23.728265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.729672000, lastModified=2023-03-25 16:56:23.728265000, delta=1407000 ns, racy<=10000 ns 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.729840000, lastModified=2023-03-25 16:56:23.728265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.728265000 to 2023-03-25 16:56:23.729265000 16:56:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.730043000, lastModified=2023-03-25 16:56:23.729265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.730043000, lastModified=2023-03-25 16:56:23.729265000, delta=778000 ns, racy<=10000 ns 16:56:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.730261000, lastModified=2023-03-25 16:56:23.729265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.730261000, lastModified=2023-03-25 16:56:23.729265000, delta=996000 ns, racy<=10000 ns 16:56:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.730448000, lastModified=2023-03-25 16:56:23.729265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.730448000, lastModified=2023-03-25 16:56:23.729265000, delta=1183000 ns, racy<=10000 ns 16:56:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.730821000, lastModified=2023-03-25 16:56:23.729265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.729265000 to 2023-03-25 16:56:23.730265000 16:56:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.731066000, lastModified=2023-03-25 16:56:23.730265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.731066000, lastModified=2023-03-25 16:56:23.730265000, delta=801000 ns, racy<=10000 ns 16:56:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.731367000, lastModified=2023-03-25 16:56:23.730265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.731367000, lastModified=2023-03-25 16:56:23.730265000, delta=1102000 ns, racy<=10000 ns 16:56:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.731609000, lastModified=2023-03-25 16:56:23.730265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.731609000, lastModified=2023-03-25 16:56:23.730265000, delta=1344000 ns, racy<=10000 ns 16:56:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.731837000, lastModified=2023-03-25 16:56:23.730265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.730265000 to 2023-03-25 16:56:23.731265000 16:56:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.732113000, lastModified=2023-03-25 16:56:23.731265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.732113000, lastModified=2023-03-25 16:56:23.731265000, delta=848000 ns, racy<=10000 ns 16:56:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.732335000, lastModified=2023-03-25 16:56:23.731265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.732335000, lastModified=2023-03-25 16:56:23.731265000, delta=1070000 ns, racy<=10000 ns 16:56:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.732553000, lastModified=2023-03-25 16:56:23.731265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.732553000, lastModified=2023-03-25 16:56:23.731265000, delta=1288000 ns, racy<=10000 ns 16:56:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.732771000, lastModified=2023-03-25 16:56:23.731265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.732771000, lastModified=2023-03-25 16:56:23.731265000, delta=1506000 ns, racy<=10000 ns 16:56:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.732963000, lastModified=2023-03-25 16:56:23.732265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.732963000, lastModified=2023-03-25 16:56:23.732265000, delta=698000 ns, racy<=10000 ns 16:56:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.733345000, lastModified=2023-03-25 16:56:23.732265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.733345000, lastModified=2023-03-25 16:56:23.732265000, delta=1080000 ns, racy<=10000 ns 16:56:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.733524000, lastModified=2023-03-25 16:56:23.732265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.733524000, lastModified=2023-03-25 16:56:23.732265000, delta=1259000 ns, racy<=10000 ns 16:56:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.733698000, lastModified=2023-03-25 16:56:23.732265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.733698000, lastModified=2023-03-25 16:56:23.732265000, delta=1433000 ns, racy<=10000 ns 16:56:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.733885000, lastModified=2023-03-25 16:56:23.732265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.732265000 to 2023-03-25 16:56:23.733265000 16:56:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.734062000, lastModified=2023-03-25 16:56:23.733265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.734062000, lastModified=2023-03-25 16:56:23.733265000, delta=797000 ns, racy<=10000 ns 16:56:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.734375000, lastModified=2023-03-25 16:56:23.733265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.734375000, lastModified=2023-03-25 16:56:23.733265000, delta=1110000 ns, racy<=10000 ns 16:56:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.734553000, lastModified=2023-03-25 16:56:23.733265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.734553000, lastModified=2023-03-25 16:56:23.733265000, delta=1288000 ns, racy<=10000 ns 16:56:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.734769000, lastModified=2023-03-25 16:56:23.733265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.733265000 to 2023-03-25 16:56:23.734265000 16:56:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.735019000, lastModified=2023-03-25 16:56:23.734265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.735019000, lastModified=2023-03-25 16:56:23.734265000, delta=754000 ns, racy<=10000 ns 16:56:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.735348000, lastModified=2023-03-25 16:56:23.734265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.735348000, lastModified=2023-03-25 16:56:23.734265000, delta=1083000 ns, racy<=10000 ns 16:56:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.735694000, lastModified=2023-03-25 16:56:23.734265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.734265000 to 2023-03-25 16:56:23.735265000 16:56:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.736163000, lastModified=2023-03-25 16:56:23.735265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.736163000, lastModified=2023-03-25 16:56:23.735265000, delta=898000 ns, racy<=10000 ns 16:56:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.736385000, lastModified=2023-03-25 16:56:23.735265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.736385000, lastModified=2023-03-25 16:56:23.735265000, delta=1120000 ns, racy<=10000 ns 16:56:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.736631000, lastModified=2023-03-25 16:56:23.735265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.736631000, lastModified=2023-03-25 16:56:23.735265000, delta=1366000 ns, racy<=10000 ns 16:56:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.736891000, lastModified=2023-03-25 16:56:23.735265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.735265000 to 2023-03-25 16:56:23.736265000 16:56:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.737292000, lastModified=2023-03-25 16:56:23.736265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.737292000, lastModified=2023-03-25 16:56:23.736265000, delta=1027000 ns, racy<=10000 ns 16:56:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.737487000, lastModified=2023-03-25 16:56:23.736265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.737487000, lastModified=2023-03-25 16:56:23.736265000, delta=1222000 ns, racy<=10000 ns 16:56:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.737665000, lastModified=2023-03-25 16:56:23.736265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.737665000, lastModified=2023-03-25 16:56:23.736265000, delta=1400000 ns, racy<=10000 ns 16:56:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.737847000, lastModified=2023-03-25 16:56:23.736265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.736265000 to 2023-03-25 16:56:23.737265000 16:56:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.738042000, lastModified=2023-03-25 16:56:23.737265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.738042000, lastModified=2023-03-25 16:56:23.737265000, delta=777000 ns, racy<=10000 ns 16:56:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.738400000, lastModified=2023-03-25 16:56:23.737265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.738400000, lastModified=2023-03-25 16:56:23.737265000, delta=1135000 ns, racy<=10000 ns 16:56:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.738578000, lastModified=2023-03-25 16:56:23.737265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.738578000, lastModified=2023-03-25 16:56:23.737265000, delta=1313000 ns, racy<=10000 ns 16:56:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.738759000, lastModified=2023-03-25 16:56:23.737265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.738759000, lastModified=2023-03-25 16:56:23.737265000, delta=1494000 ns, racy<=10000 ns 16:56:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.738963000, lastModified=2023-03-25 16:56:23.738265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.738963000, lastModified=2023-03-25 16:56:23.738265000, delta=698000 ns, racy<=10000 ns 16:56:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.739135000, lastModified=2023-03-25 16:56:23.738265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.739135000, lastModified=2023-03-25 16:56:23.738265000, delta=870000 ns, racy<=10000 ns 16:56:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.739463000, lastModified=2023-03-25 16:56:23.738265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.739463000, lastModified=2023-03-25 16:56:23.738265000, delta=1198000 ns, racy<=10000 ns 16:56:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.739671000, lastModified=2023-03-25 16:56:23.738265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.739671000, lastModified=2023-03-25 16:56:23.738265000, delta=1406000 ns, racy<=10000 ns 16:56:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.739847000, lastModified=2023-03-25 16:56:23.738265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.738265000 to 2023-03-25 16:56:23.739265000 16:56:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.740071000, lastModified=2023-03-25 16:56:23.739265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.740071000, lastModified=2023-03-25 16:56:23.739265000, delta=806000 ns, racy<=10000 ns 16:56:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.740296000, lastModified=2023-03-25 16:56:23.739265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.740296000, lastModified=2023-03-25 16:56:23.739265000, delta=1031000 ns, racy<=10000 ns 16:56:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.740702000, lastModified=2023-03-25 16:56:23.739265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.740702000, lastModified=2023-03-25 16:56:23.739265000, delta=1437000 ns, racy<=10000 ns 16:56:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.740921000, lastModified=2023-03-25 16:56:23.739265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.739265000 to 2023-03-25 16:56:23.740265000 16:56:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.741100000, lastModified=2023-03-25 16:56:23.740265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.741100000, lastModified=2023-03-25 16:56:23.740265000, delta=835000 ns, racy<=10000 ns 16:56:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.741272000, lastModified=2023-03-25 16:56:23.740265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.741272000, lastModified=2023-03-25 16:56:23.740265000, delta=1007000 ns, racy<=10000 ns 16:56:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.741446000, lastModified=2023-03-25 16:56:23.740265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.741446000, lastModified=2023-03-25 16:56:23.740265000, delta=1181000 ns, racy<=10000 ns 16:56:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.741723000, lastModified=2023-03-25 16:56:23.740265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.741723000, lastModified=2023-03-25 16:56:23.740265000, delta=1458000 ns, racy<=10000 ns 16:56:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.741915000, lastModified=2023-03-25 16:56:23.741265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.741915000, lastModified=2023-03-25 16:56:23.741265000, delta=650000 ns, racy<=10000 ns 16:56:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.742092000, lastModified=2023-03-25 16:56:23.741265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.742092000, lastModified=2023-03-25 16:56:23.741265000, delta=827000 ns, racy<=10000 ns 16:56:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.742269000, lastModified=2023-03-25 16:56:23.741265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.742269000, lastModified=2023-03-25 16:56:23.741265000, delta=1004000 ns, racy<=10000 ns 16:56:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.742446000, lastModified=2023-03-25 16:56:23.741265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.742446000, lastModified=2023-03-25 16:56:23.741265000, delta=1181000 ns, racy<=10000 ns 16:56:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.742833000, lastModified=2023-03-25 16:56:23.741265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.741265000 to 2023-03-25 16:56:23.742265000 16:56:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.743048000, lastModified=2023-03-25 16:56:23.742265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.743048000, lastModified=2023-03-25 16:56:23.742265000, delta=783000 ns, racy<=10000 ns 16:56:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.743232000, lastModified=2023-03-25 16:56:23.742265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.743232000, lastModified=2023-03-25 16:56:23.742265000, delta=967000 ns, racy<=10000 ns 16:56:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.743400000, lastModified=2023-03-25 16:56:23.742265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.743400000, lastModified=2023-03-25 16:56:23.742265000, delta=1135000 ns, racy<=10000 ns 16:56:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.743578000, lastModified=2023-03-25 16:56:23.742265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.743578000, lastModified=2023-03-25 16:56:23.742265000, delta=1313000 ns, racy<=10000 ns 16:56:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.743859000, lastModified=2023-03-25 16:56:23.742265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.742265000 to 2023-03-25 16:56:23.743265000 16:56:23.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.744049000, lastModified=2023-03-25 16:56:23.743265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.744049000, lastModified=2023-03-25 16:56:23.743265000, delta=784000 ns, racy<=10000 ns 16:56:23.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.744230000, lastModified=2023-03-25 16:56:23.743265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.744230000, lastModified=2023-03-25 16:56:23.743265000, delta=965000 ns, racy<=10000 ns 16:56:23.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.744407000, lastModified=2023-03-25 16:56:23.743265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.744407000, lastModified=2023-03-25 16:56:23.743265000, delta=1142000 ns, racy<=10000 ns 16:56:23.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.744594000, lastModified=2023-03-25 16:56:23.743265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.744594000, lastModified=2023-03-25 16:56:23.743265000, delta=1329000 ns, racy<=10000 ns 16:56:23.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.744929000, lastModified=2023-03-25 16:56:23.743265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.743265000 to 2023-03-25 16:56:23.744265000 16:56:23.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.745110000, lastModified=2023-03-25 16:56:23.744265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.745110000, lastModified=2023-03-25 16:56:23.744265000, delta=845000 ns, racy<=10000 ns 16:56:23.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.745278000, lastModified=2023-03-25 16:56:23.744265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.745278000, lastModified=2023-03-25 16:56:23.744265000, delta=1013000 ns, racy<=10000 ns 16:56:23.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.745453000, lastModified=2023-03-25 16:56:23.744265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.745453000, lastModified=2023-03-25 16:56:23.744265000, delta=1188000 ns, racy<=10000 ns 16:56:23.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.745620000, lastModified=2023-03-25 16:56:23.744265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.745620000, lastModified=2023-03-25 16:56:23.744265000, delta=1355000 ns, racy<=10000 ns 16:56:23.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.745920000, lastModified=2023-03-25 16:56:23.745265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.745920000, lastModified=2023-03-25 16:56:23.745265000, delta=655000 ns, racy<=10000 ns 16:56:23.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.746094000, lastModified=2023-03-25 16:56:23.745265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.746094000, lastModified=2023-03-25 16:56:23.745265000, delta=829000 ns, racy<=10000 ns 16:56:23.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.746288000, lastModified=2023-03-25 16:56:23.745265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.746288000, lastModified=2023-03-25 16:56:23.745265000, delta=1023000 ns, racy<=10000 ns 16:56:23.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.746458000, lastModified=2023-03-25 16:56:23.745265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.746458000, lastModified=2023-03-25 16:56:23.745265000, delta=1193000 ns, racy<=10000 ns 16:56:23.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.746626000, lastModified=2023-03-25 16:56:23.745265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.746626000, lastModified=2023-03-25 16:56:23.745265000, delta=1361000 ns, racy<=10000 ns 16:56:23.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.747133000, lastModified=2023-03-25 16:56:23.745265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.745265000 to 2023-03-25 16:56:23.746265000 16:56:23.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.747317000, lastModified=2023-03-25 16:56:23.746265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.747317000, lastModified=2023-03-25 16:56:23.746265000, delta=1052000 ns, racy<=10000 ns 16:56:23.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.747486000, lastModified=2023-03-25 16:56:23.746265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.747486000, lastModified=2023-03-25 16:56:23.746265000, delta=1221000 ns, racy<=10000 ns 16:56:23.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.747655000, lastModified=2023-03-25 16:56:23.746265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.747655000, lastModified=2023-03-25 16:56:23.746265000, delta=1390000 ns, racy<=10000 ns 16:56:23.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.747824000, lastModified=2023-03-25 16:56:23.746265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.746265000 to 2023-03-25 16:56:23.747265000 16:56:23.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.748109000, lastModified=2023-03-25 16:56:23.747265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.748109000, lastModified=2023-03-25 16:56:23.747265000, delta=844000 ns, racy<=10000 ns 16:56:23.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.748288000, lastModified=2023-03-25 16:56:23.747265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.748288000, lastModified=2023-03-25 16:56:23.747265000, delta=1023000 ns, racy<=10000 ns 16:56:23.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.748457000, lastModified=2023-03-25 16:56:23.747265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.748457000, lastModified=2023-03-25 16:56:23.747265000, delta=1192000 ns, racy<=10000 ns 16:56:23.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.748627000, lastModified=2023-03-25 16:56:23.747265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.748627000, lastModified=2023-03-25 16:56:23.747265000, delta=1362000 ns, racy<=10000 ns 16:56:23.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.748796000, lastModified=2023-03-25 16:56:23.747265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.747265000 to 2023-03-25 16:56:23.748265000 16:56:23.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.749248000, lastModified=2023-03-25 16:56:23.748265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.749248000, lastModified=2023-03-25 16:56:23.748265000, delta=983000 ns, racy<=10000 ns 16:56:23.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.749468000, lastModified=2023-03-25 16:56:23.748265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.749468000, lastModified=2023-03-25 16:56:23.748265000, delta=1203000 ns, racy<=10000 ns 16:56:23.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.749729000, lastModified=2023-03-25 16:56:23.748265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.749729000, lastModified=2023-03-25 16:56:23.748265000, delta=1464000 ns, racy<=10000 ns 16:56:23.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.750019000, lastModified=2023-03-25 16:56:23.749265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.750019000, lastModified=2023-03-25 16:56:23.749265000, delta=754000 ns, racy<=10000 ns 16:56:23.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.750283000, lastModified=2023-03-25 16:56:23.749265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.750283000, lastModified=2023-03-25 16:56:23.749265000, delta=1018000 ns, racy<=10000 ns 16:56:23.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.750582000, lastModified=2023-03-25 16:56:23.749265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.750582000, lastModified=2023-03-25 16:56:23.749265000, delta=1317000 ns, racy<=10000 ns 16:56:23.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.751509000, lastModified=2023-03-25 16:56:23.750265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.751509000, lastModified=2023-03-25 16:56:23.750265000, delta=1244000 ns, racy<=10000 ns 16:56:23.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.751830000, lastModified=2023-03-25 16:56:23.750265000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.750265000 to 2023-03-25 16:56:23.751266000 16:56:23.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.752139000, lastModified=2023-03-25 16:56:23.751266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.752139000, lastModified=2023-03-25 16:56:23.751266000, delta=873000 ns, racy<=10000 ns 16:56:23.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.752390000, lastModified=2023-03-25 16:56:23.751266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.752390000, lastModified=2023-03-25 16:56:23.751266000, delta=1124000 ns, racy<=10000 ns 16:56:23.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.752830000, lastModified=2023-03-25 16:56:23.751266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.751266000 to 2023-03-25 16:56:23.752266000 16:56:23.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.753016000, lastModified=2023-03-25 16:56:23.752266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.753016000, lastModified=2023-03-25 16:56:23.752266000, delta=750000 ns, racy<=10000 ns 16:56:23.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.753211000, lastModified=2023-03-25 16:56:23.752266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.753211000, lastModified=2023-03-25 16:56:23.752266000, delta=945000 ns, racy<=10000 ns 16:56:23.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.753481000, lastModified=2023-03-25 16:56:23.752266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.753481000, lastModified=2023-03-25 16:56:23.752266000, delta=1215000 ns, racy<=10000 ns 16:56:23.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.753756000, lastModified=2023-03-25 16:56:23.752266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.753756000, lastModified=2023-03-25 16:56:23.752266000, delta=1490000 ns, racy<=10000 ns 16:56:23.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.754076000, lastModified=2023-03-25 16:56:23.753266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.754076000, lastModified=2023-03-25 16:56:23.753266000, delta=810000 ns, racy<=10000 ns 16:56:23.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.754311000, lastModified=2023-03-25 16:56:23.753266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.754311000, lastModified=2023-03-25 16:56:23.753266000, delta=1045000 ns, racy<=10000 ns 16:56:23.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.754544000, lastModified=2023-03-25 16:56:23.753266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.754544000, lastModified=2023-03-25 16:56:23.753266000, delta=1278000 ns, racy<=10000 ns 16:56:23.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.754757000, lastModified=2023-03-25 16:56:23.753266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.754757000, lastModified=2023-03-25 16:56:23.753266000, delta=1491000 ns, racy<=10000 ns 16:56:23.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.754990000, lastModified=2023-03-25 16:56:23.754266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.754990000, lastModified=2023-03-25 16:56:23.754266000, delta=724000 ns, racy<=10000 ns 16:56:23.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.755550000, lastModified=2023-03-25 16:56:23.754266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.755550000, lastModified=2023-03-25 16:56:23.754266000, delta=1284000 ns, racy<=10000 ns 16:56:23.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.755764000, lastModified=2023-03-25 16:56:23.754266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.755764000, lastModified=2023-03-25 16:56:23.754266000, delta=1498000 ns, racy<=10000 ns 16:56:23.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.756041000, lastModified=2023-03-25 16:56:23.755266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.756041000, lastModified=2023-03-25 16:56:23.755266000, delta=775000 ns, racy<=10000 ns 16:56:23.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.756297000, lastModified=2023-03-25 16:56:23.755266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.756297000, lastModified=2023-03-25 16:56:23.755266000, delta=1031000 ns, racy<=10000 ns 16:56:23.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.756506000, lastModified=2023-03-25 16:56:23.755266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.756506000, lastModified=2023-03-25 16:56:23.755266000, delta=1240000 ns, racy<=10000 ns 16:56:23.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.756792000, lastModified=2023-03-25 16:56:23.755266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.755266000 to 2023-03-25 16:56:23.756266000 16:56:23.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.756990000, lastModified=2023-03-25 16:56:23.756266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.756990000, lastModified=2023-03-25 16:56:23.756266000, delta=724000 ns, racy<=10000 ns 16:56:23.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.757225000, lastModified=2023-03-25 16:56:23.756266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.757225000, lastModified=2023-03-25 16:56:23.756266000, delta=959000 ns, racy<=10000 ns 16:56:23.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.757415000, lastModified=2023-03-25 16:56:23.756266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.757415000, lastModified=2023-03-25 16:56:23.756266000, delta=1149000 ns, racy<=10000 ns 16:56:23.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.757592000, lastModified=2023-03-25 16:56:23.756266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.757592000, lastModified=2023-03-25 16:56:23.756266000, delta=1326000 ns, racy<=10000 ns 16:56:23.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.757977000, lastModified=2023-03-25 16:56:23.756266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.756266000 to 2023-03-25 16:56:23.757266000 16:56:23.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.758193000, lastModified=2023-03-25 16:56:23.757266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.758193000, lastModified=2023-03-25 16:56:23.757266000, delta=927000 ns, racy<=10000 ns 16:56:23.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.758373000, lastModified=2023-03-25 16:56:23.757266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.758373000, lastModified=2023-03-25 16:56:23.757266000, delta=1107000 ns, racy<=10000 ns 16:56:23.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.758550000, lastModified=2023-03-25 16:56:23.757266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.758550000, lastModified=2023-03-25 16:56:23.757266000, delta=1284000 ns, racy<=10000 ns 16:56:23.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.758728000, lastModified=2023-03-25 16:56:23.757266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.758728000, lastModified=2023-03-25 16:56:23.757266000, delta=1462000 ns, racy<=10000 ns 16:56:23.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.759010000, lastModified=2023-03-25 16:56:23.758266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.759010000, lastModified=2023-03-25 16:56:23.758266000, delta=744000 ns, racy<=10000 ns 16:56:23.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.759219000, lastModified=2023-03-25 16:56:23.758266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.759219000, lastModified=2023-03-25 16:56:23.758266000, delta=953000 ns, racy<=10000 ns 16:56:23.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.759393000, lastModified=2023-03-25 16:56:23.758266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.759393000, lastModified=2023-03-25 16:56:23.758266000, delta=1127000 ns, racy<=10000 ns 16:56:23.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.759602000, lastModified=2023-03-25 16:56:23.758266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.759602000, lastModified=2023-03-25 16:56:23.758266000, delta=1336000 ns, racy<=10000 ns 16:56:23.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.759810000, lastModified=2023-03-25 16:56:23.758266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.758266000 to 2023-03-25 16:56:23.759266000 16:56:23.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.760197000, lastModified=2023-03-25 16:56:23.759266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.760197000, lastModified=2023-03-25 16:56:23.759266000, delta=931000 ns, racy<=10000 ns 16:56:23.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.760391000, lastModified=2023-03-25 16:56:23.759266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.760391000, lastModified=2023-03-25 16:56:23.759266000, delta=1125000 ns, racy<=10000 ns 16:56:23.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.760576000, lastModified=2023-03-25 16:56:23.759266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.760576000, lastModified=2023-03-25 16:56:23.759266000, delta=1310000 ns, racy<=10000 ns 16:56:23.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.760813000, lastModified=2023-03-25 16:56:23.759266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.759266000 to 2023-03-25 16:56:23.760266000 16:56:23.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.761045000, lastModified=2023-03-25 16:56:23.760266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.761045000, lastModified=2023-03-25 16:56:23.760266000, delta=779000 ns, racy<=10000 ns 16:56:23.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.761354000, lastModified=2023-03-25 16:56:23.760266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.761354000, lastModified=2023-03-25 16:56:23.760266000, delta=1088000 ns, racy<=10000 ns 16:56:23.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.761550000, lastModified=2023-03-25 16:56:23.760266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.761550000, lastModified=2023-03-25 16:56:23.760266000, delta=1284000 ns, racy<=10000 ns 16:56:23.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.761725000, lastModified=2023-03-25 16:56:23.760266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.761725000, lastModified=2023-03-25 16:56:23.760266000, delta=1459000 ns, racy<=10000 ns 16:56:23.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.761942000, lastModified=2023-03-25 16:56:23.761266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.761942000, lastModified=2023-03-25 16:56:23.761266000, delta=676000 ns, racy<=10000 ns 16:56:23.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.762344000, lastModified=2023-03-25 16:56:23.761266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.762344000, lastModified=2023-03-25 16:56:23.761266000, delta=1078000 ns, racy<=10000 ns 16:56:23.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.762719000, lastModified=2023-03-25 16:56:23.761266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.762719000, lastModified=2023-03-25 16:56:23.761266000, delta=1453000 ns, racy<=10000 ns 16:56:23.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.762906000, lastModified=2023-03-25 16:56:23.762266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.762906000, lastModified=2023-03-25 16:56:23.762266000, delta=640000 ns, racy<=10000 ns 16:56:23.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.763103000, lastModified=2023-03-25 16:56:23.762266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.763103000, lastModified=2023-03-25 16:56:23.762266000, delta=837000 ns, racy<=10000 ns 16:56:23.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.763412000, lastModified=2023-03-25 16:56:23.762266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.763412000, lastModified=2023-03-25 16:56:23.762266000, delta=1146000 ns, racy<=10000 ns 16:56:23.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.763691000, lastModified=2023-03-25 16:56:23.762266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.763691000, lastModified=2023-03-25 16:56:23.762266000, delta=1425000 ns, racy<=10000 ns 16:56:23.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.763979000, lastModified=2023-03-25 16:56:23.763266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.763979000, lastModified=2023-03-25 16:56:23.763266000, delta=713000 ns, racy<=10000 ns 16:56:23.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.764166000, lastModified=2023-03-25 16:56:23.763266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.764166000, lastModified=2023-03-25 16:56:23.763266000, delta=900000 ns, racy<=10000 ns 16:56:23.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.764376000, lastModified=2023-03-25 16:56:23.763266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.764376000, lastModified=2023-03-25 16:56:23.763266000, delta=1110000 ns, racy<=10000 ns 16:56:23.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.764548000, lastModified=2023-03-25 16:56:23.763266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.764548000, lastModified=2023-03-25 16:56:23.763266000, delta=1282000 ns, racy<=10000 ns 16:56:23.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.764782000, lastModified=2023-03-25 16:56:23.763266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.764782000, lastModified=2023-03-25 16:56:23.763266000, delta=1516000 ns, racy<=10000 ns 16:56:23.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.765256000, lastModified=2023-03-25 16:56:23.764266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.765256000, lastModified=2023-03-25 16:56:23.764266000, delta=990000 ns, racy<=10000 ns 16:56:23.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.765476000, lastModified=2023-03-25 16:56:23.764266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.765476000, lastModified=2023-03-25 16:56:23.764266000, delta=1210000 ns, racy<=10000 ns 16:56:23.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.765712000, lastModified=2023-03-25 16:56:23.764266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.765712000, lastModified=2023-03-25 16:56:23.764266000, delta=1446000 ns, racy<=10000 ns 16:56:23.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.765975000, lastModified=2023-03-25 16:56:23.765266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.765975000, lastModified=2023-03-25 16:56:23.765266000, delta=709000 ns, racy<=10000 ns 16:56:23.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.766236000, lastModified=2023-03-25 16:56:23.765266000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.765266000 to 2023-03-25 16:56:23.813267000 16:56:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.814247000, lastModified=2023-03-25 16:56:23.813267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.814247000, lastModified=2023-03-25 16:56:23.813267000, delta=980000 ns, racy<=10000 ns 16:56:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.814523000, lastModified=2023-03-25 16:56:23.813267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.814523000, lastModified=2023-03-25 16:56:23.813267000, delta=1256000 ns, racy<=10000 ns 16:56:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.814746000, lastModified=2023-03-25 16:56:23.813267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.814746000, lastModified=2023-03-25 16:56:23.813267000, delta=1479000 ns, racy<=10000 ns 16:56:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.814929000, lastModified=2023-03-25 16:56:23.814267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.814929000, lastModified=2023-03-25 16:56:23.814267000, delta=662000 ns, racy<=10000 ns 16:56:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.815130000, lastModified=2023-03-25 16:56:23.814267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.815130000, lastModified=2023-03-25 16:56:23.814267000, delta=863000 ns, racy<=10000 ns 16:56:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.815612000, lastModified=2023-03-25 16:56:23.814267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.815612000, lastModified=2023-03-25 16:56:23.814267000, delta=1345000 ns, racy<=10000 ns 16:56:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.815858000, lastModified=2023-03-25 16:56:23.814267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.814267000 to 2023-03-25 16:56:23.815267000 16:56:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.816116000, lastModified=2023-03-25 16:56:23.815267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.816116000, lastModified=2023-03-25 16:56:23.815267000, delta=849000 ns, racy<=10000 ns 16:56:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.816389000, lastModified=2023-03-25 16:56:23.815267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.816389000, lastModified=2023-03-25 16:56:23.815267000, delta=1122000 ns, racy<=10000 ns 16:56:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.816604000, lastModified=2023-03-25 16:56:23.815267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.816604000, lastModified=2023-03-25 16:56:23.815267000, delta=1337000 ns, racy<=10000 ns 16:56:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.816898000, lastModified=2023-03-25 16:56:23.816267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.816898000, lastModified=2023-03-25 16:56:23.816267000, delta=631000 ns, racy<=10000 ns 16:56:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.817084000, lastModified=2023-03-25 16:56:23.816267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.817084000, lastModified=2023-03-25 16:56:23.816267000, delta=817000 ns, racy<=10000 ns 16:56:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.817258000, lastModified=2023-03-25 16:56:23.816267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.817258000, lastModified=2023-03-25 16:56:23.816267000, delta=991000 ns, racy<=10000 ns 16:56:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.817433000, lastModified=2023-03-25 16:56:23.816267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.817433000, lastModified=2023-03-25 16:56:23.816267000, delta=1166000 ns, racy<=10000 ns 16:56:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.817604000, lastModified=2023-03-25 16:56:23.816267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.817604000, lastModified=2023-03-25 16:56:23.816267000, delta=1337000 ns, racy<=10000 ns 16:56:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.817941000, lastModified=2023-03-25 16:56:23.816267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.816267000 to 2023-03-25 16:56:23.817267000 16:56:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.818120000, lastModified=2023-03-25 16:56:23.817267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.818120000, lastModified=2023-03-25 16:56:23.817267000, delta=853000 ns, racy<=10000 ns 16:56:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.818358000, lastModified=2023-03-25 16:56:23.817267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.818358000, lastModified=2023-03-25 16:56:23.817267000, delta=1091000 ns, racy<=10000 ns 16:56:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.818598000, lastModified=2023-03-25 16:56:23.817267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.818598000, lastModified=2023-03-25 16:56:23.817267000, delta=1331000 ns, racy<=10000 ns 16:56:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.818775000, lastModified=2023-03-25 16:56:23.817267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.818775000, lastModified=2023-03-25 16:56:23.817267000, delta=1508000 ns, racy<=10000 ns 16:56:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.818972000, lastModified=2023-03-25 16:56:23.818267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.818972000, lastModified=2023-03-25 16:56:23.818267000, delta=705000 ns, racy<=10000 ns 16:56:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.819208000, lastModified=2023-03-25 16:56:23.818267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.819208000, lastModified=2023-03-25 16:56:23.818267000, delta=941000 ns, racy<=10000 ns 16:56:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.819399000, lastModified=2023-03-25 16:56:23.818267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.819399000, lastModified=2023-03-25 16:56:23.818267000, delta=1132000 ns, racy<=10000 ns 16:56:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.819612000, lastModified=2023-03-25 16:56:23.818267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.819612000, lastModified=2023-03-25 16:56:23.818267000, delta=1345000 ns, racy<=10000 ns 16:56:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.819793000, lastModified=2023-03-25 16:56:23.818267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.819793000, lastModified=2023-03-25 16:56:23.818267000, delta=1526000 ns, racy<=10000 ns 16:56:23.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.820233000, lastModified=2023-03-25 16:56:23.819267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.820233000, lastModified=2023-03-25 16:56:23.819267000, delta=966000 ns, racy<=10000 ns 16:56:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.820419000, lastModified=2023-03-25 16:56:23.819267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.820419000, lastModified=2023-03-25 16:56:23.819267000, delta=1152000 ns, racy<=10000 ns 16:56:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.820600000, lastModified=2023-03-25 16:56:23.819267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.820600000, lastModified=2023-03-25 16:56:23.819267000, delta=1333000 ns, racy<=10000 ns 16:56:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.820826000, lastModified=2023-03-25 16:56:23.819267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.819267000 to 2023-03-25 16:56:23.820267000 16:56:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.821073000, lastModified=2023-03-25 16:56:23.820267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.821073000, lastModified=2023-03-25 16:56:23.820267000, delta=806000 ns, racy<=10000 ns 16:56:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.821265000, lastModified=2023-03-25 16:56:23.820267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.821265000, lastModified=2023-03-25 16:56:23.820267000, delta=998000 ns, racy<=10000 ns 16:56:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.821447000, lastModified=2023-03-25 16:56:23.820267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.821447000, lastModified=2023-03-25 16:56:23.820267000, delta=1180000 ns, racy<=10000 ns 16:56:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.821640000, lastModified=2023-03-25 16:56:23.820267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.821640000, lastModified=2023-03-25 16:56:23.820267000, delta=1373000 ns, racy<=10000 ns 16:56:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.821831000, lastModified=2023-03-25 16:56:23.820267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.820267000 to 2023-03-25 16:56:23.821267000 16:56:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.822049000, lastModified=2023-03-25 16:56:23.821267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.822049000, lastModified=2023-03-25 16:56:23.821267000, delta=782000 ns, racy<=10000 ns 16:56:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.822678000, lastModified=2023-03-25 16:56:23.821267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.822678000, lastModified=2023-03-25 16:56:23.821267000, delta=1411000 ns, racy<=10000 ns 16:56:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.822910000, lastModified=2023-03-25 16:56:23.822267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.822910000, lastModified=2023-03-25 16:56:23.822267000, delta=643000 ns, racy<=10000 ns 16:56:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.823111000, lastModified=2023-03-25 16:56:23.822267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.823111000, lastModified=2023-03-25 16:56:23.822267000, delta=844000 ns, racy<=10000 ns 16:56:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.823338000, lastModified=2023-03-25 16:56:23.822267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.823338000, lastModified=2023-03-25 16:56:23.822267000, delta=1071000 ns, racy<=10000 ns 16:56:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.823538000, lastModified=2023-03-25 16:56:23.822267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.823538000, lastModified=2023-03-25 16:56:23.822267000, delta=1271000 ns, racy<=10000 ns 16:56:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.823758000, lastModified=2023-03-25 16:56:23.822267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.823758000, lastModified=2023-03-25 16:56:23.822267000, delta=1491000 ns, racy<=10000 ns 16:56:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.823984000, lastModified=2023-03-25 16:56:23.823267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.823984000, lastModified=2023-03-25 16:56:23.823267000, delta=717000 ns, racy<=10000 ns 16:56:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.824254000, lastModified=2023-03-25 16:56:23.823267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.824254000, lastModified=2023-03-25 16:56:23.823267000, delta=987000 ns, racy<=10000 ns 16:56:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.824555000, lastModified=2023-03-25 16:56:23.823267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.824555000, lastModified=2023-03-25 16:56:23.823267000, delta=1288000 ns, racy<=10000 ns 16:56:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.824777000, lastModified=2023-03-25 16:56:23.823267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.824777000, lastModified=2023-03-25 16:56:23.823267000, delta=1510000 ns, racy<=10000 ns 16:56:23.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.825200000, lastModified=2023-03-25 16:56:23.824267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.825200000, lastModified=2023-03-25 16:56:23.824267000, delta=933000 ns, racy<=10000 ns 16:56:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.825430000, lastModified=2023-03-25 16:56:23.824267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.825430000, lastModified=2023-03-25 16:56:23.824267000, delta=1163000 ns, racy<=10000 ns 16:56:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.825621000, lastModified=2023-03-25 16:56:23.824267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.825621000, lastModified=2023-03-25 16:56:23.824267000, delta=1354000 ns, racy<=10000 ns 16:56:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.825846000, lastModified=2023-03-25 16:56:23.824267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.824267000 to 2023-03-25 16:56:23.825267000 16:56:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.826143000, lastModified=2023-03-25 16:56:23.825267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.826143000, lastModified=2023-03-25 16:56:23.825267000, delta=876000 ns, racy<=10000 ns 16:56:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.826379000, lastModified=2023-03-25 16:56:23.825267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.826379000, lastModified=2023-03-25 16:56:23.825267000, delta=1112000 ns, racy<=10000 ns 16:56:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.826666000, lastModified=2023-03-25 16:56:23.825267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.826666000, lastModified=2023-03-25 16:56:23.825267000, delta=1399000 ns, racy<=10000 ns 16:56:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.826855000, lastModified=2023-03-25 16:56:23.825267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.825267000 to 2023-03-25 16:56:23.826267000 16:56:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.827113000, lastModified=2023-03-25 16:56:23.826267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.827113000, lastModified=2023-03-25 16:56:23.826267000, delta=846000 ns, racy<=10000 ns 16:56:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.827351000, lastModified=2023-03-25 16:56:23.826267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.827351000, lastModified=2023-03-25 16:56:23.826267000, delta=1084000 ns, racy<=10000 ns 16:56:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.827978000, lastModified=2023-03-25 16:56:23.826267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.826267000 to 2023-03-25 16:56:23.827267000 16:56:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.828252000, lastModified=2023-03-25 16:56:23.827267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.828252000, lastModified=2023-03-25 16:56:23.827267000, delta=985000 ns, racy<=10000 ns 16:56:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.828515000, lastModified=2023-03-25 16:56:23.827267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.828515000, lastModified=2023-03-25 16:56:23.827267000, delta=1248000 ns, racy<=10000 ns 16:56:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.828695000, lastModified=2023-03-25 16:56:23.827267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.828695000, lastModified=2023-03-25 16:56:23.827267000, delta=1428000 ns, racy<=10000 ns 16:56:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.828895000, lastModified=2023-03-25 16:56:23.828267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.828895000, lastModified=2023-03-25 16:56:23.828267000, delta=628000 ns, racy<=10000 ns 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.829086000, lastModified=2023-03-25 16:56:23.828267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.829086000, lastModified=2023-03-25 16:56:23.828267000, delta=819000 ns, racy<=10000 ns 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.829259000, lastModified=2023-03-25 16:56:23.828267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.829259000, lastModified=2023-03-25 16:56:23.828267000, delta=992000 ns, racy<=10000 ns 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.829431000, lastModified=2023-03-25 16:56:23.828267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.829431000, lastModified=2023-03-25 16:56:23.828267000, delta=1164000 ns, racy<=10000 ns 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.829609000, lastModified=2023-03-25 16:56:23.828267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.829609000, lastModified=2023-03-25 16:56:23.828267000, delta=1342000 ns, racy<=10000 ns 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.829784000, lastModified=2023-03-25 16:56:23.828267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.829784000, lastModified=2023-03-25 16:56:23.828267000, delta=1517000 ns, racy<=10000 ns 16:56:23.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.830151000, lastModified=2023-03-25 16:56:23.829267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.830151000, lastModified=2023-03-25 16:56:23.829267000, delta=884000 ns, racy<=10000 ns 16:56:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.830399000, lastModified=2023-03-25 16:56:23.829267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.830399000, lastModified=2023-03-25 16:56:23.829267000, delta=1132000 ns, racy<=10000 ns 16:56:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.830595000, lastModified=2023-03-25 16:56:23.829267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.830595000, lastModified=2023-03-25 16:56:23.829267000, delta=1328000 ns, racy<=10000 ns 16:56:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.830840000, lastModified=2023-03-25 16:56:23.829267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.829267000 to 2023-03-25 16:56:23.830267000 16:56:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.831131000, lastModified=2023-03-25 16:56:23.830267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.831131000, lastModified=2023-03-25 16:56:23.830267000, delta=864000 ns, racy<=10000 ns 16:56:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.831321000, lastModified=2023-03-25 16:56:23.830267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.831321000, lastModified=2023-03-25 16:56:23.830267000, delta=1054000 ns, racy<=10000 ns 16:56:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.831491000, lastModified=2023-03-25 16:56:23.830267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.831491000, lastModified=2023-03-25 16:56:23.830267000, delta=1224000 ns, racy<=10000 ns 16:56:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.831671000, lastModified=2023-03-25 16:56:23.830267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.831671000, lastModified=2023-03-25 16:56:23.830267000, delta=1404000 ns, racy<=10000 ns 16:56:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.831846000, lastModified=2023-03-25 16:56:23.830267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.830267000 to 2023-03-25 16:56:23.831267000 16:56:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.832110000, lastModified=2023-03-25 16:56:23.831267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.832110000, lastModified=2023-03-25 16:56:23.831267000, delta=843000 ns, racy<=10000 ns 16:56:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.832724000, lastModified=2023-03-25 16:56:23.831267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.832724000, lastModified=2023-03-25 16:56:23.831267000, delta=1457000 ns, racy<=10000 ns 16:56:23.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.833011000, lastModified=2023-03-25 16:56:23.832267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.833011000, lastModified=2023-03-25 16:56:23.832267000, delta=744000 ns, racy<=10000 ns 16:56:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.833246000, lastModified=2023-03-25 16:56:23.832267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.833246000, lastModified=2023-03-25 16:56:23.832267000, delta=979000 ns, racy<=10000 ns 16:56:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.833528000, lastModified=2023-03-25 16:56:23.832267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.833528000, lastModified=2023-03-25 16:56:23.832267000, delta=1261000 ns, racy<=10000 ns 16:56:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.833791000, lastModified=2023-03-25 16:56:23.832267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.833791000, lastModified=2023-03-25 16:56:23.832267000, delta=1524000 ns, racy<=10000 ns 16:56:23.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.834014000, lastModified=2023-03-25 16:56:23.833267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.834014000, lastModified=2023-03-25 16:56:23.833267000, delta=747000 ns, racy<=10000 ns 16:56:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.834246000, lastModified=2023-03-25 16:56:23.833267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.834246000, lastModified=2023-03-25 16:56:23.833267000, delta=979000 ns, racy<=10000 ns 16:56:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.834521000, lastModified=2023-03-25 16:56:23.833267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.834521000, lastModified=2023-03-25 16:56:23.833267000, delta=1254000 ns, racy<=10000 ns 16:56:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.834754000, lastModified=2023-03-25 16:56:23.833267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.834754000, lastModified=2023-03-25 16:56:23.833267000, delta=1487000 ns, racy<=10000 ns 16:56:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.834986000, lastModified=2023-03-25 16:56:23.834267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.834986000, lastModified=2023-03-25 16:56:23.834267000, delta=719000 ns, racy<=10000 ns 16:56:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.835535000, lastModified=2023-03-25 16:56:23.834267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.835535000, lastModified=2023-03-25 16:56:23.834267000, delta=1268000 ns, racy<=10000 ns 16:56:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.835745000, lastModified=2023-03-25 16:56:23.834267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.835745000, lastModified=2023-03-25 16:56:23.834267000, delta=1478000 ns, racy<=10000 ns 16:56:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.835935000, lastModified=2023-03-25 16:56:23.835267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.835935000, lastModified=2023-03-25 16:56:23.835267000, delta=668000 ns, racy<=10000 ns 16:56:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.836175000, lastModified=2023-03-25 16:56:23.835267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.836175000, lastModified=2023-03-25 16:56:23.835267000, delta=908000 ns, racy<=10000 ns 16:56:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.836419000, lastModified=2023-03-25 16:56:23.835267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.836419000, lastModified=2023-03-25 16:56:23.835267000, delta=1152000 ns, racy<=10000 ns 16:56:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.836617000, lastModified=2023-03-25 16:56:23.835267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.836617000, lastModified=2023-03-25 16:56:23.835267000, delta=1350000 ns, racy<=10000 ns 16:56:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.836792000, lastModified=2023-03-25 16:56:23.835267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.836792000, lastModified=2023-03-25 16:56:23.835267000, delta=1525000 ns, racy<=10000 ns 16:56:23.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.836991000, lastModified=2023-03-25 16:56:23.836267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.836991000, lastModified=2023-03-25 16:56:23.836267000, delta=724000 ns, racy<=10000 ns 16:56:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.837168000, lastModified=2023-03-25 16:56:23.836267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.837168000, lastModified=2023-03-25 16:56:23.836267000, delta=901000 ns, racy<=10000 ns 16:56:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.837345000, lastModified=2023-03-25 16:56:23.836267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.837345000, lastModified=2023-03-25 16:56:23.836267000, delta=1078000 ns, racy<=10000 ns 16:56:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.837731000, lastModified=2023-03-25 16:56:23.836267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.837731000, lastModified=2023-03-25 16:56:23.836267000, delta=1464000 ns, racy<=10000 ns 16:56:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.837919000, lastModified=2023-03-25 16:56:23.837267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.837919000, lastModified=2023-03-25 16:56:23.837267000, delta=652000 ns, racy<=10000 ns 16:56:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.838103000, lastModified=2023-03-25 16:56:23.837267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.838103000, lastModified=2023-03-25 16:56:23.837267000, delta=836000 ns, racy<=10000 ns 16:56:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.838326000, lastModified=2023-03-25 16:56:23.837267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.838326000, lastModified=2023-03-25 16:56:23.837267000, delta=1059000 ns, racy<=10000 ns 16:56:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.838562000, lastModified=2023-03-25 16:56:23.837267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.838562000, lastModified=2023-03-25 16:56:23.837267000, delta=1295000 ns, racy<=10000 ns 16:56:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.838745000, lastModified=2023-03-25 16:56:23.837267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.838745000, lastModified=2023-03-25 16:56:23.837267000, delta=1478000 ns, racy<=10000 ns 16:56:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.838941000, lastModified=2023-03-25 16:56:23.838267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.838941000, lastModified=2023-03-25 16:56:23.838267000, delta=674000 ns, racy<=10000 ns 16:56:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.839187000, lastModified=2023-03-25 16:56:23.838267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.839187000, lastModified=2023-03-25 16:56:23.838267000, delta=920000 ns, racy<=10000 ns 16:56:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.839437000, lastModified=2023-03-25 16:56:23.838267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.839437000, lastModified=2023-03-25 16:56:23.838267000, delta=1170000 ns, racy<=10000 ns 16:56:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.839682000, lastModified=2023-03-25 16:56:23.838267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.839682000, lastModified=2023-03-25 16:56:23.838267000, delta=1415000 ns, racy<=10000 ns 16:56:23.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.840064000, lastModified=2023-03-25 16:56:23.838267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.838267000 to 2023-03-25 16:56:23.839267000 16:56:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.840243000, lastModified=2023-03-25 16:56:23.839267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.840243000, lastModified=2023-03-25 16:56:23.839267000, delta=976000 ns, racy<=10000 ns 16:56:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.840429000, lastModified=2023-03-25 16:56:23.839267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.840429000, lastModified=2023-03-25 16:56:23.839267000, delta=1162000 ns, racy<=10000 ns 16:56:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.840697000, lastModified=2023-03-25 16:56:23.839267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.840697000, lastModified=2023-03-25 16:56:23.839267000, delta=1430000 ns, racy<=10000 ns 16:56:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.840957000, lastModified=2023-03-25 16:56:23.840267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.840957000, lastModified=2023-03-25 16:56:23.840267000, delta=690000 ns, racy<=10000 ns 16:56:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.841153000, lastModified=2023-03-25 16:56:23.840267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.841153000, lastModified=2023-03-25 16:56:23.840267000, delta=886000 ns, racy<=10000 ns 16:56:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.841330000, lastModified=2023-03-25 16:56:23.840267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.841330000, lastModified=2023-03-25 16:56:23.840267000, delta=1063000 ns, racy<=10000 ns 16:56:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.841515000, lastModified=2023-03-25 16:56:23.840267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.841515000, lastModified=2023-03-25 16:56:23.840267000, delta=1248000 ns, racy<=10000 ns 16:56:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.841705000, lastModified=2023-03-25 16:56:23.840267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.841705000, lastModified=2023-03-25 16:56:23.840267000, delta=1438000 ns, racy<=10000 ns 16:56:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.841936000, lastModified=2023-03-25 16:56:23.841267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.841936000, lastModified=2023-03-25 16:56:23.841267000, delta=669000 ns, racy<=10000 ns 16:56:23.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.842426000, lastModified=2023-03-25 16:56:23.841267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.842426000, lastModified=2023-03-25 16:56:23.841267000, delta=1159000 ns, racy<=10000 ns 16:56:23.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.842642000, lastModified=2023-03-25 16:56:23.841267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.842642000, lastModified=2023-03-25 16:56:23.841267000, delta=1375000 ns, racy<=10000 ns 16:56:23.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.842826000, lastModified=2023-03-25 16:56:23.841267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.841267000 to 2023-03-25 16:56:23.842267000 16:56:23.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.843059000, lastModified=2023-03-25 16:56:23.842267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.843059000, lastModified=2023-03-25 16:56:23.842267000, delta=792000 ns, racy<=10000 ns 16:56:23.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.843291000, lastModified=2023-03-25 16:56:23.842267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.843291000, lastModified=2023-03-25 16:56:23.842267000, delta=1024000 ns, racy<=10000 ns 16:56:23.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.843474000, lastModified=2023-03-25 16:56:23.842267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.843474000, lastModified=2023-03-25 16:56:23.842267000, delta=1207000 ns, racy<=10000 ns 16:56:23.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.843650000, lastModified=2023-03-25 16:56:23.842267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.843650000, lastModified=2023-03-25 16:56:23.842267000, delta=1383000 ns, racy<=10000 ns 16:56:23.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.843834000, lastModified=2023-03-25 16:56:23.842267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.842267000 to 2023-03-25 16:56:23.843267000 16:56:23.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.844027000, lastModified=2023-03-25 16:56:23.843267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.844027000, lastModified=2023-03-25 16:56:23.843267000, delta=760000 ns, racy<=10000 ns 16:56:23.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.844207000, lastModified=2023-03-25 16:56:23.843267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.844207000, lastModified=2023-03-25 16:56:23.843267000, delta=940000 ns, racy<=10000 ns 16:56:23.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.844543000, lastModified=2023-03-25 16:56:23.843267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.844543000, lastModified=2023-03-25 16:56:23.843267000, delta=1276000 ns, racy<=10000 ns 16:56:23.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.844711000, lastModified=2023-03-25 16:56:23.843267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.844711000, lastModified=2023-03-25 16:56:23.843267000, delta=1444000 ns, racy<=10000 ns 16:56:23.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.844917000, lastModified=2023-03-25 16:56:23.843267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.843267000 to 2023-03-25 16:56:23.844267000 16:56:23.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.845141000, lastModified=2023-03-25 16:56:23.844267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.845141000, lastModified=2023-03-25 16:56:23.844267000, delta=874000 ns, racy<=10000 ns 16:56:23.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.845341000, lastModified=2023-03-25 16:56:23.844267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.845341000, lastModified=2023-03-25 16:56:23.844267000, delta=1074000 ns, racy<=10000 ns 16:56:23.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.845515000, lastModified=2023-03-25 16:56:23.844267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.845515000, lastModified=2023-03-25 16:56:23.844267000, delta=1248000 ns, racy<=10000 ns 16:56:23.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.845683000, lastModified=2023-03-25 16:56:23.844267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.845683000, lastModified=2023-03-25 16:56:23.844267000, delta=1416000 ns, racy<=10000 ns 16:56:23.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.845849000, lastModified=2023-03-25 16:56:23.844267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.844267000 to 2023-03-25 16:56:23.845267000 16:56:23.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.846071000, lastModified=2023-03-25 16:56:23.845267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.846071000, lastModified=2023-03-25 16:56:23.845267000, delta=804000 ns, racy<=10000 ns 16:56:23.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.846269000, lastModified=2023-03-25 16:56:23.845267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.846269000, lastModified=2023-03-25 16:56:23.845267000, delta=1002000 ns, racy<=10000 ns 16:56:23.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.846773000, lastModified=2023-03-25 16:56:23.845267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.846773000, lastModified=2023-03-25 16:56:23.845267000, delta=1506000 ns, racy<=10000 ns 16:56:23.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.846951000, lastModified=2023-03-25 16:56:23.846267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.846951000, lastModified=2023-03-25 16:56:23.846267000, delta=684000 ns, racy<=10000 ns 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.847130000, lastModified=2023-03-25 16:56:23.846267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.847130000, lastModified=2023-03-25 16:56:23.846267000, delta=863000 ns, racy<=10000 ns 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.847323000, lastModified=2023-03-25 16:56:23.846267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.847323000, lastModified=2023-03-25 16:56:23.846267000, delta=1056000 ns, racy<=10000 ns 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.847512000, lastModified=2023-03-25 16:56:23.846267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.847512000, lastModified=2023-03-25 16:56:23.846267000, delta=1245000 ns, racy<=10000 ns 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.847682000, lastModified=2023-03-25 16:56:23.846267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.847682000, lastModified=2023-03-25 16:56:23.846267000, delta=1415000 ns, racy<=10000 ns 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.847849000, lastModified=2023-03-25 16:56:23.846267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.846267000 to 2023-03-25 16:56:23.847267000 16:56:23.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.848056000, lastModified=2023-03-25 16:56:23.847267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.848056000, lastModified=2023-03-25 16:56:23.847267000, delta=789000 ns, racy<=10000 ns 16:56:23.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.848255000, lastModified=2023-03-25 16:56:23.847267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.848255000, lastModified=2023-03-25 16:56:23.847267000, delta=988000 ns, racy<=10000 ns 16:56:23.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.848422000, lastModified=2023-03-25 16:56:23.847267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.848422000, lastModified=2023-03-25 16:56:23.847267000, delta=1155000 ns, racy<=10000 ns 16:56:23.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.848841000, lastModified=2023-03-25 16:56:23.847267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.847267000 to 2023-03-25 16:56:23.848267000 16:56:23.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.849017000, lastModified=2023-03-25 16:56:23.848267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.849017000, lastModified=2023-03-25 16:56:23.848267000, delta=750000 ns, racy<=10000 ns 16:56:23.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.849190000, lastModified=2023-03-25 16:56:23.848267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.849190000, lastModified=2023-03-25 16:56:23.848267000, delta=923000 ns, racy<=10000 ns 16:56:23.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.849404000, lastModified=2023-03-25 16:56:23.848267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.849404000, lastModified=2023-03-25 16:56:23.848267000, delta=1137000 ns, racy<=10000 ns 16:56:23.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.849624000, lastModified=2023-03-25 16:56:23.848267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.849624000, lastModified=2023-03-25 16:56:23.848267000, delta=1357000 ns, racy<=10000 ns 16:56:23.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.849843000, lastModified=2023-03-25 16:56:23.848267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.848267000 to 2023-03-25 16:56:23.849267000 16:56:23.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.850053000, lastModified=2023-03-25 16:56:23.849267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.850053000, lastModified=2023-03-25 16:56:23.849267000, delta=786000 ns, racy<=10000 ns 16:56:23.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.850287000, lastModified=2023-03-25 16:56:23.849267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.850287000, lastModified=2023-03-25 16:56:23.849267000, delta=1020000 ns, racy<=10000 ns 16:56:23.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.850495000, lastModified=2023-03-25 16:56:23.849267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.850495000, lastModified=2023-03-25 16:56:23.849267000, delta=1228000 ns, racy<=10000 ns 16:56:23.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.850664000, lastModified=2023-03-25 16:56:23.849267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.850664000, lastModified=2023-03-25 16:56:23.849267000, delta=1397000 ns, racy<=10000 ns 16:56:23.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.851224000, lastModified=2023-03-25 16:56:23.850267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.851224000, lastModified=2023-03-25 16:56:23.850267000, delta=957000 ns, racy<=10000 ns 16:56:23.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.851499000, lastModified=2023-03-25 16:56:23.850267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.851499000, lastModified=2023-03-25 16:56:23.850267000, delta=1232000 ns, racy<=10000 ns 16:56:23.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.851819000, lastModified=2023-03-25 16:56:23.850267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.850267000 to 2023-03-25 16:56:23.851267000 16:56:23.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.852097000, lastModified=2023-03-25 16:56:23.851267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.852097000, lastModified=2023-03-25 16:56:23.851267000, delta=830000 ns, racy<=10000 ns 16:56:23.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.852297000, lastModified=2023-03-25 16:56:23.851267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.852297000, lastModified=2023-03-25 16:56:23.851267000, delta=1030000 ns, racy<=10000 ns 16:56:23.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.852483000, lastModified=2023-03-25 16:56:23.851267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.852483000, lastModified=2023-03-25 16:56:23.851267000, delta=1216000 ns, racy<=10000 ns 16:56:23.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.852658000, lastModified=2023-03-25 16:56:23.851267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.852658000, lastModified=2023-03-25 16:56:23.851267000, delta=1391000 ns, racy<=10000 ns 16:56:23.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.852833000, lastModified=2023-03-25 16:56:23.851267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.851267000 to 2023-03-25 16:56:23.852267000 16:56:23.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.853085000, lastModified=2023-03-25 16:56:23.852267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.853085000, lastModified=2023-03-25 16:56:23.852267000, delta=818000 ns, racy<=10000 ns 16:56:23.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.853332000, lastModified=2023-03-25 16:56:23.852267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.853332000, lastModified=2023-03-25 16:56:23.852267000, delta=1065000 ns, racy<=10000 ns 16:56:23.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.853965000, lastModified=2023-03-25 16:56:23.852267000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.852267000 to 2023-03-25 16:56:23.856268000 16:56:23.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.857324000, lastModified=2023-03-25 16:56:23.856268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.857324000, lastModified=2023-03-25 16:56:23.856268000, delta=1056000 ns, racy<=10000 ns 16:56:23.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.857636000, lastModified=2023-03-25 16:56:23.856268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.857636000, lastModified=2023-03-25 16:56:23.856268000, delta=1368000 ns, racy<=10000 ns 16:56:23.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.857923000, lastModified=2023-03-25 16:56:23.857268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.857923000, lastModified=2023-03-25 16:56:23.857268000, delta=655000 ns, racy<=10000 ns 16:56:23.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.858227000, lastModified=2023-03-25 16:56:23.857268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.858227000, lastModified=2023-03-25 16:56:23.857268000, delta=959000 ns, racy<=10000 ns 16:56:23.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.858418000, lastModified=2023-03-25 16:56:23.857268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.858418000, lastModified=2023-03-25 16:56:23.857268000, delta=1150000 ns, racy<=10000 ns 16:56:23.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.858606000, lastModified=2023-03-25 16:56:23.857268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.858606000, lastModified=2023-03-25 16:56:23.857268000, delta=1338000 ns, racy<=10000 ns 16:56:23.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.858795000, lastModified=2023-03-25 16:56:23.857268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.857268000 to 2023-03-25 16:56:23.858268000 16:56:23.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.859033000, lastModified=2023-03-25 16:56:23.858268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.859033000, lastModified=2023-03-25 16:56:23.858268000, delta=765000 ns, racy<=10000 ns 16:56:23.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.859287000, lastModified=2023-03-25 16:56:23.858268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.859287000, lastModified=2023-03-25 16:56:23.858268000, delta=1019000 ns, racy<=10000 ns 16:56:23.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.859730000, lastModified=2023-03-25 16:56:23.858268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.859730000, lastModified=2023-03-25 16:56:23.858268000, delta=1462000 ns, racy<=10000 ns 16:56:23.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.859916000, lastModified=2023-03-25 16:56:23.859268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.859916000, lastModified=2023-03-25 16:56:23.859268000, delta=648000 ns, racy<=10000 ns 16:56:23.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.860104000, lastModified=2023-03-25 16:56:23.859268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.860104000, lastModified=2023-03-25 16:56:23.859268000, delta=836000 ns, racy<=10000 ns 16:56:23.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.860282000, lastModified=2023-03-25 16:56:23.859268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.860282000, lastModified=2023-03-25 16:56:23.859268000, delta=1014000 ns, racy<=10000 ns 16:56:23.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.860459000, lastModified=2023-03-25 16:56:23.859268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.860459000, lastModified=2023-03-25 16:56:23.859268000, delta=1191000 ns, racy<=10000 ns 16:56:23.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.860673000, lastModified=2023-03-25 16:56:23.859268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.860673000, lastModified=2023-03-25 16:56:23.859268000, delta=1405000 ns, racy<=10000 ns 16:56:23.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.860954000, lastModified=2023-03-25 16:56:23.860268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.860954000, lastModified=2023-03-25 16:56:23.860268000, delta=686000 ns, racy<=10000 ns 16:56:23.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.913913000, lastModified=2023-03-25 16:56:23.860268000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.860268000 to 2023-03-25 16:56:23.913269000 16:56:23.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.914617000, lastModified=2023-03-25 16:56:23.913269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.914617000, lastModified=2023-03-25 16:56:23.913269000, delta=1348000 ns, racy<=10000 ns 16:56:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.915192000, lastModified=2023-03-25 16:56:23.914269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.915192000, lastModified=2023-03-25 16:56:23.914269000, delta=923000 ns, racy<=10000 ns 16:56:23.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.916037000, lastModified=2023-03-25 16:56:23.914269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.914269000 to 2023-03-25 16:56:23.915269000 16:56:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.916273000, lastModified=2023-03-25 16:56:23.915269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.916273000, lastModified=2023-03-25 16:56:23.915269000, delta=1004000 ns, racy<=10000 ns 16:56:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.916455000, lastModified=2023-03-25 16:56:23.915269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.916455000, lastModified=2023-03-25 16:56:23.915269000, delta=1186000 ns, racy<=10000 ns 16:56:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.916682000, lastModified=2023-03-25 16:56:23.915269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.916682000, lastModified=2023-03-25 16:56:23.915269000, delta=1413000 ns, racy<=10000 ns 16:56:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.916857000, lastModified=2023-03-25 16:56:23.915269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.915269000 to 2023-03-25 16:56:23.916269000 16:56:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.917052000, lastModified=2023-03-25 16:56:23.916269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.917052000, lastModified=2023-03-25 16:56:23.916269000, delta=783000 ns, racy<=10000 ns 16:56:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.917280000, lastModified=2023-03-25 16:56:23.916269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.917280000, lastModified=2023-03-25 16:56:23.916269000, delta=1011000 ns, racy<=10000 ns 16:56:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.917575000, lastModified=2023-03-25 16:56:23.916269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.917575000, lastModified=2023-03-25 16:56:23.916269000, delta=1306000 ns, racy<=10000 ns 16:56:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.917877000, lastModified=2023-03-25 16:56:23.916269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.916269000 to 2023-03-25 16:56:23.917269000 16:56:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.918137000, lastModified=2023-03-25 16:56:23.917269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.918137000, lastModified=2023-03-25 16:56:23.917269000, delta=868000 ns, racy<=10000 ns 16:56:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.918816000, lastModified=2023-03-25 16:56:23.917269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.917269000 to 2023-03-25 16:56:23.918269000 16:56:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.919095000, lastModified=2023-03-25 16:56:23.918269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.919095000, lastModified=2023-03-25 16:56:23.918269000, delta=826000 ns, racy<=10000 ns 16:56:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.919398000, lastModified=2023-03-25 16:56:23.918269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.919398000, lastModified=2023-03-25 16:56:23.918269000, delta=1129000 ns, racy<=10000 ns 16:56:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.919704000, lastModified=2023-03-25 16:56:23.918269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.919704000, lastModified=2023-03-25 16:56:23.918269000, delta=1435000 ns, racy<=10000 ns 16:56:23.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.920014000, lastModified=2023-03-25 16:56:23.919269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.920014000, lastModified=2023-03-25 16:56:23.919269000, delta=745000 ns, racy<=10000 ns 16:56:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.920356000, lastModified=2023-03-25 16:56:23.919269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.920356000, lastModified=2023-03-25 16:56:23.919269000, delta=1087000 ns, racy<=10000 ns 16:56:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.920678000, lastModified=2023-03-25 16:56:23.919269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.920678000, lastModified=2023-03-25 16:56:23.919269000, delta=1409000 ns, racy<=10000 ns 16:56:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.920977000, lastModified=2023-03-25 16:56:23.920269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.920977000, lastModified=2023-03-25 16:56:23.920269000, delta=708000 ns, racy<=10000 ns 16:56:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.921325000, lastModified=2023-03-25 16:56:23.920269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.921325000, lastModified=2023-03-25 16:56:23.920269000, delta=1056000 ns, racy<=10000 ns 16:56:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.921628000, lastModified=2023-03-25 16:56:23.920269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.921628000, lastModified=2023-03-25 16:56:23.920269000, delta=1359000 ns, racy<=10000 ns 16:56:23.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.922414000, lastModified=2023-03-25 16:56:23.921269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.922414000, lastModified=2023-03-25 16:56:23.921269000, delta=1145000 ns, racy<=10000 ns 16:56:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.922665000, lastModified=2023-03-25 16:56:23.921269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.922665000, lastModified=2023-03-25 16:56:23.921269000, delta=1396000 ns, racy<=10000 ns 16:56:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.922869000, lastModified=2023-03-25 16:56:23.921269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.921269000 to 2023-03-25 16:56:23.922269000 16:56:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.923154000, lastModified=2023-03-25 16:56:23.922269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.923154000, lastModified=2023-03-25 16:56:23.922269000, delta=885000 ns, racy<=10000 ns 16:56:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.923364000, lastModified=2023-03-25 16:56:23.922269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.923364000, lastModified=2023-03-25 16:56:23.922269000, delta=1095000 ns, racy<=10000 ns 16:56:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.923559000, lastModified=2023-03-25 16:56:23.922269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.923559000, lastModified=2023-03-25 16:56:23.922269000, delta=1290000 ns, racy<=10000 ns 16:56:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.923774000, lastModified=2023-03-25 16:56:23.922269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.923774000, lastModified=2023-03-25 16:56:23.922269000, delta=1505000 ns, racy<=10000 ns 16:56:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.923979000, lastModified=2023-03-25 16:56:23.923269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.923979000, lastModified=2023-03-25 16:56:23.923269000, delta=710000 ns, racy<=10000 ns 16:56:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.924179000, lastModified=2023-03-25 16:56:23.923269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.924179000, lastModified=2023-03-25 16:56:23.923269000, delta=910000 ns, racy<=10000 ns 16:56:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.924370000, lastModified=2023-03-25 16:56:23.923269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.924370000, lastModified=2023-03-25 16:56:23.923269000, delta=1101000 ns, racy<=10000 ns 16:56:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.924850000, lastModified=2023-03-25 16:56:23.923269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.923269000 to 2023-03-25 16:56:23.924269000 16:56:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.925113000, lastModified=2023-03-25 16:56:23.924269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.925113000, lastModified=2023-03-25 16:56:23.924269000, delta=844000 ns, racy<=10000 ns 16:56:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.925369000, lastModified=2023-03-25 16:56:23.924269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.925369000, lastModified=2023-03-25 16:56:23.924269000, delta=1100000 ns, racy<=10000 ns 16:56:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.925581000, lastModified=2023-03-25 16:56:23.924269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.925581000, lastModified=2023-03-25 16:56:23.924269000, delta=1312000 ns, racy<=10000 ns 16:56:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.925790000, lastModified=2023-03-25 16:56:23.924269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.924269000 to 2023-03-25 16:56:23.925269000 16:56:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.926009000, lastModified=2023-03-25 16:56:23.925269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.926009000, lastModified=2023-03-25 16:56:23.925269000, delta=740000 ns, racy<=10000 ns 16:56:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.926208000, lastModified=2023-03-25 16:56:23.925269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.926208000, lastModified=2023-03-25 16:56:23.925269000, delta=939000 ns, racy<=10000 ns 16:56:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.926422000, lastModified=2023-03-25 16:56:23.925269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.926422000, lastModified=2023-03-25 16:56:23.925269000, delta=1153000 ns, racy<=10000 ns 16:56:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.926607000, lastModified=2023-03-25 16:56:23.925269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.926607000, lastModified=2023-03-25 16:56:23.925269000, delta=1338000 ns, racy<=10000 ns 16:56:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.926790000, lastModified=2023-03-25 16:56:23.925269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.925269000 to 2023-03-25 16:56:23.926269000 16:56:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.927457000, lastModified=2023-03-25 16:56:23.926269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.927457000, lastModified=2023-03-25 16:56:23.926269000, delta=1188000 ns, racy<=10000 ns 16:56:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.927670000, lastModified=2023-03-25 16:56:23.926269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.927670000, lastModified=2023-03-25 16:56:23.926269000, delta=1401000 ns, racy<=10000 ns 16:56:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.927883000, lastModified=2023-03-25 16:56:23.926269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.926269000 to 2023-03-25 16:56:23.927269000 16:56:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.928127000, lastModified=2023-03-25 16:56:23.927269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.928127000, lastModified=2023-03-25 16:56:23.927269000, delta=858000 ns, racy<=10000 ns 16:56:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.928335000, lastModified=2023-03-25 16:56:23.927269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.928335000, lastModified=2023-03-25 16:56:23.927269000, delta=1066000 ns, racy<=10000 ns 16:56:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.928523000, lastModified=2023-03-25 16:56:23.927269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.928523000, lastModified=2023-03-25 16:56:23.927269000, delta=1254000 ns, racy<=10000 ns 16:56:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.928711000, lastModified=2023-03-25 16:56:23.927269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.928711000, lastModified=2023-03-25 16:56:23.927269000, delta=1442000 ns, racy<=10000 ns 16:56:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.928932000, lastModified=2023-03-25 16:56:23.928269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.928932000, lastModified=2023-03-25 16:56:23.928269000, delta=663000 ns, racy<=10000 ns 16:56:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.929127000, lastModified=2023-03-25 16:56:23.928269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.929127000, lastModified=2023-03-25 16:56:23.928269000, delta=858000 ns, racy<=10000 ns 16:56:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.929344000, lastModified=2023-03-25 16:56:23.928269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.929344000, lastModified=2023-03-25 16:56:23.928269000, delta=1075000 ns, racy<=10000 ns 16:56:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.929891000, lastModified=2023-03-25 16:56:23.928269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.928269000 to 2023-03-25 16:56:23.929269000 16:56:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.930158000, lastModified=2023-03-25 16:56:23.929269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.930158000, lastModified=2023-03-25 16:56:23.929269000, delta=889000 ns, racy<=10000 ns 16:56:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.930350000, lastModified=2023-03-25 16:56:23.929269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.930350000, lastModified=2023-03-25 16:56:23.929269000, delta=1081000 ns, racy<=10000 ns 16:56:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.930571000, lastModified=2023-03-25 16:56:23.929269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.930571000, lastModified=2023-03-25 16:56:23.929269000, delta=1302000 ns, racy<=10000 ns 16:56:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.930762000, lastModified=2023-03-25 16:56:23.929269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.930762000, lastModified=2023-03-25 16:56:23.929269000, delta=1493000 ns, racy<=10000 ns 16:56:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.930986000, lastModified=2023-03-25 16:56:23.930269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.930986000, lastModified=2023-03-25 16:56:23.930269000, delta=717000 ns, racy<=10000 ns 16:56:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.931220000, lastModified=2023-03-25 16:56:23.930269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.931220000, lastModified=2023-03-25 16:56:23.930269000, delta=951000 ns, racy<=10000 ns 16:56:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.931418000, lastModified=2023-03-25 16:56:23.930269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.931418000, lastModified=2023-03-25 16:56:23.930269000, delta=1149000 ns, racy<=10000 ns 16:56:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.931627000, lastModified=2023-03-25 16:56:23.930269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.931627000, lastModified=2023-03-25 16:56:23.930269000, delta=1358000 ns, racy<=10000 ns 16:56:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.931878000, lastModified=2023-03-25 16:56:23.930269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.930269000 to 2023-03-25 16:56:23.931269000 16:56:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.932506000, lastModified=2023-03-25 16:56:23.931269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.932506000, lastModified=2023-03-25 16:56:23.931269000, delta=1237000 ns, racy<=10000 ns 16:56:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.932705000, lastModified=2023-03-25 16:56:23.931269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.932705000, lastModified=2023-03-25 16:56:23.931269000, delta=1436000 ns, racy<=10000 ns 16:56:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.932928000, lastModified=2023-03-25 16:56:23.932269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.932928000, lastModified=2023-03-25 16:56:23.932269000, delta=659000 ns, racy<=10000 ns 16:56:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.933167000, lastModified=2023-03-25 16:56:23.932269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.933167000, lastModified=2023-03-25 16:56:23.932269000, delta=898000 ns, racy<=10000 ns 16:56:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.933369000, lastModified=2023-03-25 16:56:23.932269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.933369000, lastModified=2023-03-25 16:56:23.932269000, delta=1100000 ns, racy<=10000 ns 16:56:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.933562000, lastModified=2023-03-25 16:56:23.932269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.933562000, lastModified=2023-03-25 16:56:23.932269000, delta=1293000 ns, racy<=10000 ns 16:56:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.933752000, lastModified=2023-03-25 16:56:23.932269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.933752000, lastModified=2023-03-25 16:56:23.932269000, delta=1483000 ns, racy<=10000 ns 16:56:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.933962000, lastModified=2023-03-25 16:56:23.933269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.933962000, lastModified=2023-03-25 16:56:23.933269000, delta=693000 ns, racy<=10000 ns 16:56:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.934164000, lastModified=2023-03-25 16:56:23.933269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.934164000, lastModified=2023-03-25 16:56:23.933269000, delta=895000 ns, racy<=10000 ns 16:56:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.934356000, lastModified=2023-03-25 16:56:23.933269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.934356000, lastModified=2023-03-25 16:56:23.933269000, delta=1087000 ns, racy<=10000 ns 16:56:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.934814000, lastModified=2023-03-25 16:56:23.933269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.933269000 to 2023-03-25 16:56:23.934269000 16:56:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.935019000, lastModified=2023-03-25 16:56:23.934269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.935019000, lastModified=2023-03-25 16:56:23.934269000, delta=750000 ns, racy<=10000 ns 16:56:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.935216000, lastModified=2023-03-25 16:56:23.934269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.935216000, lastModified=2023-03-25 16:56:23.934269000, delta=947000 ns, racy<=10000 ns 16:56:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.935410000, lastModified=2023-03-25 16:56:23.934269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.935410000, lastModified=2023-03-25 16:56:23.934269000, delta=1141000 ns, racy<=10000 ns 16:56:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.935599000, lastModified=2023-03-25 16:56:23.934269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.935599000, lastModified=2023-03-25 16:56:23.934269000, delta=1330000 ns, racy<=10000 ns 16:56:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.935788000, lastModified=2023-03-25 16:56:23.934269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.935788000, lastModified=2023-03-25 16:56:23.934269000, delta=1519000 ns, racy<=10000 ns 16:56:23.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.936023000, lastModified=2023-03-25 16:56:23.935269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.936023000, lastModified=2023-03-25 16:56:23.935269000, delta=754000 ns, racy<=10000 ns 16:56:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.936213000, lastModified=2023-03-25 16:56:23.935269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.936213000, lastModified=2023-03-25 16:56:23.935269000, delta=944000 ns, racy<=10000 ns 16:56:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.936399000, lastModified=2023-03-25 16:56:23.935269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.936399000, lastModified=2023-03-25 16:56:23.935269000, delta=1130000 ns, racy<=10000 ns 16:56:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.936585000, lastModified=2023-03-25 16:56:23.935269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.936585000, lastModified=2023-03-25 16:56:23.935269000, delta=1316000 ns, racy<=10000 ns 16:56:23.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.937167000, lastModified=2023-03-25 16:56:23.935269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.935269000 to 2023-03-25 16:56:23.936269000 16:56:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.937371000, lastModified=2023-03-25 16:56:23.936269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.937371000, lastModified=2023-03-25 16:56:23.936269000, delta=1102000 ns, racy<=10000 ns 16:56:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.937559000, lastModified=2023-03-25 16:56:23.936269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.937559000, lastModified=2023-03-25 16:56:23.936269000, delta=1290000 ns, racy<=10000 ns 16:56:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.937744000, lastModified=2023-03-25 16:56:23.936269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.937744000, lastModified=2023-03-25 16:56:23.936269000, delta=1475000 ns, racy<=10000 ns 16:56:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.937967000, lastModified=2023-03-25 16:56:23.937269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.937967000, lastModified=2023-03-25 16:56:23.937269000, delta=698000 ns, racy<=10000 ns 16:56:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.938202000, lastModified=2023-03-25 16:56:23.937269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.938202000, lastModified=2023-03-25 16:56:23.937269000, delta=933000 ns, racy<=10000 ns 16:56:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.938407000, lastModified=2023-03-25 16:56:23.937269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.938407000, lastModified=2023-03-25 16:56:23.937269000, delta=1138000 ns, racy<=10000 ns 16:56:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.938594000, lastModified=2023-03-25 16:56:23.937269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.938594000, lastModified=2023-03-25 16:56:23.937269000, delta=1325000 ns, racy<=10000 ns 16:56:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.938779000, lastModified=2023-03-25 16:56:23.937269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.938779000, lastModified=2023-03-25 16:56:23.937269000, delta=1510000 ns, racy<=10000 ns 16:56:23.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.939006000, lastModified=2023-03-25 16:56:23.938269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.939006000, lastModified=2023-03-25 16:56:23.938269000, delta=737000 ns, racy<=10000 ns 16:56:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.939666000, lastModified=2023-03-25 16:56:23.938269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.939666000, lastModified=2023-03-25 16:56:23.938269000, delta=1397000 ns, racy<=10000 ns 16:56:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.939864000, lastModified=2023-03-25 16:56:23.938269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.938269000 to 2023-03-25 16:56:23.939269000 16:56:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.940124000, lastModified=2023-03-25 16:56:23.939269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.940124000, lastModified=2023-03-25 16:56:23.939269000, delta=855000 ns, racy<=10000 ns 16:56:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.940356000, lastModified=2023-03-25 16:56:23.939269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.940356000, lastModified=2023-03-25 16:56:23.939269000, delta=1087000 ns, racy<=10000 ns 16:56:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.940540000, lastModified=2023-03-25 16:56:23.939269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.940540000, lastModified=2023-03-25 16:56:23.939269000, delta=1271000 ns, racy<=10000 ns 16:56:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.940739000, lastModified=2023-03-25 16:56:23.939269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.940739000, lastModified=2023-03-25 16:56:23.939269000, delta=1470000 ns, racy<=10000 ns 16:56:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.940963000, lastModified=2023-03-25 16:56:23.940269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.940963000, lastModified=2023-03-25 16:56:23.940269000, delta=694000 ns, racy<=10000 ns 16:56:23.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.941168000, lastModified=2023-03-25 16:56:23.940269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.941168000, lastModified=2023-03-25 16:56:23.940269000, delta=899000 ns, racy<=10000 ns 16:56:23.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.941352000, lastModified=2023-03-25 16:56:23.940269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.941352000, lastModified=2023-03-25 16:56:23.940269000, delta=1083000 ns, racy<=10000 ns 16:56:23.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.941535000, lastModified=2023-03-25 16:56:23.940269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.941535000, lastModified=2023-03-25 16:56:23.940269000, delta=1266000 ns, racy<=10000 ns 16:56:23.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.941987000, lastModified=2023-03-25 16:56:23.940269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.940269000 to 2023-03-25 16:56:23.941269000 16:56:23.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.942228000, lastModified=2023-03-25 16:56:23.941269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.942228000, lastModified=2023-03-25 16:56:23.941269000, delta=959000 ns, racy<=10000 ns 16:56:23.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.942413000, lastModified=2023-03-25 16:56:23.941269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.942413000, lastModified=2023-03-25 16:56:23.941269000, delta=1144000 ns, racy<=10000 ns 16:56:23.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.942595000, lastModified=2023-03-25 16:56:23.941269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.942595000, lastModified=2023-03-25 16:56:23.941269000, delta=1326000 ns, racy<=10000 ns 16:56:23.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.942778000, lastModified=2023-03-25 16:56:23.941269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.942778000, lastModified=2023-03-25 16:56:23.941269000, delta=1509000 ns, racy<=10000 ns 16:56:23.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.943004000, lastModified=2023-03-25 16:56:23.942269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.943004000, lastModified=2023-03-25 16:56:23.942269000, delta=735000 ns, racy<=10000 ns 16:56:23.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.943198000, lastModified=2023-03-25 16:56:23.942269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.943198000, lastModified=2023-03-25 16:56:23.942269000, delta=929000 ns, racy<=10000 ns 16:56:23.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.943381000, lastModified=2023-03-25 16:56:23.942269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.943381000, lastModified=2023-03-25 16:56:23.942269000, delta=1112000 ns, racy<=10000 ns 16:56:23.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.943565000, lastModified=2023-03-25 16:56:23.942269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.943565000, lastModified=2023-03-25 16:56:23.942269000, delta=1296000 ns, racy<=10000 ns 16:56:23.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.943747000, lastModified=2023-03-25 16:56:23.942269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.943747000, lastModified=2023-03-25 16:56:23.942269000, delta=1478000 ns, racy<=10000 ns 16:56:23.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.944372000, lastModified=2023-03-25 16:56:23.943269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.944372000, lastModified=2023-03-25 16:56:23.943269000, delta=1103000 ns, racy<=10000 ns 16:56:23.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.944634000, lastModified=2023-03-25 16:56:23.943269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.944634000, lastModified=2023-03-25 16:56:23.943269000, delta=1365000 ns, racy<=10000 ns 16:56:23.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.944821000, lastModified=2023-03-25 16:56:23.943269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.943269000 to 2023-03-25 16:56:23.944269000 16:56:23.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.945048000, lastModified=2023-03-25 16:56:23.944269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.945048000, lastModified=2023-03-25 16:56:23.944269000, delta=779000 ns, racy<=10000 ns 16:56:23.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.945239000, lastModified=2023-03-25 16:56:23.944269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.945239000, lastModified=2023-03-25 16:56:23.944269000, delta=970000 ns, racy<=10000 ns 16:56:23.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.945428000, lastModified=2023-03-25 16:56:23.944269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.945428000, lastModified=2023-03-25 16:56:23.944269000, delta=1159000 ns, racy<=10000 ns 16:56:23.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.945614000, lastModified=2023-03-25 16:56:23.944269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.945614000, lastModified=2023-03-25 16:56:23.944269000, delta=1345000 ns, racy<=10000 ns 16:56:23.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.945799000, lastModified=2023-03-25 16:56:23.944269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.944269000 to 2023-03-25 16:56:23.945269000 16:56:23.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.946012000, lastModified=2023-03-25 16:56:23.945269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.946012000, lastModified=2023-03-25 16:56:23.945269000, delta=743000 ns, racy<=10000 ns 16:56:23.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.946202000, lastModified=2023-03-25 16:56:23.945269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.946202000, lastModified=2023-03-25 16:56:23.945269000, delta=933000 ns, racy<=10000 ns 16:56:23.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.946677000, lastModified=2023-03-25 16:56:23.945269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.946677000, lastModified=2023-03-25 16:56:23.945269000, delta=1408000 ns, racy<=10000 ns 16:56:23.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.946891000, lastModified=2023-03-25 16:56:23.945269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.945269000 to 2023-03-25 16:56:23.946269000 16:56:23.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.947140000, lastModified=2023-03-25 16:56:23.946269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.947140000, lastModified=2023-03-25 16:56:23.946269000, delta=871000 ns, racy<=10000 ns 16:56:23.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.947322000, lastModified=2023-03-25 16:56:23.946269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.947322000, lastModified=2023-03-25 16:56:23.946269000, delta=1053000 ns, racy<=10000 ns 16:56:23.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.947504000, lastModified=2023-03-25 16:56:23.946269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.947504000, lastModified=2023-03-25 16:56:23.946269000, delta=1235000 ns, racy<=10000 ns 16:56:23.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.947696000, lastModified=2023-03-25 16:56:23.946269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.947696000, lastModified=2023-03-25 16:56:23.946269000, delta=1427000 ns, racy<=10000 ns 16:56:23.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.947901000, lastModified=2023-03-25 16:56:23.946269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.946269000 to 2023-03-25 16:56:23.947269000 16:56:23.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.948100000, lastModified=2023-03-25 16:56:23.947269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.948100000, lastModified=2023-03-25 16:56:23.947269000, delta=831000 ns, racy<=10000 ns 16:56:23.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.948321000, lastModified=2023-03-25 16:56:23.947269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.948321000, lastModified=2023-03-25 16:56:23.947269000, delta=1052000 ns, racy<=10000 ns 16:56:23.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.948506000, lastModified=2023-03-25 16:56:23.947269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.948506000, lastModified=2023-03-25 16:56:23.947269000, delta=1237000 ns, racy<=10000 ns 16:56:23.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.948911000, lastModified=2023-03-25 16:56:23.947269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.947269000 to 2023-03-25 16:56:23.948269000 16:56:23.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.949154000, lastModified=2023-03-25 16:56:23.948269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.949154000, lastModified=2023-03-25 16:56:23.948269000, delta=885000 ns, racy<=10000 ns 16:56:23.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.949340000, lastModified=2023-03-25 16:56:23.948269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.949340000, lastModified=2023-03-25 16:56:23.948269000, delta=1071000 ns, racy<=10000 ns 16:56:23.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.949525000, lastModified=2023-03-25 16:56:23.948269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.949525000, lastModified=2023-03-25 16:56:23.948269000, delta=1256000 ns, racy<=10000 ns 16:56:23.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.949708000, lastModified=2023-03-25 16:56:23.948269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.949708000, lastModified=2023-03-25 16:56:23.948269000, delta=1439000 ns, racy<=10000 ns 16:56:23.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.949950000, lastModified=2023-03-25 16:56:23.949269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.949950000, lastModified=2023-03-25 16:56:23.949269000, delta=681000 ns, racy<=10000 ns 16:56:23.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.950144000, lastModified=2023-03-25 16:56:23.949269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.950144000, lastModified=2023-03-25 16:56:23.949269000, delta=875000 ns, racy<=10000 ns 16:56:23.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.950328000, lastModified=2023-03-25 16:56:23.949269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.950328000, lastModified=2023-03-25 16:56:23.949269000, delta=1059000 ns, racy<=10000 ns 16:56:23.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.950512000, lastModified=2023-03-25 16:56:23.949269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.950512000, lastModified=2023-03-25 16:56:23.949269000, delta=1243000 ns, racy<=10000 ns 16:56:23.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.950698000, lastModified=2023-03-25 16:56:23.949269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.950698000, lastModified=2023-03-25 16:56:23.949269000, delta=1429000 ns, racy<=10000 ns 16:56:23.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.951162000, lastModified=2023-03-25 16:56:23.949269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.949269000 to 2023-03-25 16:56:23.950269000 16:56:23.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.951363000, lastModified=2023-03-25 16:56:23.950269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.951363000, lastModified=2023-03-25 16:56:23.950269000, delta=1094000 ns, racy<=10000 ns 16:56:23.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.951547000, lastModified=2023-03-25 16:56:23.950269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.951547000, lastModified=2023-03-25 16:56:23.950269000, delta=1278000 ns, racy<=10000 ns 16:56:23.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.951729000, lastModified=2023-03-25 16:56:23.950269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.951729000, lastModified=2023-03-25 16:56:23.950269000, delta=1460000 ns, racy<=10000 ns 16:56:23.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.951954000, lastModified=2023-03-25 16:56:23.951269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.951954000, lastModified=2023-03-25 16:56:23.951269000, delta=685000 ns, racy<=10000 ns 16:56:23.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.952148000, lastModified=2023-03-25 16:56:23.951269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.952148000, lastModified=2023-03-25 16:56:23.951269000, delta=879000 ns, racy<=10000 ns 16:56:23.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.952332000, lastModified=2023-03-25 16:56:23.951269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.952332000, lastModified=2023-03-25 16:56:23.951269000, delta=1063000 ns, racy<=10000 ns 16:56:23.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.952517000, lastModified=2023-03-25 16:56:23.951269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.952517000, lastModified=2023-03-25 16:56:23.951269000, delta=1248000 ns, racy<=10000 ns 16:56:23.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.952702000, lastModified=2023-03-25 16:56:23.951269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.952702000, lastModified=2023-03-25 16:56:23.951269000, delta=1433000 ns, racy<=10000 ns 16:56:23.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.952928000, lastModified=2023-03-25 16:56:23.952269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.952928000, lastModified=2023-03-25 16:56:23.952269000, delta=659000 ns, racy<=10000 ns 16:56:23.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.953412000, lastModified=2023-03-25 16:56:23.952269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.953412000, lastModified=2023-03-25 16:56:23.952269000, delta=1143000 ns, racy<=10000 ns 16:56:23.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.953670000, lastModified=2023-03-25 16:56:23.952269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.953670000, lastModified=2023-03-25 16:56:23.952269000, delta=1401000 ns, racy<=10000 ns 16:56:23.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.953927000, lastModified=2023-03-25 16:56:23.953269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.953927000, lastModified=2023-03-25 16:56:23.953269000, delta=658000 ns, racy<=10000 ns 16:56:23.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.954126000, lastModified=2023-03-25 16:56:23.953269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.954126000, lastModified=2023-03-25 16:56:23.953269000, delta=857000 ns, racy<=10000 ns 16:56:23.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.954315000, lastModified=2023-03-25 16:56:23.953269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.954315000, lastModified=2023-03-25 16:56:23.953269000, delta=1046000 ns, racy<=10000 ns 16:56:23.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.954504000, lastModified=2023-03-25 16:56:23.953269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.954504000, lastModified=2023-03-25 16:56:23.953269000, delta=1235000 ns, racy<=10000 ns 16:56:23.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.954687000, lastModified=2023-03-25 16:56:23.953269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.954687000, lastModified=2023-03-25 16:56:23.953269000, delta=1418000 ns, racy<=10000 ns 16:56:23.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.954891000, lastModified=2023-03-25 16:56:23.953269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:23.953269000 to 2023-03-25 16:56:23.954269000 16:56:23.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.955096000, lastModified=2023-03-25 16:56:23.954269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.955096000, lastModified=2023-03-25 16:56:23.954269000, delta=827000 ns, racy<=10000 ns 16:56:23.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.955283000, lastModified=2023-03-25 16:56:23.954269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.955283000, lastModified=2023-03-25 16:56:23.954269000, delta=1014000 ns, racy<=10000 ns 16:56:23.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.955739000, lastModified=2023-03-25 16:56:23.954269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.955739000, lastModified=2023-03-25 16:56:23.954269000, delta=1470000 ns, racy<=10000 ns 16:56:23.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.955964000, lastModified=2023-03-25 16:56:23.955269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:23.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.955964000, lastModified=2023-03-25 16:56:23.955269000, delta=695000 ns, racy<=10000 ns 16:56:23.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:23.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:23.956185000, lastModified=2023-03-25 16:56:23.955269000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:23.956185000, lastModified=2023-03-25 16:56:23.955269000, delta=916000 ns, racy<=10000 ns 16:56:24.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.013998000, lastModified=2023-03-25 16:56:24.013271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.013998000, lastModified=2023-03-25 16:56:24.013271000, delta=727000 ns, racy<=10000 ns 16:56:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.014290000, lastModified=2023-03-25 16:56:24.013271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.014290000, lastModified=2023-03-25 16:56:24.013271000, delta=1019000 ns, racy<=10000 ns 16:56:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.014511000, lastModified=2023-03-25 16:56:24.013271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.014511000, lastModified=2023-03-25 16:56:24.013271000, delta=1240000 ns, racy<=10000 ns 16:56:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.014699000, lastModified=2023-03-25 16:56:24.013271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.014699000, lastModified=2023-03-25 16:56:24.013271000, delta=1428000 ns, racy<=10000 ns 16:56:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.014896000, lastModified=2023-03-25 16:56:24.014271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.014896000, lastModified=2023-03-25 16:56:24.014271000, delta=625000 ns, racy<=10000 ns 16:56:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.015090000, lastModified=2023-03-25 16:56:24.014271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.015090000, lastModified=2023-03-25 16:56:24.014271000, delta=819000 ns, racy<=10000 ns 16:56:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.015276000, lastModified=2023-03-25 16:56:24.014271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.015276000, lastModified=2023-03-25 16:56:24.014271000, delta=1005000 ns, racy<=10000 ns 16:56:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.015722000, lastModified=2023-03-25 16:56:24.014271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.015722000, lastModified=2023-03-25 16:56:24.014271000, delta=1451000 ns, racy<=10000 ns 16:56:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.015920000, lastModified=2023-03-25 16:56:24.015271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.015920000, lastModified=2023-03-25 16:56:24.015271000, delta=649000 ns, racy<=10000 ns 16:56:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.016180000, lastModified=2023-03-25 16:56:24.015271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.016180000, lastModified=2023-03-25 16:56:24.015271000, delta=909000 ns, racy<=10000 ns 16:56:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.016362000, lastModified=2023-03-25 16:56:24.015271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.016362000, lastModified=2023-03-25 16:56:24.015271000, delta=1091000 ns, racy<=10000 ns 16:56:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.016584000, lastModified=2023-03-25 16:56:24.015271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.016584000, lastModified=2023-03-25 16:56:24.015271000, delta=1313000 ns, racy<=10000 ns 16:56:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.016767000, lastModified=2023-03-25 16:56:24.015271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.016767000, lastModified=2023-03-25 16:56:24.015271000, delta=1496000 ns, racy<=10000 ns 16:56:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.016961000, lastModified=2023-03-25 16:56:24.016271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.016961000, lastModified=2023-03-25 16:56:24.016271000, delta=690000 ns, racy<=10000 ns 16:56:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.017151000, lastModified=2023-03-25 16:56:24.016271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.017151000, lastModified=2023-03-25 16:56:24.016271000, delta=880000 ns, racy<=10000 ns 16:56:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.017410000, lastModified=2023-03-25 16:56:24.016271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.017410000, lastModified=2023-03-25 16:56:24.016271000, delta=1139000 ns, racy<=10000 ns 16:56:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.017630000, lastModified=2023-03-25 16:56:24.016271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.017630000, lastModified=2023-03-25 16:56:24.016271000, delta=1359000 ns, racy<=10000 ns 16:56:24.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.018040000, lastModified=2023-03-25 16:56:24.016271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.016271000 to 2023-03-25 16:56:24.017271000 16:56:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.018298000, lastModified=2023-03-25 16:56:24.017271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.018298000, lastModified=2023-03-25 16:56:24.017271000, delta=1027000 ns, racy<=10000 ns 16:56:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.018518000, lastModified=2023-03-25 16:56:24.017271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.018518000, lastModified=2023-03-25 16:56:24.017271000, delta=1247000 ns, racy<=10000 ns 16:56:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.018700000, lastModified=2023-03-25 16:56:24.017271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.018700000, lastModified=2023-03-25 16:56:24.017271000, delta=1429000 ns, racy<=10000 ns 16:56:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.018902000, lastModified=2023-03-25 16:56:24.017271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.017271000 to 2023-03-25 16:56:24.018271000 16:56:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.019100000, lastModified=2023-03-25 16:56:24.018271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.019100000, lastModified=2023-03-25 16:56:24.018271000, delta=829000 ns, racy<=10000 ns 16:56:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.019287000, lastModified=2023-03-25 16:56:24.018271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.019287000, lastModified=2023-03-25 16:56:24.018271000, delta=1016000 ns, racy<=10000 ns 16:56:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.019475000, lastModified=2023-03-25 16:56:24.018271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.019475000, lastModified=2023-03-25 16:56:24.018271000, delta=1204000 ns, racy<=10000 ns 16:56:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.019668000, lastModified=2023-03-25 16:56:24.018271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.019668000, lastModified=2023-03-25 16:56:24.018271000, delta=1397000 ns, racy<=10000 ns 16:56:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.019850000, lastModified=2023-03-25 16:56:24.018271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.018271000 to 2023-03-25 16:56:24.019271000 16:56:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.020475000, lastModified=2023-03-25 16:56:24.019271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.020475000, lastModified=2023-03-25 16:56:24.019271000, delta=1204000 ns, racy<=10000 ns 16:56:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.020671000, lastModified=2023-03-25 16:56:24.019271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.020671000, lastModified=2023-03-25 16:56:24.019271000, delta=1400000 ns, racy<=10000 ns 16:56:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.020855000, lastModified=2023-03-25 16:56:24.019271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.019271000 to 2023-03-25 16:56:24.020271000 16:56:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.021121000, lastModified=2023-03-25 16:56:24.020271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.021121000, lastModified=2023-03-25 16:56:24.020271000, delta=850000 ns, racy<=10000 ns 16:56:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.021378000, lastModified=2023-03-25 16:56:24.020271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.021378000, lastModified=2023-03-25 16:56:24.020271000, delta=1107000 ns, racy<=10000 ns 16:56:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.021639000, lastModified=2023-03-25 16:56:24.020271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.021639000, lastModified=2023-03-25 16:56:24.020271000, delta=1368000 ns, racy<=10000 ns 16:56:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.021828000, lastModified=2023-03-25 16:56:24.020271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.020271000 to 2023-03-25 16:56:24.021271000 16:56:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.022046000, lastModified=2023-03-25 16:56:24.021271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.022046000, lastModified=2023-03-25 16:56:24.021271000, delta=775000 ns, racy<=10000 ns 16:56:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.022233000, lastModified=2023-03-25 16:56:24.021271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.022233000, lastModified=2023-03-25 16:56:24.021271000, delta=962000 ns, racy<=10000 ns 16:56:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.022417000, lastModified=2023-03-25 16:56:24.021271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.022417000, lastModified=2023-03-25 16:56:24.021271000, delta=1146000 ns, racy<=10000 ns 16:56:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.022789000, lastModified=2023-03-25 16:56:24.021271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.021271000 to 2023-03-25 16:56:24.022271000 16:56:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.023034000, lastModified=2023-03-25 16:56:24.022271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.023034000, lastModified=2023-03-25 16:56:24.022271000, delta=763000 ns, racy<=10000 ns 16:56:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.023255000, lastModified=2023-03-25 16:56:24.022271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.023255000, lastModified=2023-03-25 16:56:24.022271000, delta=984000 ns, racy<=10000 ns 16:56:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.023564000, lastModified=2023-03-25 16:56:24.022271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.023564000, lastModified=2023-03-25 16:56:24.022271000, delta=1293000 ns, racy<=10000 ns 16:56:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.023755000, lastModified=2023-03-25 16:56:24.022271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.023755000, lastModified=2023-03-25 16:56:24.022271000, delta=1484000 ns, racy<=10000 ns 16:56:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.023955000, lastModified=2023-03-25 16:56:24.023271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.023955000, lastModified=2023-03-25 16:56:24.023271000, delta=684000 ns, racy<=10000 ns 16:56:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.024214000, lastModified=2023-03-25 16:56:24.023271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.024214000, lastModified=2023-03-25 16:56:24.023271000, delta=943000 ns, racy<=10000 ns 16:56:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.024468000, lastModified=2023-03-25 16:56:24.023271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.024468000, lastModified=2023-03-25 16:56:24.023271000, delta=1197000 ns, racy<=10000 ns 16:56:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.024653000, lastModified=2023-03-25 16:56:24.023271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.024653000, lastModified=2023-03-25 16:56:24.023271000, delta=1382000 ns, racy<=10000 ns 16:56:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.024839000, lastModified=2023-03-25 16:56:24.023271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.023271000 to 2023-03-25 16:56:24.024271000 16:56:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.025452000, lastModified=2023-03-25 16:56:24.024271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.025452000, lastModified=2023-03-25 16:56:24.024271000, delta=1181000 ns, racy<=10000 ns 16:56:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.025673000, lastModified=2023-03-25 16:56:24.024271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.025673000, lastModified=2023-03-25 16:56:24.024271000, delta=1402000 ns, racy<=10000 ns 16:56:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.025857000, lastModified=2023-03-25 16:56:24.024271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.024271000 to 2023-03-25 16:56:24.025271000 16:56:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.026195000, lastModified=2023-03-25 16:56:24.025271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.026195000, lastModified=2023-03-25 16:56:24.025271000, delta=924000 ns, racy<=10000 ns 16:56:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.026403000, lastModified=2023-03-25 16:56:24.025271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.026403000, lastModified=2023-03-25 16:56:24.025271000, delta=1132000 ns, racy<=10000 ns 16:56:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.026600000, lastModified=2023-03-25 16:56:24.025271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.026600000, lastModified=2023-03-25 16:56:24.025271000, delta=1329000 ns, racy<=10000 ns 16:56:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.026787000, lastModified=2023-03-25 16:56:24.025271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.026787000, lastModified=2023-03-25 16:56:24.025271000, delta=1516000 ns, racy<=10000 ns 16:56:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.026982000, lastModified=2023-03-25 16:56:24.026271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.026982000, lastModified=2023-03-25 16:56:24.026271000, delta=711000 ns, racy<=10000 ns 16:56:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.027174000, lastModified=2023-03-25 16:56:24.026271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.027174000, lastModified=2023-03-25 16:56:24.026271000, delta=903000 ns, racy<=10000 ns 16:56:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.027366000, lastModified=2023-03-25 16:56:24.026271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.027366000, lastModified=2023-03-25 16:56:24.026271000, delta=1095000 ns, racy<=10000 ns 16:56:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.027802000, lastModified=2023-03-25 16:56:24.026271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.026271000 to 2023-03-25 16:56:24.027271000 16:56:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.028065000, lastModified=2023-03-25 16:56:24.027271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.028065000, lastModified=2023-03-25 16:56:24.027271000, delta=794000 ns, racy<=10000 ns 16:56:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.028284000, lastModified=2023-03-25 16:56:24.027271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.028284000, lastModified=2023-03-25 16:56:24.027271000, delta=1013000 ns, racy<=10000 ns 16:56:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.028590000, lastModified=2023-03-25 16:56:24.027271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.028590000, lastModified=2023-03-25 16:56:24.027271000, delta=1319000 ns, racy<=10000 ns 16:56:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.028793000, lastModified=2023-03-25 16:56:24.027271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.027271000 to 2023-03-25 16:56:24.028271000 16:56:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.029026000, lastModified=2023-03-25 16:56:24.028271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.029026000, lastModified=2023-03-25 16:56:24.028271000, delta=755000 ns, racy<=10000 ns 16:56:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.029222000, lastModified=2023-03-25 16:56:24.028271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.029222000, lastModified=2023-03-25 16:56:24.028271000, delta=951000 ns, racy<=10000 ns 16:56:24.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.030045000, lastModified=2023-03-25 16:56:24.029271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.030045000, lastModified=2023-03-25 16:56:24.029271000, delta=774000 ns, racy<=10000 ns 16:56:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.030743000, lastModified=2023-03-25 16:56:24.029271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.029271000 to 2023-03-25 16:56:24.030271000 16:56:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.031385000, lastModified=2023-03-25 16:56:24.030271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.031385000, lastModified=2023-03-25 16:56:24.030271000, delta=1114000 ns, racy<=10000 ns 16:56:24.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.032967000, lastModified=2023-03-25 16:56:24.031271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.031271000 to 2023-03-25 16:56:24.032271000 16:56:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.033167000, lastModified=2023-03-25 16:56:24.032271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.033167000, lastModified=2023-03-25 16:56:24.032271000, delta=896000 ns, racy<=10000 ns 16:56:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.033356000, lastModified=2023-03-25 16:56:24.032271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.033356000, lastModified=2023-03-25 16:56:24.032271000, delta=1085000 ns, racy<=10000 ns 16:56:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.033655000, lastModified=2023-03-25 16:56:24.032271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.033655000, lastModified=2023-03-25 16:56:24.032271000, delta=1384000 ns, racy<=10000 ns 16:56:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.033841000, lastModified=2023-03-25 16:56:24.032271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.032271000 to 2023-03-25 16:56:24.033271000 16:56:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.034125000, lastModified=2023-03-25 16:56:24.033271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.034125000, lastModified=2023-03-25 16:56:24.033271000, delta=854000 ns, racy<=10000 ns 16:56:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.034383000, lastModified=2023-03-25 16:56:24.033271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.034383000, lastModified=2023-03-25 16:56:24.033271000, delta=1112000 ns, racy<=10000 ns 16:56:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.034641000, lastModified=2023-03-25 16:56:24.033271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.034641000, lastModified=2023-03-25 16:56:24.033271000, delta=1370000 ns, racy<=10000 ns 16:56:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.034890000, lastModified=2023-03-25 16:56:24.033271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.033271000 to 2023-03-25 16:56:24.034271000 16:56:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.035084000, lastModified=2023-03-25 16:56:24.034271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.035084000, lastModified=2023-03-25 16:56:24.034271000, delta=813000 ns, racy<=10000 ns 16:56:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.035555000, lastModified=2023-03-25 16:56:24.034271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.035555000, lastModified=2023-03-25 16:56:24.034271000, delta=1284000 ns, racy<=10000 ns 16:56:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.035813000, lastModified=2023-03-25 16:56:24.034271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.034271000 to 2023-03-25 16:56:24.035271000 16:56:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.036025000, lastModified=2023-03-25 16:56:24.035271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.036025000, lastModified=2023-03-25 16:56:24.035271000, delta=754000 ns, racy<=10000 ns 16:56:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.036317000, lastModified=2023-03-25 16:56:24.035271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.036317000, lastModified=2023-03-25 16:56:24.035271000, delta=1046000 ns, racy<=10000 ns 16:56:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.036575000, lastModified=2023-03-25 16:56:24.035271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.036575000, lastModified=2023-03-25 16:56:24.035271000, delta=1304000 ns, racy<=10000 ns 16:56:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.036833000, lastModified=2023-03-25 16:56:24.035271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.035271000 to 2023-03-25 16:56:24.036271000 16:56:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.037047000, lastModified=2023-03-25 16:56:24.036271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.037047000, lastModified=2023-03-25 16:56:24.036271000, delta=776000 ns, racy<=10000 ns 16:56:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.037269000, lastModified=2023-03-25 16:56:24.036271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.037269000, lastModified=2023-03-25 16:56:24.036271000, delta=998000 ns, racy<=10000 ns 16:56:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.037491000, lastModified=2023-03-25 16:56:24.036271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.037491000, lastModified=2023-03-25 16:56:24.036271000, delta=1220000 ns, racy<=10000 ns 16:56:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.037752000, lastModified=2023-03-25 16:56:24.036271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.037752000, lastModified=2023-03-25 16:56:24.036271000, delta=1481000 ns, racy<=10000 ns 16:56:24.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.038343000, lastModified=2023-03-25 16:56:24.037271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.038343000, lastModified=2023-03-25 16:56:24.037271000, delta=1072000 ns, racy<=10000 ns 16:56:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.038599000, lastModified=2023-03-25 16:56:24.037271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.038599000, lastModified=2023-03-25 16:56:24.037271000, delta=1328000 ns, racy<=10000 ns 16:56:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.038813000, lastModified=2023-03-25 16:56:24.037271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.037271000 to 2023-03-25 16:56:24.038271000 16:56:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.039138000, lastModified=2023-03-25 16:56:24.038271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.039138000, lastModified=2023-03-25 16:56:24.038271000, delta=867000 ns, racy<=10000 ns 16:56:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.039335000, lastModified=2023-03-25 16:56:24.038271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.039335000, lastModified=2023-03-25 16:56:24.038271000, delta=1064000 ns, racy<=10000 ns 16:56:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.039523000, lastModified=2023-03-25 16:56:24.038271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.039523000, lastModified=2023-03-25 16:56:24.038271000, delta=1252000 ns, racy<=10000 ns 16:56:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.039706000, lastModified=2023-03-25 16:56:24.038271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.039706000, lastModified=2023-03-25 16:56:24.038271000, delta=1435000 ns, racy<=10000 ns 16:56:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.039927000, lastModified=2023-03-25 16:56:24.039271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.039927000, lastModified=2023-03-25 16:56:24.039271000, delta=656000 ns, racy<=10000 ns 16:56:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.040121000, lastModified=2023-03-25 16:56:24.039271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.040121000, lastModified=2023-03-25 16:56:24.039271000, delta=850000 ns, racy<=10000 ns 16:56:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.040309000, lastModified=2023-03-25 16:56:24.039271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.040309000, lastModified=2023-03-25 16:56:24.039271000, delta=1038000 ns, racy<=10000 ns 16:56:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.040758000, lastModified=2023-03-25 16:56:24.039271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.040758000, lastModified=2023-03-25 16:56:24.039271000, delta=1487000 ns, racy<=10000 ns 16:56:24.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.041025000, lastModified=2023-03-25 16:56:24.040271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.041025000, lastModified=2023-03-25 16:56:24.040271000, delta=754000 ns, racy<=10000 ns 16:56:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.041247000, lastModified=2023-03-25 16:56:24.040271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.041247000, lastModified=2023-03-25 16:56:24.040271000, delta=976000 ns, racy<=10000 ns 16:56:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.041533000, lastModified=2023-03-25 16:56:24.040271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.041533000, lastModified=2023-03-25 16:56:24.040271000, delta=1262000 ns, racy<=10000 ns 16:56:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.041796000, lastModified=2023-03-25 16:56:24.040271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.040271000 to 2023-03-25 16:56:24.041271000 16:56:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.042044000, lastModified=2023-03-25 16:56:24.041271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.042044000, lastModified=2023-03-25 16:56:24.041271000, delta=773000 ns, racy<=10000 ns 16:56:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.042236000, lastModified=2023-03-25 16:56:24.041271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.042236000, lastModified=2023-03-25 16:56:24.041271000, delta=965000 ns, racy<=10000 ns 16:56:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.042420000, lastModified=2023-03-25 16:56:24.041271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.042420000, lastModified=2023-03-25 16:56:24.041271000, delta=1149000 ns, racy<=10000 ns 16:56:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.042613000, lastModified=2023-03-25 16:56:24.041271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.042613000, lastModified=2023-03-25 16:56:24.041271000, delta=1342000 ns, racy<=10000 ns 16:56:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.042797000, lastModified=2023-03-25 16:56:24.041271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.041271000 to 2023-03-25 16:56:24.042271000 16:56:24.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.043316000, lastModified=2023-03-25 16:56:24.042271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.043316000, lastModified=2023-03-25 16:56:24.042271000, delta=1045000 ns, racy<=10000 ns 16:56:24.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.043575000, lastModified=2023-03-25 16:56:24.042271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.043575000, lastModified=2023-03-25 16:56:24.042271000, delta=1304000 ns, racy<=10000 ns 16:56:24.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.043796000, lastModified=2023-03-25 16:56:24.042271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.042271000 to 2023-03-25 16:56:24.043271000 16:56:24.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.044116000, lastModified=2023-03-25 16:56:24.043271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.044116000, lastModified=2023-03-25 16:56:24.043271000, delta=845000 ns, racy<=10000 ns 16:56:24.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.044312000, lastModified=2023-03-25 16:56:24.043271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.044312000, lastModified=2023-03-25 16:56:24.043271000, delta=1041000 ns, racy<=10000 ns 16:56:24.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.044497000, lastModified=2023-03-25 16:56:24.043271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.044497000, lastModified=2023-03-25 16:56:24.043271000, delta=1226000 ns, racy<=10000 ns 16:56:24.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.044680000, lastModified=2023-03-25 16:56:24.043271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.044680000, lastModified=2023-03-25 16:56:24.043271000, delta=1409000 ns, racy<=10000 ns 16:56:24.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.044891000, lastModified=2023-03-25 16:56:24.043271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.043271000 to 2023-03-25 16:56:24.044271000 16:56:24.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.045104000, lastModified=2023-03-25 16:56:24.044271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.045104000, lastModified=2023-03-25 16:56:24.044271000, delta=833000 ns, racy<=10000 ns 16:56:24.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.045285000, lastModified=2023-03-25 16:56:24.044271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.045285000, lastModified=2023-03-25 16:56:24.044271000, delta=1014000 ns, racy<=10000 ns 16:56:24.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.045781000, lastModified=2023-03-25 16:56:24.044271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.045781000, lastModified=2023-03-25 16:56:24.044271000, delta=1510000 ns, racy<=10000 ns 16:56:24.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.045994000, lastModified=2023-03-25 16:56:24.045271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.045994000, lastModified=2023-03-25 16:56:24.045271000, delta=723000 ns, racy<=10000 ns 16:56:24.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.046175000, lastModified=2023-03-25 16:56:24.045271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.046175000, lastModified=2023-03-25 16:56:24.045271000, delta=904000 ns, racy<=10000 ns 16:56:24.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.046503000, lastModified=2023-03-25 16:56:24.045271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.046503000, lastModified=2023-03-25 16:56:24.045271000, delta=1232000 ns, racy<=10000 ns 16:56:24.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.046711000, lastModified=2023-03-25 16:56:24.045271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.046711000, lastModified=2023-03-25 16:56:24.045271000, delta=1440000 ns, racy<=10000 ns 16:56:24.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.046897000, lastModified=2023-03-25 16:56:24.046271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.046897000, lastModified=2023-03-25 16:56:24.046271000, delta=626000 ns, racy<=10000 ns 16:56:24.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.047081000, lastModified=2023-03-25 16:56:24.046271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.047081000, lastModified=2023-03-25 16:56:24.046271000, delta=810000 ns, racy<=10000 ns 16:56:24.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.047252000, lastModified=2023-03-25 16:56:24.046271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.047252000, lastModified=2023-03-25 16:56:24.046271000, delta=981000 ns, racy<=10000 ns 16:56:24.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.047459000, lastModified=2023-03-25 16:56:24.046271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.047459000, lastModified=2023-03-25 16:56:24.046271000, delta=1188000 ns, racy<=10000 ns 16:56:24.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.047630000, lastModified=2023-03-25 16:56:24.046271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.047630000, lastModified=2023-03-25 16:56:24.046271000, delta=1359000 ns, racy<=10000 ns 16:56:24.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.048249000, lastModified=2023-03-25 16:56:24.046271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.046271000 to 2023-03-25 16:56:24.047271000 16:56:24.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.048526000, lastModified=2023-03-25 16:56:24.047271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.048526000, lastModified=2023-03-25 16:56:24.047271000, delta=1255000 ns, racy<=10000 ns 16:56:24.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.048717000, lastModified=2023-03-25 16:56:24.047271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.048717000, lastModified=2023-03-25 16:56:24.047271000, delta=1446000 ns, racy<=10000 ns 16:56:24.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.049013000, lastModified=2023-03-25 16:56:24.048271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.049013000, lastModified=2023-03-25 16:56:24.048271000, delta=742000 ns, racy<=10000 ns 16:56:24.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.049211000, lastModified=2023-03-25 16:56:24.048271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.049211000, lastModified=2023-03-25 16:56:24.048271000, delta=940000 ns, racy<=10000 ns 16:56:24.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.049410000, lastModified=2023-03-25 16:56:24.048271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.049410000, lastModified=2023-03-25 16:56:24.048271000, delta=1139000 ns, racy<=10000 ns 16:56:24.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.049620000, lastModified=2023-03-25 16:56:24.048271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.049620000, lastModified=2023-03-25 16:56:24.048271000, delta=1349000 ns, racy<=10000 ns 16:56:24.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.049834000, lastModified=2023-03-25 16:56:24.048271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.048271000 to 2023-03-25 16:56:24.049271000 16:56:24.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.050024000, lastModified=2023-03-25 16:56:24.049271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.050024000, lastModified=2023-03-25 16:56:24.049271000, delta=753000 ns, racy<=10000 ns 16:56:24.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.050203000, lastModified=2023-03-25 16:56:24.049271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.050203000, lastModified=2023-03-25 16:56:24.049271000, delta=932000 ns, racy<=10000 ns 16:56:24.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.050708000, lastModified=2023-03-25 16:56:24.049271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.050708000, lastModified=2023-03-25 16:56:24.049271000, delta=1437000 ns, racy<=10000 ns 16:56:24.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.050901000, lastModified=2023-03-25 16:56:24.049271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.049271000 to 2023-03-25 16:56:24.050271000 16:56:24.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.051088000, lastModified=2023-03-25 16:56:24.050271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.051088000, lastModified=2023-03-25 16:56:24.050271000, delta=817000 ns, racy<=10000 ns 16:56:24.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.051407000, lastModified=2023-03-25 16:56:24.050271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.051407000, lastModified=2023-03-25 16:56:24.050271000, delta=1136000 ns, racy<=10000 ns 16:56:24.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.051616000, lastModified=2023-03-25 16:56:24.050271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.051616000, lastModified=2023-03-25 16:56:24.050271000, delta=1345000 ns, racy<=10000 ns 16:56:24.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.051826000, lastModified=2023-03-25 16:56:24.050271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.050271000 to 2023-03-25 16:56:24.051271000 16:56:24.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.052038000, lastModified=2023-03-25 16:56:24.051271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.052038000, lastModified=2023-03-25 16:56:24.051271000, delta=767000 ns, racy<=10000 ns 16:56:24.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.052251000, lastModified=2023-03-25 16:56:24.051271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.052251000, lastModified=2023-03-25 16:56:24.051271000, delta=980000 ns, racy<=10000 ns 16:56:24.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.052453000, lastModified=2023-03-25 16:56:24.051271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.052453000, lastModified=2023-03-25 16:56:24.051271000, delta=1182000 ns, racy<=10000 ns 16:56:24.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.052625000, lastModified=2023-03-25 16:56:24.051271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.052625000, lastModified=2023-03-25 16:56:24.051271000, delta=1354000 ns, racy<=10000 ns 16:56:24.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.053186000, lastModified=2023-03-25 16:56:24.051271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.051271000 to 2023-03-25 16:56:24.052271000 16:56:24.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.053473000, lastModified=2023-03-25 16:56:24.052271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.053473000, lastModified=2023-03-25 16:56:24.052271000, delta=1202000 ns, racy<=10000 ns 16:56:24.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.053750000, lastModified=2023-03-25 16:56:24.052271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.053750000, lastModified=2023-03-25 16:56:24.052271000, delta=1479000 ns, racy<=10000 ns 16:56:24.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.054090000, lastModified=2023-03-25 16:56:24.053271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.054090000, lastModified=2023-03-25 16:56:24.053271000, delta=819000 ns, racy<=10000 ns 16:56:24.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.054349000, lastModified=2023-03-25 16:56:24.053271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.054349000, lastModified=2023-03-25 16:56:24.053271000, delta=1078000 ns, racy<=10000 ns 16:56:24.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.054544000, lastModified=2023-03-25 16:56:24.053271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.054544000, lastModified=2023-03-25 16:56:24.053271000, delta=1273000 ns, racy<=10000 ns 16:56:24.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.054724000, lastModified=2023-03-25 16:56:24.053271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.054724000, lastModified=2023-03-25 16:56:24.053271000, delta=1453000 ns, racy<=10000 ns 16:56:24.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.054918000, lastModified=2023-03-25 16:56:24.054271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.054918000, lastModified=2023-03-25 16:56:24.054271000, delta=647000 ns, racy<=10000 ns 16:56:24.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.055149000, lastModified=2023-03-25 16:56:24.054271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.055149000, lastModified=2023-03-25 16:56:24.054271000, delta=878000 ns, racy<=10000 ns 16:56:24.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.055347000, lastModified=2023-03-25 16:56:24.054271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.055347000, lastModified=2023-03-25 16:56:24.054271000, delta=1076000 ns, racy<=10000 ns 16:56:24.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.055725000, lastModified=2023-03-25 16:56:24.054271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.055725000, lastModified=2023-03-25 16:56:24.054271000, delta=1454000 ns, racy<=10000 ns 16:56:24.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.055922000, lastModified=2023-03-25 16:56:24.055271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.055922000, lastModified=2023-03-25 16:56:24.055271000, delta=651000 ns, racy<=10000 ns 16:56:24.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.056198000, lastModified=2023-03-25 16:56:24.055271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.056198000, lastModified=2023-03-25 16:56:24.055271000, delta=927000 ns, racy<=10000 ns 16:56:24.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.056577000, lastModified=2023-03-25 16:56:24.055271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.056577000, lastModified=2023-03-25 16:56:24.055271000, delta=1306000 ns, racy<=10000 ns 16:56:24.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.056814000, lastModified=2023-03-25 16:56:24.055271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.055271000 to 2023-03-25 16:56:24.056271000 16:56:24.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.057028000, lastModified=2023-03-25 16:56:24.056271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.057028000, lastModified=2023-03-25 16:56:24.056271000, delta=757000 ns, racy<=10000 ns 16:56:24.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.057255000, lastModified=2023-03-25 16:56:24.056271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.057255000, lastModified=2023-03-25 16:56:24.056271000, delta=984000 ns, racy<=10000 ns 16:56:24.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.057435000, lastModified=2023-03-25 16:56:24.056271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.057435000, lastModified=2023-03-25 16:56:24.056271000, delta=1164000 ns, racy<=10000 ns 16:56:24.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.057610000, lastModified=2023-03-25 16:56:24.056271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.057610000, lastModified=2023-03-25 16:56:24.056271000, delta=1339000 ns, racy<=10000 ns 16:56:24.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.057787000, lastModified=2023-03-25 16:56:24.056271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.057787000, lastModified=2023-03-25 16:56:24.056271000, delta=1516000 ns, racy<=10000 ns 16:56:24.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.058214000, lastModified=2023-03-25 16:56:24.057271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.058214000, lastModified=2023-03-25 16:56:24.057271000, delta=943000 ns, racy<=10000 ns 16:56:24.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.058437000, lastModified=2023-03-25 16:56:24.057271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.058437000, lastModified=2023-03-25 16:56:24.057271000, delta=1166000 ns, racy<=10000 ns 16:56:24.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.058616000, lastModified=2023-03-25 16:56:24.057271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.058616000, lastModified=2023-03-25 16:56:24.057271000, delta=1345000 ns, racy<=10000 ns 16:56:24.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.058935000, lastModified=2023-03-25 16:56:24.058271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.058935000, lastModified=2023-03-25 16:56:24.058271000, delta=664000 ns, racy<=10000 ns 16:56:24.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.059214000, lastModified=2023-03-25 16:56:24.058271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.059214000, lastModified=2023-03-25 16:56:24.058271000, delta=943000 ns, racy<=10000 ns 16:56:24.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.059392000, lastModified=2023-03-25 16:56:24.058271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.059392000, lastModified=2023-03-25 16:56:24.058271000, delta=1121000 ns, racy<=10000 ns 16:56:24.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.059565000, lastModified=2023-03-25 16:56:24.058271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.059565000, lastModified=2023-03-25 16:56:24.058271000, delta=1294000 ns, racy<=10000 ns 16:56:24.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.059735000, lastModified=2023-03-25 16:56:24.058271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.059735000, lastModified=2023-03-25 16:56:24.058271000, delta=1464000 ns, racy<=10000 ns 16:56:24.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.059918000, lastModified=2023-03-25 16:56:24.059271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.059918000, lastModified=2023-03-25 16:56:24.059271000, delta=647000 ns, racy<=10000 ns 16:56:24.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.060104000, lastModified=2023-03-25 16:56:24.059271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.060104000, lastModified=2023-03-25 16:56:24.059271000, delta=833000 ns, racy<=10000 ns 16:56:24.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.060500000, lastModified=2023-03-25 16:56:24.059271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.060500000, lastModified=2023-03-25 16:56:24.059271000, delta=1229000 ns, racy<=10000 ns 16:56:24.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.060731000, lastModified=2023-03-25 16:56:24.059271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.060731000, lastModified=2023-03-25 16:56:24.059271000, delta=1460000 ns, racy<=10000 ns 16:56:24.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.060972000, lastModified=2023-03-25 16:56:24.060271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.060972000, lastModified=2023-03-25 16:56:24.060271000, delta=701000 ns, racy<=10000 ns 16:56:24.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.061287000, lastModified=2023-03-25 16:56:24.060271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.061287000, lastModified=2023-03-25 16:56:24.060271000, delta=1016000 ns, racy<=10000 ns 16:56:24.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.061506000, lastModified=2023-03-25 16:56:24.060271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.061506000, lastModified=2023-03-25 16:56:24.060271000, delta=1235000 ns, racy<=10000 ns 16:56:24.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.061776000, lastModified=2023-03-25 16:56:24.060271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.061776000, lastModified=2023-03-25 16:56:24.060271000, delta=1505000 ns, racy<=10000 ns 16:56:24.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.062032000, lastModified=2023-03-25 16:56:24.061271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.062032000, lastModified=2023-03-25 16:56:24.061271000, delta=761000 ns, racy<=10000 ns 16:56:24.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.062237000, lastModified=2023-03-25 16:56:24.061271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.062237000, lastModified=2023-03-25 16:56:24.061271000, delta=966000 ns, racy<=10000 ns 16:56:24.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.062421000, lastModified=2023-03-25 16:56:24.061271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.062421000, lastModified=2023-03-25 16:56:24.061271000, delta=1150000 ns, racy<=10000 ns 16:56:24.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.062626000, lastModified=2023-03-25 16:56:24.061271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.062626000, lastModified=2023-03-25 16:56:24.061271000, delta=1355000 ns, racy<=10000 ns 16:56:24.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.063025000, lastModified=2023-03-25 16:56:24.061271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.061271000 to 2023-03-25 16:56:24.062271000 16:56:24.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.063204000, lastModified=2023-03-25 16:56:24.062271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.063204000, lastModified=2023-03-25 16:56:24.062271000, delta=933000 ns, racy<=10000 ns 16:56:24.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.063404000, lastModified=2023-03-25 16:56:24.062271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.063404000, lastModified=2023-03-25 16:56:24.062271000, delta=1133000 ns, racy<=10000 ns 16:56:24.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.063573000, lastModified=2023-03-25 16:56:24.062271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.063573000, lastModified=2023-03-25 16:56:24.062271000, delta=1302000 ns, racy<=10000 ns 16:56:24.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.063745000, lastModified=2023-03-25 16:56:24.062271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.063745000, lastModified=2023-03-25 16:56:24.062271000, delta=1474000 ns, racy<=10000 ns 16:56:24.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.063936000, lastModified=2023-03-25 16:56:24.063271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.063936000, lastModified=2023-03-25 16:56:24.063271000, delta=665000 ns, racy<=10000 ns 16:56:24.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.064234000, lastModified=2023-03-25 16:56:24.063271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.064234000, lastModified=2023-03-25 16:56:24.063271000, delta=963000 ns, racy<=10000 ns 16:56:24.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.064510000, lastModified=2023-03-25 16:56:24.063271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.064510000, lastModified=2023-03-25 16:56:24.063271000, delta=1239000 ns, racy<=10000 ns 16:56:24.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.064680000, lastModified=2023-03-25 16:56:24.063271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.064680000, lastModified=2023-03-25 16:56:24.063271000, delta=1409000 ns, racy<=10000 ns 16:56:24.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.064849000, lastModified=2023-03-25 16:56:24.063271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.063271000 to 2023-03-25 16:56:24.064271000 16:56:24.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.065536000, lastModified=2023-03-25 16:56:24.064271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.065536000, lastModified=2023-03-25 16:56:24.064271000, delta=1265000 ns, racy<=10000 ns 16:56:24.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.065796000, lastModified=2023-03-25 16:56:24.064271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.064271000 to 2023-03-25 16:56:24.065271000 16:56:24.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.066033000, lastModified=2023-03-25 16:56:24.065271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.066033000, lastModified=2023-03-25 16:56:24.065271000, delta=762000 ns, racy<=10000 ns 16:56:24.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.066345000, lastModified=2023-03-25 16:56:24.065271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.066345000, lastModified=2023-03-25 16:56:24.065271000, delta=1074000 ns, racy<=10000 ns 16:56:24.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.066614000, lastModified=2023-03-25 16:56:24.065271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.066614000, lastModified=2023-03-25 16:56:24.065271000, delta=1343000 ns, racy<=10000 ns 16:56:24.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.113718000, lastModified=2023-03-25 16:56:24.065271000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.065271000 to 2023-03-25 16:56:24.113272000 16:56:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.114266000, lastModified=2023-03-25 16:56:24.113272000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.114266000, lastModified=2023-03-25 16:56:24.113272000, delta=994000 ns, racy<=10000 ns 16:56:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.114572000, lastModified=2023-03-25 16:56:24.113272000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.114572000, lastModified=2023-03-25 16:56:24.113272000, delta=1300000 ns, racy<=10000 ns 16:56:24.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.117342000, lastModified=2023-03-25 16:56:24.116272000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.117342000, lastModified=2023-03-25 16:56:24.116272000, delta=1070000 ns, racy<=10000 ns 16:56:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.117655000, lastModified=2023-03-25 16:56:24.116272000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.117655000, lastModified=2023-03-25 16:56:24.116272000, delta=1383000 ns, racy<=10000 ns 16:56:24.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.118227000, lastModified=2023-03-25 16:56:24.116272000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.116272000 to 2023-03-25 16:56:24.117272000 16:56:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.118493000, lastModified=2023-03-25 16:56:24.117272000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.118493000, lastModified=2023-03-25 16:56:24.117272000, delta=1221000 ns, racy<=10000 ns 16:56:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.118685000, lastModified=2023-03-25 16:56:24.117272000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.118685000, lastModified=2023-03-25 16:56:24.117272000, delta=1413000 ns, racy<=10000 ns 16:56:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.118873000, lastModified=2023-03-25 16:56:24.117272000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.117272000 to 2023-03-25 16:56:24.118273000 16:56:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.119092000, lastModified=2023-03-25 16:56:24.118273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.119092000, lastModified=2023-03-25 16:56:24.118273000, delta=819000 ns, racy<=10000 ns 16:56:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.119273000, lastModified=2023-03-25 16:56:24.118273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.119273000, lastModified=2023-03-25 16:56:24.118273000, delta=1000000 ns, racy<=10000 ns 16:56:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.119449000, lastModified=2023-03-25 16:56:24.118273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.119449000, lastModified=2023-03-25 16:56:24.118273000, delta=1176000 ns, racy<=10000 ns 16:56:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.119627000, lastModified=2023-03-25 16:56:24.118273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.119627000, lastModified=2023-03-25 16:56:24.118273000, delta=1354000 ns, racy<=10000 ns 16:56:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.119803000, lastModified=2023-03-25 16:56:24.118273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.118273000 to 2023-03-25 16:56:24.119273000 16:56:24.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.119989000, lastModified=2023-03-25 16:56:24.119273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.119989000, lastModified=2023-03-25 16:56:24.119273000, delta=716000 ns, racy<=10000 ns 16:56:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.120452000, lastModified=2023-03-25 16:56:24.119273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.120452000, lastModified=2023-03-25 16:56:24.119273000, delta=1179000 ns, racy<=10000 ns 16:56:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.120716000, lastModified=2023-03-25 16:56:24.119273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.120716000, lastModified=2023-03-25 16:56:24.119273000, delta=1443000 ns, racy<=10000 ns 16:56:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.120920000, lastModified=2023-03-25 16:56:24.120273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.120920000, lastModified=2023-03-25 16:56:24.120273000, delta=647000 ns, racy<=10000 ns 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.121112000, lastModified=2023-03-25 16:56:24.120273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.121112000, lastModified=2023-03-25 16:56:24.120273000, delta=839000 ns, racy<=10000 ns 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.121290000, lastModified=2023-03-25 16:56:24.120273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.121290000, lastModified=2023-03-25 16:56:24.120273000, delta=1017000 ns, racy<=10000 ns 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.121465000, lastModified=2023-03-25 16:56:24.120273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.121465000, lastModified=2023-03-25 16:56:24.120273000, delta=1192000 ns, racy<=10000 ns 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.121637000, lastModified=2023-03-25 16:56:24.120273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.121637000, lastModified=2023-03-25 16:56:24.120273000, delta=1364000 ns, racy<=10000 ns 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.121811000, lastModified=2023-03-25 16:56:24.120273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.120273000 to 2023-03-25 16:56:24.121273000 16:56:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.121995000, lastModified=2023-03-25 16:56:24.121273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.121995000, lastModified=2023-03-25 16:56:24.121273000, delta=722000 ns, racy<=10000 ns 16:56:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.122178000, lastModified=2023-03-25 16:56:24.121273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.122178000, lastModified=2023-03-25 16:56:24.121273000, delta=905000 ns, racy<=10000 ns 16:56:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.122651000, lastModified=2023-03-25 16:56:24.121273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.122651000, lastModified=2023-03-25 16:56:24.121273000, delta=1378000 ns, racy<=10000 ns 16:56:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.122894000, lastModified=2023-03-25 16:56:24.121273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.121273000 to 2023-03-25 16:56:24.122273000 16:56:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.123162000, lastModified=2023-03-25 16:56:24.122273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.123162000, lastModified=2023-03-25 16:56:24.122273000, delta=889000 ns, racy<=10000 ns 16:56:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.123340000, lastModified=2023-03-25 16:56:24.122273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.123340000, lastModified=2023-03-25 16:56:24.122273000, delta=1067000 ns, racy<=10000 ns 16:56:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.123517000, lastModified=2023-03-25 16:56:24.122273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.123517000, lastModified=2023-03-25 16:56:24.122273000, delta=1244000 ns, racy<=10000 ns 16:56:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.123689000, lastModified=2023-03-25 16:56:24.122273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.123689000, lastModified=2023-03-25 16:56:24.122273000, delta=1416000 ns, racy<=10000 ns 16:56:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.123878000, lastModified=2023-03-25 16:56:24.122273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.122273000 to 2023-03-25 16:56:24.123273000 16:56:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.124066000, lastModified=2023-03-25 16:56:24.123273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.124066000, lastModified=2023-03-25 16:56:24.123273000, delta=793000 ns, racy<=10000 ns 16:56:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.124254000, lastModified=2023-03-25 16:56:24.123273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.124254000, lastModified=2023-03-25 16:56:24.123273000, delta=981000 ns, racy<=10000 ns 16:56:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.124435000, lastModified=2023-03-25 16:56:24.123273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.124435000, lastModified=2023-03-25 16:56:24.123273000, delta=1162000 ns, racy<=10000 ns 16:56:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.124804000, lastModified=2023-03-25 16:56:24.123273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.123273000 to 2023-03-25 16:56:24.124273000 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.125003000, lastModified=2023-03-25 16:56:24.124273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.125003000, lastModified=2023-03-25 16:56:24.124273000, delta=730000 ns, racy<=10000 ns 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.125189000, lastModified=2023-03-25 16:56:24.124273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.125189000, lastModified=2023-03-25 16:56:24.124273000, delta=916000 ns, racy<=10000 ns 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.125362000, lastModified=2023-03-25 16:56:24.124273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.125362000, lastModified=2023-03-25 16:56:24.124273000, delta=1089000 ns, racy<=10000 ns 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.125534000, lastModified=2023-03-25 16:56:24.124273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.125534000, lastModified=2023-03-25 16:56:24.124273000, delta=1261000 ns, racy<=10000 ns 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.125707000, lastModified=2023-03-25 16:56:24.124273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.125707000, lastModified=2023-03-25 16:56:24.124273000, delta=1434000 ns, racy<=10000 ns 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.125889000, lastModified=2023-03-25 16:56:24.124273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.124273000 to 2023-03-25 16:56:24.125273000 16:56:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.126076000, lastModified=2023-03-25 16:56:24.125273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.126076000, lastModified=2023-03-25 16:56:24.125273000, delta=803000 ns, racy<=10000 ns 16:56:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.126256000, lastModified=2023-03-25 16:56:24.125273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.126256000, lastModified=2023-03-25 16:56:24.125273000, delta=983000 ns, racy<=10000 ns 16:56:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.126430000, lastModified=2023-03-25 16:56:24.125273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.126430000, lastModified=2023-03-25 16:56:24.125273000, delta=1157000 ns, racy<=10000 ns 16:56:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.126789000, lastModified=2023-03-25 16:56:24.125273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.125273000 to 2023-03-25 16:56:24.126273000 16:56:24.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.126987000, lastModified=2023-03-25 16:56:24.126273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.126987000, lastModified=2023-03-25 16:56:24.126273000, delta=714000 ns, racy<=10000 ns 16:56:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.127172000, lastModified=2023-03-25 16:56:24.126273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.127172000, lastModified=2023-03-25 16:56:24.126273000, delta=899000 ns, racy<=10000 ns 16:56:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.127347000, lastModified=2023-03-25 16:56:24.126273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.127347000, lastModified=2023-03-25 16:56:24.126273000, delta=1074000 ns, racy<=10000 ns 16:56:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.127520000, lastModified=2023-03-25 16:56:24.126273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.127520000, lastModified=2023-03-25 16:56:24.126273000, delta=1247000 ns, racy<=10000 ns 16:56:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.127694000, lastModified=2023-03-25 16:56:24.126273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.127694000, lastModified=2023-03-25 16:56:24.126273000, delta=1421000 ns, racy<=10000 ns 16:56:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.127886000, lastModified=2023-03-25 16:56:24.126273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.126273000 to 2023-03-25 16:56:24.127273000 16:56:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.128114000, lastModified=2023-03-25 16:56:24.127273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.128114000, lastModified=2023-03-25 16:56:24.127273000, delta=841000 ns, racy<=10000 ns 16:56:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.128305000, lastModified=2023-03-25 16:56:24.127273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.128305000, lastModified=2023-03-25 16:56:24.127273000, delta=1032000 ns, racy<=10000 ns 16:56:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.128476000, lastModified=2023-03-25 16:56:24.127273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.128476000, lastModified=2023-03-25 16:56:24.127273000, delta=1203000 ns, racy<=10000 ns 16:56:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.128856000, lastModified=2023-03-25 16:56:24.127273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.127273000 to 2023-03-25 16:56:24.128273000 16:56:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.129131000, lastModified=2023-03-25 16:56:24.128273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.129131000, lastModified=2023-03-25 16:56:24.128273000, delta=858000 ns, racy<=10000 ns 16:56:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.129386000, lastModified=2023-03-25 16:56:24.128273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.129386000, lastModified=2023-03-25 16:56:24.128273000, delta=1113000 ns, racy<=10000 ns 16:56:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.129633000, lastModified=2023-03-25 16:56:24.128273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.129633000, lastModified=2023-03-25 16:56:24.128273000, delta=1360000 ns, racy<=10000 ns 16:56:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.129889000, lastModified=2023-03-25 16:56:24.128273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.128273000 to 2023-03-25 16:56:24.129273000 16:56:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.130134000, lastModified=2023-03-25 16:56:24.129273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.130134000, lastModified=2023-03-25 16:56:24.129273000, delta=861000 ns, racy<=10000 ns 16:56:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.130385000, lastModified=2023-03-25 16:56:24.129273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.130385000, lastModified=2023-03-25 16:56:24.129273000, delta=1112000 ns, racy<=10000 ns 16:56:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.130632000, lastModified=2023-03-25 16:56:24.129273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.130632000, lastModified=2023-03-25 16:56:24.129273000, delta=1359000 ns, racy<=10000 ns 16:56:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.130890000, lastModified=2023-03-25 16:56:24.129273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.129273000 to 2023-03-25 16:56:24.130273000 16:56:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.131138000, lastModified=2023-03-25 16:56:24.130273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.131138000, lastModified=2023-03-25 16:56:24.130273000, delta=865000 ns, racy<=10000 ns 16:56:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.131639000, lastModified=2023-03-25 16:56:24.130273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.131639000, lastModified=2023-03-25 16:56:24.130273000, delta=1366000 ns, racy<=10000 ns 16:56:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.131857000, lastModified=2023-03-25 16:56:24.130273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.130273000 to 2023-03-25 16:56:24.131273000 16:56:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.132065000, lastModified=2023-03-25 16:56:24.131273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.132065000, lastModified=2023-03-25 16:56:24.131273000, delta=792000 ns, racy<=10000 ns 16:56:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.132313000, lastModified=2023-03-25 16:56:24.131273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.132313000, lastModified=2023-03-25 16:56:24.131273000, delta=1040000 ns, racy<=10000 ns 16:56:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.132501000, lastModified=2023-03-25 16:56:24.131273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.132501000, lastModified=2023-03-25 16:56:24.131273000, delta=1228000 ns, racy<=10000 ns 16:56:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.132678000, lastModified=2023-03-25 16:56:24.131273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.132678000, lastModified=2023-03-25 16:56:24.131273000, delta=1405000 ns, racy<=10000 ns 16:56:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.132871000, lastModified=2023-03-25 16:56:24.131273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.131273000 to 2023-03-25 16:56:24.132273000 16:56:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.133050000, lastModified=2023-03-25 16:56:24.132273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.133050000, lastModified=2023-03-25 16:56:24.132273000, delta=777000 ns, racy<=10000 ns 16:56:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.133230000, lastModified=2023-03-25 16:56:24.132273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.133230000, lastModified=2023-03-25 16:56:24.132273000, delta=957000 ns, racy<=10000 ns 16:56:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.133405000, lastModified=2023-03-25 16:56:24.132273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.133405000, lastModified=2023-03-25 16:56:24.132273000, delta=1132000 ns, racy<=10000 ns 16:56:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.133777000, lastModified=2023-03-25 16:56:24.132273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.133777000, lastModified=2023-03-25 16:56:24.132273000, delta=1504000 ns, racy<=10000 ns 16:56:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.133972000, lastModified=2023-03-25 16:56:24.133273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.133972000, lastModified=2023-03-25 16:56:24.133273000, delta=699000 ns, racy<=10000 ns 16:56:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.134162000, lastModified=2023-03-25 16:56:24.133273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.134162000, lastModified=2023-03-25 16:56:24.133273000, delta=889000 ns, racy<=10000 ns 16:56:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.134334000, lastModified=2023-03-25 16:56:24.133273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.134334000, lastModified=2023-03-25 16:56:24.133273000, delta=1061000 ns, racy<=10000 ns 16:56:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.134507000, lastModified=2023-03-25 16:56:24.133273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.134507000, lastModified=2023-03-25 16:56:24.133273000, delta=1234000 ns, racy<=10000 ns 16:56:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.134719000, lastModified=2023-03-25 16:56:24.133273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.134719000, lastModified=2023-03-25 16:56:24.133273000, delta=1446000 ns, racy<=10000 ns 16:56:24.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.135014000, lastModified=2023-03-25 16:56:24.134273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.135014000, lastModified=2023-03-25 16:56:24.134273000, delta=741000 ns, racy<=10000 ns 16:56:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.135215000, lastModified=2023-03-25 16:56:24.134273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.135215000, lastModified=2023-03-25 16:56:24.134273000, delta=942000 ns, racy<=10000 ns 16:56:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.135392000, lastModified=2023-03-25 16:56:24.134273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.135392000, lastModified=2023-03-25 16:56:24.134273000, delta=1119000 ns, racy<=10000 ns 16:56:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.135567000, lastModified=2023-03-25 16:56:24.134273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.135567000, lastModified=2023-03-25 16:56:24.134273000, delta=1294000 ns, racy<=10000 ns 16:56:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.135941000, lastModified=2023-03-25 16:56:24.134273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.134273000 to 2023-03-25 16:56:24.135273000 16:56:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.136129000, lastModified=2023-03-25 16:56:24.135273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.136129000, lastModified=2023-03-25 16:56:24.135273000, delta=856000 ns, racy<=10000 ns 16:56:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.136305000, lastModified=2023-03-25 16:56:24.135273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.136305000, lastModified=2023-03-25 16:56:24.135273000, delta=1032000 ns, racy<=10000 ns 16:56:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.136479000, lastModified=2023-03-25 16:56:24.135273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.136479000, lastModified=2023-03-25 16:56:24.135273000, delta=1206000 ns, racy<=10000 ns 16:56:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.136655000, lastModified=2023-03-25 16:56:24.135273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.136655000, lastModified=2023-03-25 16:56:24.135273000, delta=1382000 ns, racy<=10000 ns 16:56:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.136828000, lastModified=2023-03-25 16:56:24.135273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.135273000 to 2023-03-25 16:56:24.136273000 16:56:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.137013000, lastModified=2023-03-25 16:56:24.136273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.137013000, lastModified=2023-03-25 16:56:24.136273000, delta=740000 ns, racy<=10000 ns 16:56:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.137195000, lastModified=2023-03-25 16:56:24.136273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.137195000, lastModified=2023-03-25 16:56:24.136273000, delta=922000 ns, racy<=10000 ns 16:56:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.137370000, lastModified=2023-03-25 16:56:24.136273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.137370000, lastModified=2023-03-25 16:56:24.136273000, delta=1097000 ns, racy<=10000 ns 16:56:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.137545000, lastModified=2023-03-25 16:56:24.136273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.137545000, lastModified=2023-03-25 16:56:24.136273000, delta=1272000 ns, racy<=10000 ns 16:56:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.137906000, lastModified=2023-03-25 16:56:24.136273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.136273000 to 2023-03-25 16:56:24.137273000 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.138092000, lastModified=2023-03-25 16:56:24.137273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.138092000, lastModified=2023-03-25 16:56:24.137273000, delta=819000 ns, racy<=10000 ns 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.138262000, lastModified=2023-03-25 16:56:24.137273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.138262000, lastModified=2023-03-25 16:56:24.137273000, delta=989000 ns, racy<=10000 ns 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.138441000, lastModified=2023-03-25 16:56:24.137273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.138441000, lastModified=2023-03-25 16:56:24.137273000, delta=1168000 ns, racy<=10000 ns 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.138615000, lastModified=2023-03-25 16:56:24.137273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.138615000, lastModified=2023-03-25 16:56:24.137273000, delta=1342000 ns, racy<=10000 ns 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.138784000, lastModified=2023-03-25 16:56:24.137273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.138784000, lastModified=2023-03-25 16:56:24.137273000, delta=1511000 ns, racy<=10000 ns 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.138983000, lastModified=2023-03-25 16:56:24.138273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.138983000, lastModified=2023-03-25 16:56:24.138273000, delta=710000 ns, racy<=10000 ns 16:56:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.139173000, lastModified=2023-03-25 16:56:24.138273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.139173000, lastModified=2023-03-25 16:56:24.138273000, delta=900000 ns, racy<=10000 ns 16:56:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.139480000, lastModified=2023-03-25 16:56:24.138273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.139480000, lastModified=2023-03-25 16:56:24.138273000, delta=1207000 ns, racy<=10000 ns 16:56:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.139657000, lastModified=2023-03-25 16:56:24.138273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.139657000, lastModified=2023-03-25 16:56:24.138273000, delta=1384000 ns, racy<=10000 ns 16:56:24.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.140111000, lastModified=2023-03-25 16:56:24.138273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.138273000 to 2023-03-25 16:56:24.139273000 16:56:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.140365000, lastModified=2023-03-25 16:56:24.139273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.140365000, lastModified=2023-03-25 16:56:24.139273000, delta=1092000 ns, racy<=10000 ns 16:56:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.140589000, lastModified=2023-03-25 16:56:24.139273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.140589000, lastModified=2023-03-25 16:56:24.139273000, delta=1316000 ns, racy<=10000 ns 16:56:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.140822000, lastModified=2023-03-25 16:56:24.139273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.139273000 to 2023-03-25 16:56:24.140273000 16:56:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.141021000, lastModified=2023-03-25 16:56:24.140273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.141021000, lastModified=2023-03-25 16:56:24.140273000, delta=748000 ns, racy<=10000 ns 16:56:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.141201000, lastModified=2023-03-25 16:56:24.140273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.141201000, lastModified=2023-03-25 16:56:24.140273000, delta=928000 ns, racy<=10000 ns 16:56:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.141373000, lastModified=2023-03-25 16:56:24.140273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.141373000, lastModified=2023-03-25 16:56:24.140273000, delta=1100000 ns, racy<=10000 ns 16:56:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.141543000, lastModified=2023-03-25 16:56:24.140273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.141543000, lastModified=2023-03-25 16:56:24.140273000, delta=1270000 ns, racy<=10000 ns 16:56:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.141865000, lastModified=2023-03-25 16:56:24.140273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.140273000 to 2023-03-25 16:56:24.141273000 16:56:24.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.142059000, lastModified=2023-03-25 16:56:24.141273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.142059000, lastModified=2023-03-25 16:56:24.141273000, delta=786000 ns, racy<=10000 ns 16:56:24.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.142472000, lastModified=2023-03-25 16:56:24.141273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.142472000, lastModified=2023-03-25 16:56:24.141273000, delta=1199000 ns, racy<=10000 ns 16:56:24.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.142704000, lastModified=2023-03-25 16:56:24.141273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.142704000, lastModified=2023-03-25 16:56:24.141273000, delta=1431000 ns, racy<=10000 ns 16:56:24.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.142919000, lastModified=2023-03-25 16:56:24.142273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.142919000, lastModified=2023-03-25 16:56:24.142273000, delta=646000 ns, racy<=10000 ns 16:56:24.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.143112000, lastModified=2023-03-25 16:56:24.142273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.143112000, lastModified=2023-03-25 16:56:24.142273000, delta=839000 ns, racy<=10000 ns 16:56:24.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.143284000, lastModified=2023-03-25 16:56:24.142273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.143284000, lastModified=2023-03-25 16:56:24.142273000, delta=1011000 ns, racy<=10000 ns 16:56:24.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.143463000, lastModified=2023-03-25 16:56:24.142273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.143463000, lastModified=2023-03-25 16:56:24.142273000, delta=1190000 ns, racy<=10000 ns 16:56:24.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.143641000, lastModified=2023-03-25 16:56:24.142273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.143641000, lastModified=2023-03-25 16:56:24.142273000, delta=1368000 ns, racy<=10000 ns 16:56:24.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.143845000, lastModified=2023-03-25 16:56:24.142273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.142273000 to 2023-03-25 16:56:24.143273000 16:56:24.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.144171000, lastModified=2023-03-25 16:56:24.143273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.144171000, lastModified=2023-03-25 16:56:24.143273000, delta=898000 ns, racy<=10000 ns 16:56:24.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.144360000, lastModified=2023-03-25 16:56:24.143273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.144360000, lastModified=2023-03-25 16:56:24.143273000, delta=1087000 ns, racy<=10000 ns 16:56:24.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.144741000, lastModified=2023-03-25 16:56:24.143273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.144741000, lastModified=2023-03-25 16:56:24.143273000, delta=1468000 ns, racy<=10000 ns 16:56:24.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.145009000, lastModified=2023-03-25 16:56:24.144273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.145009000, lastModified=2023-03-25 16:56:24.144273000, delta=736000 ns, racy<=10000 ns 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.145240000, lastModified=2023-03-25 16:56:24.144273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.145240000, lastModified=2023-03-25 16:56:24.144273000, delta=967000 ns, racy<=10000 ns 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.145427000, lastModified=2023-03-25 16:56:24.144273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.145427000, lastModified=2023-03-25 16:56:24.144273000, delta=1154000 ns, racy<=10000 ns 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.145602000, lastModified=2023-03-25 16:56:24.144273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.145602000, lastModified=2023-03-25 16:56:24.144273000, delta=1329000 ns, racy<=10000 ns 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.145771000, lastModified=2023-03-25 16:56:24.144273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.145771000, lastModified=2023-03-25 16:56:24.144273000, delta=1498000 ns, racy<=10000 ns 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.145955000, lastModified=2023-03-25 16:56:24.145273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.145955000, lastModified=2023-03-25 16:56:24.145273000, delta=682000 ns, racy<=10000 ns 16:56:24.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.146145000, lastModified=2023-03-25 16:56:24.145273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.146145000, lastModified=2023-03-25 16:56:24.145273000, delta=872000 ns, racy<=10000 ns 16:56:24.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.146442000, lastModified=2023-03-25 16:56:24.145273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.146442000, lastModified=2023-03-25 16:56:24.145273000, delta=1169000 ns, racy<=10000 ns 16:56:24.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.146628000, lastModified=2023-03-25 16:56:24.145273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.146628000, lastModified=2023-03-25 16:56:24.145273000, delta=1355000 ns, racy<=10000 ns 16:56:24.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.146971000, lastModified=2023-03-25 16:56:24.145273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.145273000 to 2023-03-25 16:56:24.146273000 16:56:24.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.147192000, lastModified=2023-03-25 16:56:24.146273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.147192000, lastModified=2023-03-25 16:56:24.146273000, delta=919000 ns, racy<=10000 ns 16:56:24.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.147369000, lastModified=2023-03-25 16:56:24.146273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.147369000, lastModified=2023-03-25 16:56:24.146273000, delta=1096000 ns, racy<=10000 ns 16:56:24.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.147571000, lastModified=2023-03-25 16:56:24.146273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.147571000, lastModified=2023-03-25 16:56:24.146273000, delta=1298000 ns, racy<=10000 ns 16:56:24.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.147814000, lastModified=2023-03-25 16:56:24.146273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.146273000 to 2023-03-25 16:56:24.147273000 16:56:24.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.148050000, lastModified=2023-03-25 16:56:24.147273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.148050000, lastModified=2023-03-25 16:56:24.147273000, delta=777000 ns, racy<=10000 ns 16:56:24.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.148300000, lastModified=2023-03-25 16:56:24.147273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.148300000, lastModified=2023-03-25 16:56:24.147273000, delta=1027000 ns, racy<=10000 ns 16:56:24.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.148496000, lastModified=2023-03-25 16:56:24.147273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.148496000, lastModified=2023-03-25 16:56:24.147273000, delta=1223000 ns, racy<=10000 ns 16:56:24.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.148778000, lastModified=2023-03-25 16:56:24.147273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.148778000, lastModified=2023-03-25 16:56:24.147273000, delta=1505000 ns, racy<=10000 ns 16:56:24.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.148992000, lastModified=2023-03-25 16:56:24.148273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.148992000, lastModified=2023-03-25 16:56:24.148273000, delta=719000 ns, racy<=10000 ns 16:56:24.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.149371000, lastModified=2023-03-25 16:56:24.148273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.149371000, lastModified=2023-03-25 16:56:24.148273000, delta=1098000 ns, racy<=10000 ns 16:56:24.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.149564000, lastModified=2023-03-25 16:56:24.148273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.149564000, lastModified=2023-03-25 16:56:24.148273000, delta=1291000 ns, racy<=10000 ns 16:56:24.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.149759000, lastModified=2023-03-25 16:56:24.148273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.149759000, lastModified=2023-03-25 16:56:24.148273000, delta=1486000 ns, racy<=10000 ns 16:56:24.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.149973000, lastModified=2023-03-25 16:56:24.149273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.149973000, lastModified=2023-03-25 16:56:24.149273000, delta=700000 ns, racy<=10000 ns 16:56:24.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.150162000, lastModified=2023-03-25 16:56:24.149273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.150162000, lastModified=2023-03-25 16:56:24.149273000, delta=889000 ns, racy<=10000 ns 16:56:24.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.150335000, lastModified=2023-03-25 16:56:24.149273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.150335000, lastModified=2023-03-25 16:56:24.149273000, delta=1062000 ns, racy<=10000 ns 16:56:24.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.150510000, lastModified=2023-03-25 16:56:24.149273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.150510000, lastModified=2023-03-25 16:56:24.149273000, delta=1237000 ns, racy<=10000 ns 16:56:24.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.150681000, lastModified=2023-03-25 16:56:24.149273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.150681000, lastModified=2023-03-25 16:56:24.149273000, delta=1408000 ns, racy<=10000 ns 16:56:24.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.150976000, lastModified=2023-03-25 16:56:24.150273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.150976000, lastModified=2023-03-25 16:56:24.150273000, delta=703000 ns, racy<=10000 ns 16:56:24.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.151179000, lastModified=2023-03-25 16:56:24.150273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.151179000, lastModified=2023-03-25 16:56:24.150273000, delta=906000 ns, racy<=10000 ns 16:56:24.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.151549000, lastModified=2023-03-25 16:56:24.150273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.151549000, lastModified=2023-03-25 16:56:24.150273000, delta=1276000 ns, racy<=10000 ns 16:56:24.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.151836000, lastModified=2023-03-25 16:56:24.150273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.150273000 to 2023-03-25 16:56:24.151273000 16:56:24.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.152106000, lastModified=2023-03-25 16:56:24.151273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.152106000, lastModified=2023-03-25 16:56:24.151273000, delta=833000 ns, racy<=10000 ns 16:56:24.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.152377000, lastModified=2023-03-25 16:56:24.151273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.152377000, lastModified=2023-03-25 16:56:24.151273000, delta=1104000 ns, racy<=10000 ns 16:56:24.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.152696000, lastModified=2023-03-25 16:56:24.151273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.152696000, lastModified=2023-03-25 16:56:24.151273000, delta=1423000 ns, racy<=10000 ns 16:56:24.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.152946000, lastModified=2023-03-25 16:56:24.152273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.152946000, lastModified=2023-03-25 16:56:24.152273000, delta=673000 ns, racy<=10000 ns 16:56:24.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.153199000, lastModified=2023-03-25 16:56:24.152273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.153199000, lastModified=2023-03-25 16:56:24.152273000, delta=926000 ns, racy<=10000 ns 16:56:24.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.153458000, lastModified=2023-03-25 16:56:24.152273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.153458000, lastModified=2023-03-25 16:56:24.152273000, delta=1185000 ns, racy<=10000 ns 16:56:24.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.153783000, lastModified=2023-03-25 16:56:24.152273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.152273000 to 2023-03-25 16:56:24.153273000 16:56:24.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.154029000, lastModified=2023-03-25 16:56:24.153273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.154029000, lastModified=2023-03-25 16:56:24.153273000, delta=756000 ns, racy<=10000 ns 16:56:24.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.154531000, lastModified=2023-03-25 16:56:24.153273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.154531000, lastModified=2023-03-25 16:56:24.153273000, delta=1258000 ns, racy<=10000 ns 16:56:24.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.154822000, lastModified=2023-03-25 16:56:24.153273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.153273000 to 2023-03-25 16:56:24.154273000 16:56:24.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.155089000, lastModified=2023-03-25 16:56:24.154273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.155089000, lastModified=2023-03-25 16:56:24.154273000, delta=816000 ns, racy<=10000 ns 16:56:24.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.155332000, lastModified=2023-03-25 16:56:24.154273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.155332000, lastModified=2023-03-25 16:56:24.154273000, delta=1059000 ns, racy<=10000 ns 16:56:24.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.155511000, lastModified=2023-03-25 16:56:24.154273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.155511000, lastModified=2023-03-25 16:56:24.154273000, delta=1238000 ns, racy<=10000 ns 16:56:24.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.155697000, lastModified=2023-03-25 16:56:24.154273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.155697000, lastModified=2023-03-25 16:56:24.154273000, delta=1424000 ns, racy<=10000 ns 16:56:24.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.155902000, lastModified=2023-03-25 16:56:24.154273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.154273000 to 2023-03-25 16:56:24.155273000 16:56:24.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.156100000, lastModified=2023-03-25 16:56:24.155273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.156100000, lastModified=2023-03-25 16:56:24.155273000, delta=827000 ns, racy<=10000 ns 16:56:24.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.156384000, lastModified=2023-03-25 16:56:24.155273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.156384000, lastModified=2023-03-25 16:56:24.155273000, delta=1111000 ns, racy<=10000 ns 16:56:24.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.156564000, lastModified=2023-03-25 16:56:24.155273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.156564000, lastModified=2023-03-25 16:56:24.155273000, delta=1291000 ns, racy<=10000 ns 16:56:24.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.156950000, lastModified=2023-03-25 16:56:24.155273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.155273000 to 2023-03-25 16:56:24.156273000 16:56:24.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.157205000, lastModified=2023-03-25 16:56:24.156273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.157205000, lastModified=2023-03-25 16:56:24.156273000, delta=932000 ns, racy<=10000 ns 16:56:24.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.157427000, lastModified=2023-03-25 16:56:24.156273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.157427000, lastModified=2023-03-25 16:56:24.156273000, delta=1154000 ns, racy<=10000 ns 16:56:24.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.157600000, lastModified=2023-03-25 16:56:24.156273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.157600000, lastModified=2023-03-25 16:56:24.156273000, delta=1327000 ns, racy<=10000 ns 16:56:24.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.157775000, lastModified=2023-03-25 16:56:24.156273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.157775000, lastModified=2023-03-25 16:56:24.156273000, delta=1502000 ns, racy<=10000 ns 16:56:24.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.157960000, lastModified=2023-03-25 16:56:24.157273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.157960000, lastModified=2023-03-25 16:56:24.157273000, delta=687000 ns, racy<=10000 ns 16:56:24.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.158137000, lastModified=2023-03-25 16:56:24.157273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.158137000, lastModified=2023-03-25 16:56:24.157273000, delta=864000 ns, racy<=10000 ns 16:56:24.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.158306000, lastModified=2023-03-25 16:56:24.157273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.158306000, lastModified=2023-03-25 16:56:24.157273000, delta=1033000 ns, racy<=10000 ns 16:56:24.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.158585000, lastModified=2023-03-25 16:56:24.157273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.158585000, lastModified=2023-03-25 16:56:24.157273000, delta=1312000 ns, racy<=10000 ns 16:56:24.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.158761000, lastModified=2023-03-25 16:56:24.157273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.158761000, lastModified=2023-03-25 16:56:24.157273000, delta=1488000 ns, racy<=10000 ns 16:56:24.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.159437000, lastModified=2023-03-25 16:56:24.158273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.159437000, lastModified=2023-03-25 16:56:24.158273000, delta=1164000 ns, racy<=10000 ns 16:56:24.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.159637000, lastModified=2023-03-25 16:56:24.158273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.159637000, lastModified=2023-03-25 16:56:24.158273000, delta=1364000 ns, racy<=10000 ns 16:56:24.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.159811000, lastModified=2023-03-25 16:56:24.158273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.158273000 to 2023-03-25 16:56:24.159273000 16:56:24.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.159992000, lastModified=2023-03-25 16:56:24.159273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.159992000, lastModified=2023-03-25 16:56:24.159273000, delta=719000 ns, racy<=10000 ns 16:56:24.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.160184000, lastModified=2023-03-25 16:56:24.159273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.160184000, lastModified=2023-03-25 16:56:24.159273000, delta=911000 ns, racy<=10000 ns 16:56:24.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.160357000, lastModified=2023-03-25 16:56:24.159273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.160357000, lastModified=2023-03-25 16:56:24.159273000, delta=1084000 ns, racy<=10000 ns 16:56:24.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.160530000, lastModified=2023-03-25 16:56:24.159273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.160530000, lastModified=2023-03-25 16:56:24.159273000, delta=1257000 ns, racy<=10000 ns 16:56:24.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.160703000, lastModified=2023-03-25 16:56:24.159273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.159273000 to 2023-03-25 16:56:24.160273000 16:56:24.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.160999000, lastModified=2023-03-25 16:56:24.160273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.160999000, lastModified=2023-03-25 16:56:24.160273000, delta=726000 ns, racy<=10000 ns 16:56:24.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.161178000, lastModified=2023-03-25 16:56:24.160273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.161178000, lastModified=2023-03-25 16:56:24.160273000, delta=905000 ns, racy<=10000 ns 16:56:24.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.161495000, lastModified=2023-03-25 16:56:24.160273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.161495000, lastModified=2023-03-25 16:56:24.160273000, delta=1222000 ns, racy<=10000 ns 16:56:24.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.161665000, lastModified=2023-03-25 16:56:24.160273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.161665000, lastModified=2023-03-25 16:56:24.160273000, delta=1392000 ns, racy<=10000 ns 16:56:24.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.161833000, lastModified=2023-03-25 16:56:24.160273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.160273000 to 2023-03-25 16:56:24.161273000 16:56:24.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.162058000, lastModified=2023-03-25 16:56:24.161273000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.162058000, lastModified=2023-03-25 16:56:24.161273000, delta=785000 ns, racy<=10000 ns 16:56:24.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.214005000, lastModified=2023-03-25 16:56:24.213274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.213274000 to 2023-03-25 16:56:24.218274000 16:56:24.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.219146000, lastModified=2023-03-25 16:56:24.218274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.219146000, lastModified=2023-03-25 16:56:24.218274000, delta=872000 ns, racy<=10000 ns 16:56:24.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.219345000, lastModified=2023-03-25 16:56:24.218274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.219345000, lastModified=2023-03-25 16:56:24.218274000, delta=1071000 ns, racy<=10000 ns 16:56:24.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.219520000, lastModified=2023-03-25 16:56:24.218274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.219520000, lastModified=2023-03-25 16:56:24.218274000, delta=1246000 ns, racy<=10000 ns 16:56:24.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.219812000, lastModified=2023-03-25 16:56:24.218274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.218274000 to 2023-03-25 16:56:24.219274000 16:56:24.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.220020000, lastModified=2023-03-25 16:56:24.219274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.220020000, lastModified=2023-03-25 16:56:24.219274000, delta=746000 ns, racy<=10000 ns 16:56:24.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.220434000, lastModified=2023-03-25 16:56:24.219274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.220434000, lastModified=2023-03-25 16:56:24.219274000, delta=1160000 ns, racy<=10000 ns 16:56:24.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.220636000, lastModified=2023-03-25 16:56:24.219274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.220636000, lastModified=2023-03-25 16:56:24.219274000, delta=1362000 ns, racy<=10000 ns 16:56:24.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.220818000, lastModified=2023-03-25 16:56:24.219274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.219274000 to 2023-03-25 16:56:24.220274000 16:56:24.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.221010000, lastModified=2023-03-25 16:56:24.220274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.221010000, lastModified=2023-03-25 16:56:24.220274000, delta=736000 ns, racy<=10000 ns 16:56:24.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.221207000, lastModified=2023-03-25 16:56:24.220274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.221207000, lastModified=2023-03-25 16:56:24.220274000, delta=933000 ns, racy<=10000 ns 16:56:24.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.221389000, lastModified=2023-03-25 16:56:24.220274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.221389000, lastModified=2023-03-25 16:56:24.220274000, delta=1115000 ns, racy<=10000 ns 16:56:24.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.221582000, lastModified=2023-03-25 16:56:24.220274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.221582000, lastModified=2023-03-25 16:56:24.220274000, delta=1308000 ns, racy<=10000 ns 16:56:24.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.221755000, lastModified=2023-03-25 16:56:24.220274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.220274000 to 2023-03-25 16:56:24.221274000 16:56:24.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.222045000, lastModified=2023-03-25 16:56:24.221274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.222045000, lastModified=2023-03-25 16:56:24.221274000, delta=771000 ns, racy<=10000 ns 16:56:24.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.222243000, lastModified=2023-03-25 16:56:24.221274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.222243000, lastModified=2023-03-25 16:56:24.221274000, delta=969000 ns, racy<=10000 ns 16:56:24.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.222607000, lastModified=2023-03-25 16:56:24.221274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.222607000, lastModified=2023-03-25 16:56:24.221274000, delta=1333000 ns, racy<=10000 ns 16:56:24.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.222793000, lastModified=2023-03-25 16:56:24.221274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.221274000 to 2023-03-25 16:56:24.222274000 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.222998000, lastModified=2023-03-25 16:56:24.222274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.222998000, lastModified=2023-03-25 16:56:24.222274000, delta=724000 ns, racy<=10000 ns 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.223180000, lastModified=2023-03-25 16:56:24.222274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.223180000, lastModified=2023-03-25 16:56:24.222274000, delta=906000 ns, racy<=10000 ns 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.223365000, lastModified=2023-03-25 16:56:24.222274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.223365000, lastModified=2023-03-25 16:56:24.222274000, delta=1091000 ns, racy<=10000 ns 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.223538000, lastModified=2023-03-25 16:56:24.222274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.223538000, lastModified=2023-03-25 16:56:24.222274000, delta=1264000 ns, racy<=10000 ns 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.223715000, lastModified=2023-03-25 16:56:24.222274000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.223715000, lastModified=2023-03-25 16:56:24.222274000, delta=1441000 ns, racy<=10000 ns 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.223910000, lastModified=2023-03-25 16:56:24.223275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.223910000, lastModified=2023-03-25 16:56:24.223275000, delta=635000 ns, racy<=10000 ns 16:56:24.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.224267000, lastModified=2023-03-25 16:56:24.223275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.224267000, lastModified=2023-03-25 16:56:24.223275000, delta=992000 ns, racy<=10000 ns 16:56:24.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.224469000, lastModified=2023-03-25 16:56:24.223275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.224469000, lastModified=2023-03-25 16:56:24.223275000, delta=1194000 ns, racy<=10000 ns 16:56:24.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.224852000, lastModified=2023-03-25 16:56:24.223275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.223275000 to 2023-03-25 16:56:24.224275000 16:56:24.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.225069000, lastModified=2023-03-25 16:56:24.224275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.225069000, lastModified=2023-03-25 16:56:24.224275000, delta=794000 ns, racy<=10000 ns 16:56:24.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.225282000, lastModified=2023-03-25 16:56:24.224275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.225282000, lastModified=2023-03-25 16:56:24.224275000, delta=1007000 ns, racy<=10000 ns 16:56:24.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.225481000, lastModified=2023-03-25 16:56:24.224275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.225481000, lastModified=2023-03-25 16:56:24.224275000, delta=1206000 ns, racy<=10000 ns 16:56:24.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.225681000, lastModified=2023-03-25 16:56:24.224275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.225681000, lastModified=2023-03-25 16:56:24.224275000, delta=1406000 ns, racy<=10000 ns 16:56:24.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.225883000, lastModified=2023-03-25 16:56:24.224275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.224275000 to 2023-03-25 16:56:24.225275000 16:56:24.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.226076000, lastModified=2023-03-25 16:56:24.225275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.226076000, lastModified=2023-03-25 16:56:24.225275000, delta=801000 ns, racy<=10000 ns 16:56:24.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.226268000, lastModified=2023-03-25 16:56:24.225275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.226268000, lastModified=2023-03-25 16:56:24.225275000, delta=993000 ns, racy<=10000 ns 16:56:24.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.226567000, lastModified=2023-03-25 16:56:24.225275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.226567000, lastModified=2023-03-25 16:56:24.225275000, delta=1292000 ns, racy<=10000 ns 16:56:24.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.226755000, lastModified=2023-03-25 16:56:24.225275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.226755000, lastModified=2023-03-25 16:56:24.225275000, delta=1480000 ns, racy<=10000 ns 16:56:24.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.227124000, lastModified=2023-03-25 16:56:24.226275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.227124000, lastModified=2023-03-25 16:56:24.226275000, delta=849000 ns, racy<=10000 ns 16:56:24.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.227338000, lastModified=2023-03-25 16:56:24.226275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.227338000, lastModified=2023-03-25 16:56:24.226275000, delta=1063000 ns, racy<=10000 ns 16:56:24.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.227527000, lastModified=2023-03-25 16:56:24.226275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.227527000, lastModified=2023-03-25 16:56:24.226275000, delta=1252000 ns, racy<=10000 ns 16:56:24.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.227716000, lastModified=2023-03-25 16:56:24.226275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.227716000, lastModified=2023-03-25 16:56:24.226275000, delta=1441000 ns, racy<=10000 ns 16:56:24.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.227931000, lastModified=2023-03-25 16:56:24.227275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.227931000, lastModified=2023-03-25 16:56:24.227275000, delta=656000 ns, racy<=10000 ns 16:56:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.228124000, lastModified=2023-03-25 16:56:24.227275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.228124000, lastModified=2023-03-25 16:56:24.227275000, delta=849000 ns, racy<=10000 ns 16:56:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.228306000, lastModified=2023-03-25 16:56:24.227275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.228306000, lastModified=2023-03-25 16:56:24.227275000, delta=1031000 ns, racy<=10000 ns 16:56:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.228507000, lastModified=2023-03-25 16:56:24.227275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.228507000, lastModified=2023-03-25 16:56:24.227275000, delta=1232000 ns, racy<=10000 ns 16:56:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.228806000, lastModified=2023-03-25 16:56:24.227275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.227275000 to 2023-03-25 16:56:24.228275000 16:56:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.228999000, lastModified=2023-03-25 16:56:24.228275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.228999000, lastModified=2023-03-25 16:56:24.228275000, delta=724000 ns, racy<=10000 ns 16:56:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.229387000, lastModified=2023-03-25 16:56:24.228275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.229387000, lastModified=2023-03-25 16:56:24.228275000, delta=1112000 ns, racy<=10000 ns 16:56:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.229652000, lastModified=2023-03-25 16:56:24.228275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.229652000, lastModified=2023-03-25 16:56:24.228275000, delta=1377000 ns, racy<=10000 ns 16:56:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.229918000, lastModified=2023-03-25 16:56:24.229275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.229918000, lastModified=2023-03-25 16:56:24.229275000, delta=643000 ns, racy<=10000 ns 16:56:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.230124000, lastModified=2023-03-25 16:56:24.229275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.230124000, lastModified=2023-03-25 16:56:24.229275000, delta=849000 ns, racy<=10000 ns 16:56:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.230315000, lastModified=2023-03-25 16:56:24.229275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.230315000, lastModified=2023-03-25 16:56:24.229275000, delta=1040000 ns, racy<=10000 ns 16:56:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.230515000, lastModified=2023-03-25 16:56:24.229275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.230515000, lastModified=2023-03-25 16:56:24.229275000, delta=1240000 ns, racy<=10000 ns 16:56:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.230706000, lastModified=2023-03-25 16:56:24.229275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.230706000, lastModified=2023-03-25 16:56:24.229275000, delta=1431000 ns, racy<=10000 ns 16:56:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.230909000, lastModified=2023-03-25 16:56:24.230275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.230909000, lastModified=2023-03-25 16:56:24.230275000, delta=634000 ns, racy<=10000 ns 16:56:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.231104000, lastModified=2023-03-25 16:56:24.230275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.231104000, lastModified=2023-03-25 16:56:24.230275000, delta=829000 ns, racy<=10000 ns 16:56:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.231292000, lastModified=2023-03-25 16:56:24.230275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.231292000, lastModified=2023-03-25 16:56:24.230275000, delta=1017000 ns, racy<=10000 ns 16:56:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.231653000, lastModified=2023-03-25 16:56:24.230275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.231653000, lastModified=2023-03-25 16:56:24.230275000, delta=1378000 ns, racy<=10000 ns 16:56:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.231849000, lastModified=2023-03-25 16:56:24.230275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.230275000 to 2023-03-25 16:56:24.231275000 16:56:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.232059000, lastModified=2023-03-25 16:56:24.231275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.232059000, lastModified=2023-03-25 16:56:24.231275000, delta=784000 ns, racy<=10000 ns 16:56:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.232298000, lastModified=2023-03-25 16:56:24.231275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.232298000, lastModified=2023-03-25 16:56:24.231275000, delta=1023000 ns, racy<=10000 ns 16:56:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.232496000, lastModified=2023-03-25 16:56:24.231275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.232496000, lastModified=2023-03-25 16:56:24.231275000, delta=1221000 ns, racy<=10000 ns 16:56:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.232686000, lastModified=2023-03-25 16:56:24.231275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.232686000, lastModified=2023-03-25 16:56:24.231275000, delta=1411000 ns, racy<=10000 ns 16:56:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.232884000, lastModified=2023-03-25 16:56:24.231275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.231275000 to 2023-03-25 16:56:24.232275000 16:56:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.233066000, lastModified=2023-03-25 16:56:24.232275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.233066000, lastModified=2023-03-25 16:56:24.232275000, delta=791000 ns, racy<=10000 ns 16:56:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.233258000, lastModified=2023-03-25 16:56:24.232275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.233258000, lastModified=2023-03-25 16:56:24.232275000, delta=983000 ns, racy<=10000 ns 16:56:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.233452000, lastModified=2023-03-25 16:56:24.232275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.233452000, lastModified=2023-03-25 16:56:24.232275000, delta=1177000 ns, racy<=10000 ns 16:56:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.233842000, lastModified=2023-03-25 16:56:24.232275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.232275000 to 2023-03-25 16:56:24.233275000 16:56:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.234285000, lastModified=2023-03-25 16:56:24.233275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.234285000, lastModified=2023-03-25 16:56:24.233275000, delta=1010000 ns, racy<=10000 ns 16:56:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.234493000, lastModified=2023-03-25 16:56:24.233275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.234493000, lastModified=2023-03-25 16:56:24.233275000, delta=1218000 ns, racy<=10000 ns 16:56:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.234695000, lastModified=2023-03-25 16:56:24.233275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.234695000, lastModified=2023-03-25 16:56:24.233275000, delta=1420000 ns, racy<=10000 ns 16:56:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.234895000, lastModified=2023-03-25 16:56:24.233275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.233275000 to 2023-03-25 16:56:24.234275000 16:56:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.235086000, lastModified=2023-03-25 16:56:24.234275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.235086000, lastModified=2023-03-25 16:56:24.234275000, delta=811000 ns, racy<=10000 ns 16:56:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.235276000, lastModified=2023-03-25 16:56:24.234275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.235276000, lastModified=2023-03-25 16:56:24.234275000, delta=1001000 ns, racy<=10000 ns 16:56:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.235467000, lastModified=2023-03-25 16:56:24.234275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.235467000, lastModified=2023-03-25 16:56:24.234275000, delta=1192000 ns, racy<=10000 ns 16:56:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.235655000, lastModified=2023-03-25 16:56:24.234275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.235655000, lastModified=2023-03-25 16:56:24.234275000, delta=1380000 ns, racy<=10000 ns 16:56:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.235847000, lastModified=2023-03-25 16:56:24.234275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.234275000 to 2023-03-25 16:56:24.235275000 16:56:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.236299000, lastModified=2023-03-25 16:56:24.235275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.236299000, lastModified=2023-03-25 16:56:24.235275000, delta=1024000 ns, racy<=10000 ns 16:56:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.236555000, lastModified=2023-03-25 16:56:24.235275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.236555000, lastModified=2023-03-25 16:56:24.235275000, delta=1280000 ns, racy<=10000 ns 16:56:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.236743000, lastModified=2023-03-25 16:56:24.235275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.236743000, lastModified=2023-03-25 16:56:24.235275000, delta=1468000 ns, racy<=10000 ns 16:56:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.236945000, lastModified=2023-03-25 16:56:24.236275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.236945000, lastModified=2023-03-25 16:56:24.236275000, delta=670000 ns, racy<=10000 ns 16:56:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.237144000, lastModified=2023-03-25 16:56:24.236275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.237144000, lastModified=2023-03-25 16:56:24.236275000, delta=869000 ns, racy<=10000 ns 16:56:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.237345000, lastModified=2023-03-25 16:56:24.236275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.237345000, lastModified=2023-03-25 16:56:24.236275000, delta=1070000 ns, racy<=10000 ns 16:56:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.237528000, lastModified=2023-03-25 16:56:24.236275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.237528000, lastModified=2023-03-25 16:56:24.236275000, delta=1253000 ns, racy<=10000 ns 16:56:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.237701000, lastModified=2023-03-25 16:56:24.236275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.237701000, lastModified=2023-03-25 16:56:24.236275000, delta=1426000 ns, racy<=10000 ns 16:56:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.237877000, lastModified=2023-03-25 16:56:24.236275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.236275000 to 2023-03-25 16:56:24.237275000 16:56:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.238082000, lastModified=2023-03-25 16:56:24.237275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.238082000, lastModified=2023-03-25 16:56:24.237275000, delta=807000 ns, racy<=10000 ns 16:56:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.238492000, lastModified=2023-03-25 16:56:24.237275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.238492000, lastModified=2023-03-25 16:56:24.237275000, delta=1217000 ns, racy<=10000 ns 16:56:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.238676000, lastModified=2023-03-25 16:56:24.237275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.238676000, lastModified=2023-03-25 16:56:24.237275000, delta=1401000 ns, racy<=10000 ns 16:56:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.238846000, lastModified=2023-03-25 16:56:24.237275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.237275000 to 2023-03-25 16:56:24.238275000 16:56:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.239066000, lastModified=2023-03-25 16:56:24.238275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.239066000, lastModified=2023-03-25 16:56:24.238275000, delta=791000 ns, racy<=10000 ns 16:56:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.239289000, lastModified=2023-03-25 16:56:24.238275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.239289000, lastModified=2023-03-25 16:56:24.238275000, delta=1014000 ns, racy<=10000 ns 16:56:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.239462000, lastModified=2023-03-25 16:56:24.238275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.239462000, lastModified=2023-03-25 16:56:24.238275000, delta=1187000 ns, racy<=10000 ns 16:56:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.239630000, lastModified=2023-03-25 16:56:24.238275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.239630000, lastModified=2023-03-25 16:56:24.238275000, delta=1355000 ns, racy<=10000 ns 16:56:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.239798000, lastModified=2023-03-25 16:56:24.238275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.238275000 to 2023-03-25 16:56:24.239275000 16:56:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.239995000, lastModified=2023-03-25 16:56:24.239275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.239995000, lastModified=2023-03-25 16:56:24.239275000, delta=720000 ns, racy<=10000 ns 16:56:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.240190000, lastModified=2023-03-25 16:56:24.239275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.240190000, lastModified=2023-03-25 16:56:24.239275000, delta=915000 ns, racy<=10000 ns 16:56:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.240583000, lastModified=2023-03-25 16:56:24.239275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.240583000, lastModified=2023-03-25 16:56:24.239275000, delta=1308000 ns, racy<=10000 ns 16:56:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.240777000, lastModified=2023-03-25 16:56:24.239275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.240777000, lastModified=2023-03-25 16:56:24.239275000, delta=1502000 ns, racy<=10000 ns 16:56:24.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.241012000, lastModified=2023-03-25 16:56:24.240275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.241012000, lastModified=2023-03-25 16:56:24.240275000, delta=737000 ns, racy<=10000 ns 16:56:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.241294000, lastModified=2023-03-25 16:56:24.240275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.241294000, lastModified=2023-03-25 16:56:24.240275000, delta=1019000 ns, racy<=10000 ns 16:56:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.241543000, lastModified=2023-03-25 16:56:24.240275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.241543000, lastModified=2023-03-25 16:56:24.240275000, delta=1268000 ns, racy<=10000 ns 16:56:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.241780000, lastModified=2023-03-25 16:56:24.240275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.240275000 to 2023-03-25 16:56:24.241275000 16:56:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.242060000, lastModified=2023-03-25 16:56:24.241275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.242060000, lastModified=2023-03-25 16:56:24.241275000, delta=785000 ns, racy<=10000 ns 16:56:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.242345000, lastModified=2023-03-25 16:56:24.241275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.242345000, lastModified=2023-03-25 16:56:24.241275000, delta=1070000 ns, racy<=10000 ns 16:56:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.242583000, lastModified=2023-03-25 16:56:24.241275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.242583000, lastModified=2023-03-25 16:56:24.241275000, delta=1308000 ns, racy<=10000 ns 16:56:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.242828000, lastModified=2023-03-25 16:56:24.241275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.241275000 to 2023-03-25 16:56:24.242275000 16:56:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.243321000, lastModified=2023-03-25 16:56:24.242275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.243321000, lastModified=2023-03-25 16:56:24.242275000, delta=1046000 ns, racy<=10000 ns 16:56:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.243610000, lastModified=2023-03-25 16:56:24.242275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.243610000, lastModified=2023-03-25 16:56:24.242275000, delta=1335000 ns, racy<=10000 ns 16:56:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.243846000, lastModified=2023-03-25 16:56:24.242275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.242275000 to 2023-03-25 16:56:24.243275000 16:56:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.244155000, lastModified=2023-03-25 16:56:24.243275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.244155000, lastModified=2023-03-25 16:56:24.243275000, delta=880000 ns, racy<=10000 ns 16:56:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.244362000, lastModified=2023-03-25 16:56:24.243275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.244362000, lastModified=2023-03-25 16:56:24.243275000, delta=1087000 ns, racy<=10000 ns 16:56:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.244558000, lastModified=2023-03-25 16:56:24.243275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.244558000, lastModified=2023-03-25 16:56:24.243275000, delta=1283000 ns, racy<=10000 ns 16:56:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.244752000, lastModified=2023-03-25 16:56:24.243275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.244752000, lastModified=2023-03-25 16:56:24.243275000, delta=1477000 ns, racy<=10000 ns 16:56:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.244944000, lastModified=2023-03-25 16:56:24.244275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.244944000, lastModified=2023-03-25 16:56:24.244275000, delta=669000 ns, racy<=10000 ns 16:56:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.245133000, lastModified=2023-03-25 16:56:24.244275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.245133000, lastModified=2023-03-25 16:56:24.244275000, delta=858000 ns, racy<=10000 ns 16:56:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.245336000, lastModified=2023-03-25 16:56:24.244275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.245336000, lastModified=2023-03-25 16:56:24.244275000, delta=1061000 ns, racy<=10000 ns 16:56:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.245746000, lastModified=2023-03-25 16:56:24.244275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.245746000, lastModified=2023-03-25 16:56:24.244275000, delta=1471000 ns, racy<=10000 ns 16:56:24.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.246048000, lastModified=2023-03-25 16:56:24.245275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.246048000, lastModified=2023-03-25 16:56:24.245275000, delta=773000 ns, racy<=10000 ns 16:56:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.246295000, lastModified=2023-03-25 16:56:24.245275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.246295000, lastModified=2023-03-25 16:56:24.245275000, delta=1020000 ns, racy<=10000 ns 16:56:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.246498000, lastModified=2023-03-25 16:56:24.245275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.246498000, lastModified=2023-03-25 16:56:24.245275000, delta=1223000 ns, racy<=10000 ns 16:56:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.246666000, lastModified=2023-03-25 16:56:24.245275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.246666000, lastModified=2023-03-25 16:56:24.245275000, delta=1391000 ns, racy<=10000 ns 16:56:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.246832000, lastModified=2023-03-25 16:56:24.245275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.245275000 to 2023-03-25 16:56:24.246275000 16:56:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.247032000, lastModified=2023-03-25 16:56:24.246275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.247032000, lastModified=2023-03-25 16:56:24.246275000, delta=757000 ns, racy<=10000 ns 16:56:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.247207000, lastModified=2023-03-25 16:56:24.246275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.247207000, lastModified=2023-03-25 16:56:24.246275000, delta=932000 ns, racy<=10000 ns 16:56:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.247379000, lastModified=2023-03-25 16:56:24.246275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.247379000, lastModified=2023-03-25 16:56:24.246275000, delta=1104000 ns, racy<=10000 ns 16:56:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.247549000, lastModified=2023-03-25 16:56:24.246275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.247549000, lastModified=2023-03-25 16:56:24.246275000, delta=1274000 ns, racy<=10000 ns 16:56:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.247899000, lastModified=2023-03-25 16:56:24.246275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.246275000 to 2023-03-25 16:56:24.247275000 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.248084000, lastModified=2023-03-25 16:56:24.247275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.248084000, lastModified=2023-03-25 16:56:24.247275000, delta=809000 ns, racy<=10000 ns 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.248263000, lastModified=2023-03-25 16:56:24.247275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.248263000, lastModified=2023-03-25 16:56:24.247275000, delta=988000 ns, racy<=10000 ns 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.248438000, lastModified=2023-03-25 16:56:24.247275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.248438000, lastModified=2023-03-25 16:56:24.247275000, delta=1163000 ns, racy<=10000 ns 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.248609000, lastModified=2023-03-25 16:56:24.247275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.248609000, lastModified=2023-03-25 16:56:24.247275000, delta=1334000 ns, racy<=10000 ns 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.248784000, lastModified=2023-03-25 16:56:24.247275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.248784000, lastModified=2023-03-25 16:56:24.247275000, delta=1509000 ns, racy<=10000 ns 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.248976000, lastModified=2023-03-25 16:56:24.248275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.248976000, lastModified=2023-03-25 16:56:24.248275000, delta=701000 ns, racy<=10000 ns 16:56:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.249152000, lastModified=2023-03-25 16:56:24.248275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.249152000, lastModified=2023-03-25 16:56:24.248275000, delta=877000 ns, racy<=10000 ns 16:56:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.249333000, lastModified=2023-03-25 16:56:24.248275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.249333000, lastModified=2023-03-25 16:56:24.248275000, delta=1058000 ns, racy<=10000 ns 16:56:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.249503000, lastModified=2023-03-25 16:56:24.248275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.249503000, lastModified=2023-03-25 16:56:24.248275000, delta=1228000 ns, racy<=10000 ns 16:56:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.249835000, lastModified=2023-03-25 16:56:24.248275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.248275000 to 2023-03-25 16:56:24.249275000 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.250062000, lastModified=2023-03-25 16:56:24.249275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.250062000, lastModified=2023-03-25 16:56:24.249275000, delta=787000 ns, racy<=10000 ns 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.250240000, lastModified=2023-03-25 16:56:24.249275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.250240000, lastModified=2023-03-25 16:56:24.249275000, delta=965000 ns, racy<=10000 ns 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.250415000, lastModified=2023-03-25 16:56:24.249275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.250415000, lastModified=2023-03-25 16:56:24.249275000, delta=1140000 ns, racy<=10000 ns 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.250583000, lastModified=2023-03-25 16:56:24.249275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.250583000, lastModified=2023-03-25 16:56:24.249275000, delta=1308000 ns, racy<=10000 ns 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.250754000, lastModified=2023-03-25 16:56:24.249275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.250754000, lastModified=2023-03-25 16:56:24.249275000, delta=1479000 ns, racy<=10000 ns 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.250972000, lastModified=2023-03-25 16:56:24.250275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.250972000, lastModified=2023-03-25 16:56:24.250275000, delta=697000 ns, racy<=10000 ns 16:56:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.251168000, lastModified=2023-03-25 16:56:24.250275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.251168000, lastModified=2023-03-25 16:56:24.250275000, delta=893000 ns, racy<=10000 ns 16:56:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.251345000, lastModified=2023-03-25 16:56:24.250275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.251345000, lastModified=2023-03-25 16:56:24.250275000, delta=1070000 ns, racy<=10000 ns 16:56:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.251516000, lastModified=2023-03-25 16:56:24.250275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.251516000, lastModified=2023-03-25 16:56:24.250275000, delta=1241000 ns, racy<=10000 ns 16:56:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.251857000, lastModified=2023-03-25 16:56:24.250275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.250275000 to 2023-03-25 16:56:24.262275000 16:56:24.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.263223000, lastModified=2023-03-25 16:56:24.262275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.263223000, lastModified=2023-03-25 16:56:24.262275000, delta=948000 ns, racy<=10000 ns 16:56:24.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.263472000, lastModified=2023-03-25 16:56:24.262275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.263472000, lastModified=2023-03-25 16:56:24.262275000, delta=1197000 ns, racy<=10000 ns 16:56:24.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.263698000, lastModified=2023-03-25 16:56:24.262275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.263698000, lastModified=2023-03-25 16:56:24.262275000, delta=1423000 ns, racy<=10000 ns 16:56:24.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.263908000, lastModified=2023-03-25 16:56:24.262275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.262275000 to 2023-03-25 16:56:24.263275000 16:56:24.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.264089000, lastModified=2023-03-25 16:56:24.263275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.264089000, lastModified=2023-03-25 16:56:24.263275000, delta=814000 ns, racy<=10000 ns 16:56:24.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.264262000, lastModified=2023-03-25 16:56:24.263275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.264262000, lastModified=2023-03-25 16:56:24.263275000, delta=987000 ns, racy<=10000 ns 16:56:24.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.264448000, lastModified=2023-03-25 16:56:24.263275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.264448000, lastModified=2023-03-25 16:56:24.263275000, delta=1173000 ns, racy<=10000 ns 16:56:24.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.264620000, lastModified=2023-03-25 16:56:24.263275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.264620000, lastModified=2023-03-25 16:56:24.263275000, delta=1345000 ns, racy<=10000 ns 16:56:24.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.264793000, lastModified=2023-03-25 16:56:24.263275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.263275000 to 2023-03-25 16:56:24.264275000 16:56:24.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.265164000, lastModified=2023-03-25 16:56:24.264275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.265164000, lastModified=2023-03-25 16:56:24.264275000, delta=889000 ns, racy<=10000 ns 16:56:24.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.265353000, lastModified=2023-03-25 16:56:24.264275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.265353000, lastModified=2023-03-25 16:56:24.264275000, delta=1078000 ns, racy<=10000 ns 16:56:24.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.265526000, lastModified=2023-03-25 16:56:24.264275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.265526000, lastModified=2023-03-25 16:56:24.264275000, delta=1251000 ns, racy<=10000 ns 16:56:24.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.265703000, lastModified=2023-03-25 16:56:24.264275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.265703000, lastModified=2023-03-25 16:56:24.264275000, delta=1428000 ns, racy<=10000 ns 16:56:24.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.265882000, lastModified=2023-03-25 16:56:24.264275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.264275000 to 2023-03-25 16:56:24.265275000 16:56:24.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.266063000, lastModified=2023-03-25 16:56:24.265275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.266063000, lastModified=2023-03-25 16:56:24.265275000, delta=788000 ns, racy<=10000 ns 16:56:24.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.266262000, lastModified=2023-03-25 16:56:24.265275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.266262000, lastModified=2023-03-25 16:56:24.265275000, delta=987000 ns, racy<=10000 ns 16:56:24.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.266446000, lastModified=2023-03-25 16:56:24.265275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.266446000, lastModified=2023-03-25 16:56:24.265275000, delta=1171000 ns, racy<=10000 ns 16:56:24.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.266618000, lastModified=2023-03-25 16:56:24.265275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.266618000, lastModified=2023-03-25 16:56:24.265275000, delta=1343000 ns, racy<=10000 ns 16:56:24.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.266796000, lastModified=2023-03-25 16:56:24.265275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.265275000 to 2023-03-25 16:56:24.266275000 16:56:24.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.267156000, lastModified=2023-03-25 16:56:24.266275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.267156000, lastModified=2023-03-25 16:56:24.266275000, delta=881000 ns, racy<=10000 ns 16:56:24.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.267343000, lastModified=2023-03-25 16:56:24.266275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.267343000, lastModified=2023-03-25 16:56:24.266275000, delta=1068000 ns, racy<=10000 ns 16:56:24.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.267646000, lastModified=2023-03-25 16:56:24.266275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.267646000, lastModified=2023-03-25 16:56:24.266275000, delta=1371000 ns, racy<=10000 ns 16:56:24.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.267818000, lastModified=2023-03-25 16:56:24.266275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.266275000 to 2023-03-25 16:56:24.267275000 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.268033000, lastModified=2023-03-25 16:56:24.267275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.268033000, lastModified=2023-03-25 16:56:24.267275000, delta=758000 ns, racy<=10000 ns 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.268219000, lastModified=2023-03-25 16:56:24.267275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.268219000, lastModified=2023-03-25 16:56:24.267275000, delta=944000 ns, racy<=10000 ns 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.268396000, lastModified=2023-03-25 16:56:24.267275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.268396000, lastModified=2023-03-25 16:56:24.267275000, delta=1121000 ns, racy<=10000 ns 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.268578000, lastModified=2023-03-25 16:56:24.267275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.268578000, lastModified=2023-03-25 16:56:24.267275000, delta=1303000 ns, racy<=10000 ns 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.268750000, lastModified=2023-03-25 16:56:24.267275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.268750000, lastModified=2023-03-25 16:56:24.267275000, delta=1475000 ns, racy<=10000 ns 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.268946000, lastModified=2023-03-25 16:56:24.268275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.268946000, lastModified=2023-03-25 16:56:24.268275000, delta=671000 ns, racy<=10000 ns 16:56:24.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.269341000, lastModified=2023-03-25 16:56:24.268275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.269341000, lastModified=2023-03-25 16:56:24.268275000, delta=1066000 ns, racy<=10000 ns 16:56:24.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.269538000, lastModified=2023-03-25 16:56:24.268275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.269538000, lastModified=2023-03-25 16:56:24.268275000, delta=1263000 ns, racy<=10000 ns 16:56:24.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.269818000, lastModified=2023-03-25 16:56:24.268275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.268275000 to 2023-03-25 16:56:24.269275000 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.270006000, lastModified=2023-03-25 16:56:24.269275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.270006000, lastModified=2023-03-25 16:56:24.269275000, delta=731000 ns, racy<=10000 ns 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.270185000, lastModified=2023-03-25 16:56:24.269275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.270185000, lastModified=2023-03-25 16:56:24.269275000, delta=910000 ns, racy<=10000 ns 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.270361000, lastModified=2023-03-25 16:56:24.269275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.270361000, lastModified=2023-03-25 16:56:24.269275000, delta=1086000 ns, racy<=10000 ns 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.270532000, lastModified=2023-03-25 16:56:24.269275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.270532000, lastModified=2023-03-25 16:56:24.269275000, delta=1257000 ns, racy<=10000 ns 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.270701000, lastModified=2023-03-25 16:56:24.269275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.270701000, lastModified=2023-03-25 16:56:24.269275000, delta=1426000 ns, racy<=10000 ns 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.270876000, lastModified=2023-03-25 16:56:24.269275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.269275000 to 2023-03-25 16:56:24.270275000 16:56:24.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.271059000, lastModified=2023-03-25 16:56:24.270275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.271059000, lastModified=2023-03-25 16:56:24.270275000, delta=784000 ns, racy<=10000 ns 16:56:24.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.271407000, lastModified=2023-03-25 16:56:24.270275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.271407000, lastModified=2023-03-25 16:56:24.270275000, delta=1132000 ns, racy<=10000 ns 16:56:24.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.271583000, lastModified=2023-03-25 16:56:24.270275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.271583000, lastModified=2023-03-25 16:56:24.270275000, delta=1308000 ns, racy<=10000 ns 16:56:24.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.271868000, lastModified=2023-03-25 16:56:24.270275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.270275000 to 2023-03-25 16:56:24.271275000 16:56:24.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.272076000, lastModified=2023-03-25 16:56:24.271275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.272076000, lastModified=2023-03-25 16:56:24.271275000, delta=801000 ns, racy<=10000 ns 16:56:24.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.272264000, lastModified=2023-03-25 16:56:24.271275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.272264000, lastModified=2023-03-25 16:56:24.271275000, delta=989000 ns, racy<=10000 ns 16:56:24.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.313749000, lastModified=2023-03-25 16:56:24.271275000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.271275000 to 2023-03-25 16:56:24.313276000 16:56:24.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.314968000, lastModified=2023-03-25 16:56:24.314276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.314968000, lastModified=2023-03-25 16:56:24.314276000, delta=692000 ns, racy<=10000 ns 16:56:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.315220000, lastModified=2023-03-25 16:56:24.314276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.315220000, lastModified=2023-03-25 16:56:24.314276000, delta=944000 ns, racy<=10000 ns 16:56:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.315470000, lastModified=2023-03-25 16:56:24.314276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.315470000, lastModified=2023-03-25 16:56:24.314276000, delta=1194000 ns, racy<=10000 ns 16:56:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.315794000, lastModified=2023-03-25 16:56:24.314276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.314276000 to 2023-03-25 16:56:24.315276000 16:56:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.316274000, lastModified=2023-03-25 16:56:24.315276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.316274000, lastModified=2023-03-25 16:56:24.315276000, delta=998000 ns, racy<=10000 ns 16:56:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.316586000, lastModified=2023-03-25 16:56:24.315276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.316586000, lastModified=2023-03-25 16:56:24.315276000, delta=1310000 ns, racy<=10000 ns 16:56:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.316911000, lastModified=2023-03-25 16:56:24.315276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.315276000 to 2023-03-25 16:56:24.316276000 16:56:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.317170000, lastModified=2023-03-25 16:56:24.316276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.317170000, lastModified=2023-03-25 16:56:24.316276000, delta=894000 ns, racy<=10000 ns 16:56:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.317375000, lastModified=2023-03-25 16:56:24.316276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.317375000, lastModified=2023-03-25 16:56:24.316276000, delta=1099000 ns, racy<=10000 ns 16:56:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.317565000, lastModified=2023-03-25 16:56:24.316276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.317565000, lastModified=2023-03-25 16:56:24.316276000, delta=1289000 ns, racy<=10000 ns 16:56:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.317751000, lastModified=2023-03-25 16:56:24.316276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.317751000, lastModified=2023-03-25 16:56:24.316276000, delta=1475000 ns, racy<=10000 ns 16:56:24.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.318007000, lastModified=2023-03-25 16:56:24.317276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.318007000, lastModified=2023-03-25 16:56:24.317276000, delta=731000 ns, racy<=10000 ns 16:56:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.318252000, lastModified=2023-03-25 16:56:24.317276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.318252000, lastModified=2023-03-25 16:56:24.317276000, delta=976000 ns, racy<=10000 ns 16:56:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.318449000, lastModified=2023-03-25 16:56:24.317276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.318449000, lastModified=2023-03-25 16:56:24.317276000, delta=1173000 ns, racy<=10000 ns 16:56:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.318814000, lastModified=2023-03-25 16:56:24.317276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.317276000 to 2023-03-25 16:56:24.318276000 16:56:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.319051000, lastModified=2023-03-25 16:56:24.318276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.319051000, lastModified=2023-03-25 16:56:24.318276000, delta=775000 ns, racy<=10000 ns 16:56:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.319364000, lastModified=2023-03-25 16:56:24.318276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.319364000, lastModified=2023-03-25 16:56:24.318276000, delta=1088000 ns, racy<=10000 ns 16:56:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.319573000, lastModified=2023-03-25 16:56:24.318276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.319573000, lastModified=2023-03-25 16:56:24.318276000, delta=1297000 ns, racy<=10000 ns 16:56:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.319744000, lastModified=2023-03-25 16:56:24.318276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.319744000, lastModified=2023-03-25 16:56:24.318276000, delta=1468000 ns, racy<=10000 ns 16:56:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.319934000, lastModified=2023-03-25 16:56:24.319276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.319934000, lastModified=2023-03-25 16:56:24.319276000, delta=658000 ns, racy<=10000 ns 16:56:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.320130000, lastModified=2023-03-25 16:56:24.319276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.320130000, lastModified=2023-03-25 16:56:24.319276000, delta=854000 ns, racy<=10000 ns 16:56:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.320366000, lastModified=2023-03-25 16:56:24.319276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.320366000, lastModified=2023-03-25 16:56:24.319276000, delta=1090000 ns, racy<=10000 ns 16:56:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.320552000, lastModified=2023-03-25 16:56:24.319276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.320552000, lastModified=2023-03-25 16:56:24.319276000, delta=1276000 ns, racy<=10000 ns 16:56:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.320727000, lastModified=2023-03-25 16:56:24.319276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.320727000, lastModified=2023-03-25 16:56:24.319276000, delta=1451000 ns, racy<=10000 ns 16:56:24.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.321167000, lastModified=2023-03-25 16:56:24.320276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.321167000, lastModified=2023-03-25 16:56:24.320276000, delta=891000 ns, racy<=10000 ns 16:56:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.321410000, lastModified=2023-03-25 16:56:24.320276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.321410000, lastModified=2023-03-25 16:56:24.320276000, delta=1134000 ns, racy<=10000 ns 16:56:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.321759000, lastModified=2023-03-25 16:56:24.320276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.321759000, lastModified=2023-03-25 16:56:24.320276000, delta=1483000 ns, racy<=10000 ns 16:56:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.321984000, lastModified=2023-03-25 16:56:24.321276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.321984000, lastModified=2023-03-25 16:56:24.321276000, delta=708000 ns, racy<=10000 ns 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.322179000, lastModified=2023-03-25 16:56:24.321276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.322179000, lastModified=2023-03-25 16:56:24.321276000, delta=903000 ns, racy<=10000 ns 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.322352000, lastModified=2023-03-25 16:56:24.321276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.322352000, lastModified=2023-03-25 16:56:24.321276000, delta=1076000 ns, racy<=10000 ns 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.322519000, lastModified=2023-03-25 16:56:24.321276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.322519000, lastModified=2023-03-25 16:56:24.321276000, delta=1243000 ns, racy<=10000 ns 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.322689000, lastModified=2023-03-25 16:56:24.321276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.322689000, lastModified=2023-03-25 16:56:24.321276000, delta=1413000 ns, racy<=10000 ns 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.322857000, lastModified=2023-03-25 16:56:24.321276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.321276000 to 2023-03-25 16:56:24.322276000 16:56:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.323067000, lastModified=2023-03-25 16:56:24.322276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.323067000, lastModified=2023-03-25 16:56:24.322276000, delta=791000 ns, racy<=10000 ns 16:56:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.323462000, lastModified=2023-03-25 16:56:24.322276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.323462000, lastModified=2023-03-25 16:56:24.322276000, delta=1186000 ns, racy<=10000 ns 16:56:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.323678000, lastModified=2023-03-25 16:56:24.322276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.323678000, lastModified=2023-03-25 16:56:24.322276000, delta=1402000 ns, racy<=10000 ns 16:56:24.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.324005000, lastModified=2023-03-25 16:56:24.323276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.324005000, lastModified=2023-03-25 16:56:24.323276000, delta=729000 ns, racy<=10000 ns 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.324180000, lastModified=2023-03-25 16:56:24.323276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.324180000, lastModified=2023-03-25 16:56:24.323276000, delta=904000 ns, racy<=10000 ns 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.324360000, lastModified=2023-03-25 16:56:24.323276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.324360000, lastModified=2023-03-25 16:56:24.323276000, delta=1084000 ns, racy<=10000 ns 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.324536000, lastModified=2023-03-25 16:56:24.323276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.324536000, lastModified=2023-03-25 16:56:24.323276000, delta=1260000 ns, racy<=10000 ns 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.324701000, lastModified=2023-03-25 16:56:24.323276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.324701000, lastModified=2023-03-25 16:56:24.323276000, delta=1425000 ns, racy<=10000 ns 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.324893000, lastModified=2023-03-25 16:56:24.323276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.323276000 to 2023-03-25 16:56:24.324276000 16:56:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.325076000, lastModified=2023-03-25 16:56:24.324276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.325076000, lastModified=2023-03-25 16:56:24.324276000, delta=800000 ns, racy<=10000 ns 16:56:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.325252000, lastModified=2023-03-25 16:56:24.324276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.325252000, lastModified=2023-03-25 16:56:24.324276000, delta=976000 ns, racy<=10000 ns 16:56:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.325653000, lastModified=2023-03-25 16:56:24.324276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.325653000, lastModified=2023-03-25 16:56:24.324276000, delta=1377000 ns, racy<=10000 ns 16:56:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.325846000, lastModified=2023-03-25 16:56:24.324276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.324276000 to 2023-03-25 16:56:24.325276000 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.326127000, lastModified=2023-03-25 16:56:24.325276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.326127000, lastModified=2023-03-25 16:56:24.325276000, delta=851000 ns, racy<=10000 ns 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.326294000, lastModified=2023-03-25 16:56:24.325276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.326294000, lastModified=2023-03-25 16:56:24.325276000, delta=1018000 ns, racy<=10000 ns 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.326459000, lastModified=2023-03-25 16:56:24.325276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.326459000, lastModified=2023-03-25 16:56:24.325276000, delta=1183000 ns, racy<=10000 ns 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.326623000, lastModified=2023-03-25 16:56:24.325276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.326623000, lastModified=2023-03-25 16:56:24.325276000, delta=1347000 ns, racy<=10000 ns 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.326790000, lastModified=2023-03-25 16:56:24.325276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.326790000, lastModified=2023-03-25 16:56:24.325276000, delta=1514000 ns, racy<=10000 ns 16:56:24.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.326994000, lastModified=2023-03-25 16:56:24.326276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.326994000, lastModified=2023-03-25 16:56:24.326276000, delta=718000 ns, racy<=10000 ns 16:56:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.327170000, lastModified=2023-03-25 16:56:24.326276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.327170000, lastModified=2023-03-25 16:56:24.326276000, delta=894000 ns, racy<=10000 ns 16:56:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.327335000, lastModified=2023-03-25 16:56:24.326276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.327335000, lastModified=2023-03-25 16:56:24.326276000, delta=1059000 ns, racy<=10000 ns 16:56:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.327689000, lastModified=2023-03-25 16:56:24.326276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.327689000, lastModified=2023-03-25 16:56:24.326276000, delta=1413000 ns, racy<=10000 ns 16:56:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.327902000, lastModified=2023-03-25 16:56:24.326276000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.326276000 to 2023-03-25 16:56:24.327277000 16:56:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.328229000, lastModified=2023-03-25 16:56:24.327277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.328229000, lastModified=2023-03-25 16:56:24.327277000, delta=952000 ns, racy<=10000 ns 16:56:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.328402000, lastModified=2023-03-25 16:56:24.327277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.328402000, lastModified=2023-03-25 16:56:24.327277000, delta=1125000 ns, racy<=10000 ns 16:56:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.328582000, lastModified=2023-03-25 16:56:24.327277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.328582000, lastModified=2023-03-25 16:56:24.327277000, delta=1305000 ns, racy<=10000 ns 16:56:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.328746000, lastModified=2023-03-25 16:56:24.327277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.328746000, lastModified=2023-03-25 16:56:24.327277000, delta=1469000 ns, racy<=10000 ns 16:56:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.328944000, lastModified=2023-03-25 16:56:24.328277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.328944000, lastModified=2023-03-25 16:56:24.328277000, delta=667000 ns, racy<=10000 ns 16:56:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.329119000, lastModified=2023-03-25 16:56:24.328277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.329119000, lastModified=2023-03-25 16:56:24.328277000, delta=842000 ns, racy<=10000 ns 16:56:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.329290000, lastModified=2023-03-25 16:56:24.328277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.329290000, lastModified=2023-03-25 16:56:24.328277000, delta=1013000 ns, racy<=10000 ns 16:56:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.329454000, lastModified=2023-03-25 16:56:24.328277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.329454000, lastModified=2023-03-25 16:56:24.328277000, delta=1177000 ns, racy<=10000 ns 16:56:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.329815000, lastModified=2023-03-25 16:56:24.328277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.328277000 to 2023-03-25 16:56:24.329277000 16:56:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.330033000, lastModified=2023-03-25 16:56:24.329277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.330033000, lastModified=2023-03-25 16:56:24.329277000, delta=756000 ns, racy<=10000 ns 16:56:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.330321000, lastModified=2023-03-25 16:56:24.329277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.330321000, lastModified=2023-03-25 16:56:24.329277000, delta=1044000 ns, racy<=10000 ns 16:56:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.330491000, lastModified=2023-03-25 16:56:24.329277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.330491000, lastModified=2023-03-25 16:56:24.329277000, delta=1214000 ns, racy<=10000 ns 16:56:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.330684000, lastModified=2023-03-25 16:56:24.329277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.330684000, lastModified=2023-03-25 16:56:24.329277000, delta=1407000 ns, racy<=10000 ns 16:56:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.330877000, lastModified=2023-03-25 16:56:24.329277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.329277000 to 2023-03-25 16:56:24.330277000 16:56:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.331085000, lastModified=2023-03-25 16:56:24.330277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.331085000, lastModified=2023-03-25 16:56:24.330277000, delta=808000 ns, racy<=10000 ns 16:56:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.331260000, lastModified=2023-03-25 16:56:24.330277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.331260000, lastModified=2023-03-25 16:56:24.330277000, delta=983000 ns, racy<=10000 ns 16:56:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.331437000, lastModified=2023-03-25 16:56:24.330277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.331437000, lastModified=2023-03-25 16:56:24.330277000, delta=1160000 ns, racy<=10000 ns 16:56:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.331603000, lastModified=2023-03-25 16:56:24.330277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.331603000, lastModified=2023-03-25 16:56:24.330277000, delta=1326000 ns, racy<=10000 ns 16:56:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.331975000, lastModified=2023-03-25 16:56:24.330277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.330277000 to 2023-03-25 16:56:24.331277000 16:56:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.332153000, lastModified=2023-03-25 16:56:24.331277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.332153000, lastModified=2023-03-25 16:56:24.331277000, delta=876000 ns, racy<=10000 ns 16:56:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.332425000, lastModified=2023-03-25 16:56:24.331277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.332425000, lastModified=2023-03-25 16:56:24.331277000, delta=1148000 ns, racy<=10000 ns 16:56:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.332608000, lastModified=2023-03-25 16:56:24.331277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.332608000, lastModified=2023-03-25 16:56:24.331277000, delta=1331000 ns, racy<=10000 ns 16:56:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.332771000, lastModified=2023-03-25 16:56:24.331277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.332771000, lastModified=2023-03-25 16:56:24.331277000, delta=1494000 ns, racy<=10000 ns 16:56:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.332973000, lastModified=2023-03-25 16:56:24.332277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.332973000, lastModified=2023-03-25 16:56:24.332277000, delta=696000 ns, racy<=10000 ns 16:56:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.333171000, lastModified=2023-03-25 16:56:24.332277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.333171000, lastModified=2023-03-25 16:56:24.332277000, delta=894000 ns, racy<=10000 ns 16:56:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.333425000, lastModified=2023-03-25 16:56:24.332277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.333425000, lastModified=2023-03-25 16:56:24.332277000, delta=1148000 ns, racy<=10000 ns 16:56:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.333631000, lastModified=2023-03-25 16:56:24.332277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.333631000, lastModified=2023-03-25 16:56:24.332277000, delta=1354000 ns, racy<=10000 ns 16:56:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.333795000, lastModified=2023-03-25 16:56:24.332277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.333795000, lastModified=2023-03-25 16:56:24.332277000, delta=1518000 ns, racy<=10000 ns 16:56:24.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.334160000, lastModified=2023-03-25 16:56:24.333277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.334160000, lastModified=2023-03-25 16:56:24.333277000, delta=883000 ns, racy<=10000 ns 16:56:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.334337000, lastModified=2023-03-25 16:56:24.333277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.334337000, lastModified=2023-03-25 16:56:24.333277000, delta=1060000 ns, racy<=10000 ns 16:56:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.334615000, lastModified=2023-03-25 16:56:24.333277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.334615000, lastModified=2023-03-25 16:56:24.333277000, delta=1338000 ns, racy<=10000 ns 16:56:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.334785000, lastModified=2023-03-25 16:56:24.333277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.334785000, lastModified=2023-03-25 16:56:24.333277000, delta=1508000 ns, racy<=10000 ns 16:56:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.334983000, lastModified=2023-03-25 16:56:24.334277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.334983000, lastModified=2023-03-25 16:56:24.334277000, delta=706000 ns, racy<=10000 ns 16:56:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.335151000, lastModified=2023-03-25 16:56:24.334277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.335151000, lastModified=2023-03-25 16:56:24.334277000, delta=874000 ns, racy<=10000 ns 16:56:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.335317000, lastModified=2023-03-25 16:56:24.334277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.335317000, lastModified=2023-03-25 16:56:24.334277000, delta=1040000 ns, racy<=10000 ns 16:56:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.335484000, lastModified=2023-03-25 16:56:24.334277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.335484000, lastModified=2023-03-25 16:56:24.334277000, delta=1207000 ns, racy<=10000 ns 16:56:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.335692000, lastModified=2023-03-25 16:56:24.334277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.335692000, lastModified=2023-03-25 16:56:24.334277000, delta=1415000 ns, racy<=10000 ns 16:56:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.335920000, lastModified=2023-03-25 16:56:24.335277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.335920000, lastModified=2023-03-25 16:56:24.335277000, delta=643000 ns, racy<=10000 ns 16:56:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.336340000, lastModified=2023-03-25 16:56:24.335277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.336340000, lastModified=2023-03-25 16:56:24.335277000, delta=1063000 ns, racy<=10000 ns 16:56:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.336533000, lastModified=2023-03-25 16:56:24.335277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.336533000, lastModified=2023-03-25 16:56:24.335277000, delta=1256000 ns, racy<=10000 ns 16:56:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.336905000, lastModified=2023-03-25 16:56:24.335277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.335277000 to 2023-03-25 16:56:24.336277000 16:56:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.337155000, lastModified=2023-03-25 16:56:24.336277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.337155000, lastModified=2023-03-25 16:56:24.336277000, delta=878000 ns, racy<=10000 ns 16:56:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.337389000, lastModified=2023-03-25 16:56:24.336277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.337389000, lastModified=2023-03-25 16:56:24.336277000, delta=1112000 ns, racy<=10000 ns 16:56:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.337622000, lastModified=2023-03-25 16:56:24.336277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.337622000, lastModified=2023-03-25 16:56:24.336277000, delta=1345000 ns, racy<=10000 ns 16:56:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.337847000, lastModified=2023-03-25 16:56:24.336277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.336277000 to 2023-03-25 16:56:24.337277000 16:56:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.338068000, lastModified=2023-03-25 16:56:24.337277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.338068000, lastModified=2023-03-25 16:56:24.337277000, delta=791000 ns, racy<=10000 ns 16:56:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.338304000, lastModified=2023-03-25 16:56:24.337277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.338304000, lastModified=2023-03-25 16:56:24.337277000, delta=1027000 ns, racy<=10000 ns 16:56:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.338528000, lastModified=2023-03-25 16:56:24.337277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.338528000, lastModified=2023-03-25 16:56:24.337277000, delta=1251000 ns, racy<=10000 ns 16:56:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.338932000, lastModified=2023-03-25 16:56:24.337277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.337277000 to 2023-03-25 16:56:24.338277000 16:56:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.339163000, lastModified=2023-03-25 16:56:24.338277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.339163000, lastModified=2023-03-25 16:56:24.338277000, delta=886000 ns, racy<=10000 ns 16:56:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.339481000, lastModified=2023-03-25 16:56:24.338277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.339481000, lastModified=2023-03-25 16:56:24.338277000, delta=1204000 ns, racy<=10000 ns 16:56:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.339717000, lastModified=2023-03-25 16:56:24.338277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.339717000, lastModified=2023-03-25 16:56:24.338277000, delta=1440000 ns, racy<=10000 ns 16:56:24.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.339987000, lastModified=2023-03-25 16:56:24.339277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.339987000, lastModified=2023-03-25 16:56:24.339277000, delta=710000 ns, racy<=10000 ns 16:56:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.340279000, lastModified=2023-03-25 16:56:24.339277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.340279000, lastModified=2023-03-25 16:56:24.339277000, delta=1002000 ns, racy<=10000 ns 16:56:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.340544000, lastModified=2023-03-25 16:56:24.339277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.340544000, lastModified=2023-03-25 16:56:24.339277000, delta=1267000 ns, racy<=10000 ns 16:56:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.340732000, lastModified=2023-03-25 16:56:24.339277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.340732000, lastModified=2023-03-25 16:56:24.339277000, delta=1455000 ns, racy<=10000 ns 16:56:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.340911000, lastModified=2023-03-25 16:56:24.340277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.340911000, lastModified=2023-03-25 16:56:24.340277000, delta=634000 ns, racy<=10000 ns 16:56:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.341106000, lastModified=2023-03-25 16:56:24.340277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.341106000, lastModified=2023-03-25 16:56:24.340277000, delta=829000 ns, racy<=10000 ns 16:56:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.341465000, lastModified=2023-03-25 16:56:24.340277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.341465000, lastModified=2023-03-25 16:56:24.340277000, delta=1188000 ns, racy<=10000 ns 16:56:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.341645000, lastModified=2023-03-25 16:56:24.340277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.341645000, lastModified=2023-03-25 16:56:24.340277000, delta=1368000 ns, racy<=10000 ns 16:56:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.341944000, lastModified=2023-03-25 16:56:24.341277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.341944000, lastModified=2023-03-25 16:56:24.341277000, delta=667000 ns, racy<=10000 ns 16:56:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.342200000, lastModified=2023-03-25 16:56:24.341277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.342200000, lastModified=2023-03-25 16:56:24.341277000, delta=923000 ns, racy<=10000 ns 16:56:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.342397000, lastModified=2023-03-25 16:56:24.341277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.342397000, lastModified=2023-03-25 16:56:24.341277000, delta=1120000 ns, racy<=10000 ns 16:56:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.342603000, lastModified=2023-03-25 16:56:24.341277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.342603000, lastModified=2023-03-25 16:56:24.341277000, delta=1326000 ns, racy<=10000 ns 16:56:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.342789000, lastModified=2023-03-25 16:56:24.341277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.342789000, lastModified=2023-03-25 16:56:24.341277000, delta=1512000 ns, racy<=10000 ns 16:56:24.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.343002000, lastModified=2023-03-25 16:56:24.342277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.343002000, lastModified=2023-03-25 16:56:24.342277000, delta=725000 ns, racy<=10000 ns 16:56:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.343190000, lastModified=2023-03-25 16:56:24.342277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.343190000, lastModified=2023-03-25 16:56:24.342277000, delta=913000 ns, racy<=10000 ns 16:56:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.343360000, lastModified=2023-03-25 16:56:24.342277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.343360000, lastModified=2023-03-25 16:56:24.342277000, delta=1083000 ns, racy<=10000 ns 16:56:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.343707000, lastModified=2023-03-25 16:56:24.342277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.343707000, lastModified=2023-03-25 16:56:24.342277000, delta=1430000 ns, racy<=10000 ns 16:56:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.343896000, lastModified=2023-03-25 16:56:24.343277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.343896000, lastModified=2023-03-25 16:56:24.343277000, delta=619000 ns, racy<=10000 ns 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.344100000, lastModified=2023-03-25 16:56:24.343277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.344100000, lastModified=2023-03-25 16:56:24.343277000, delta=823000 ns, racy<=10000 ns 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.344274000, lastModified=2023-03-25 16:56:24.343277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.344274000, lastModified=2023-03-25 16:56:24.343277000, delta=997000 ns, racy<=10000 ns 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.344450000, lastModified=2023-03-25 16:56:24.343277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.344450000, lastModified=2023-03-25 16:56:24.343277000, delta=1173000 ns, racy<=10000 ns 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.344623000, lastModified=2023-03-25 16:56:24.343277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.344623000, lastModified=2023-03-25 16:56:24.343277000, delta=1346000 ns, racy<=10000 ns 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.344792000, lastModified=2023-03-25 16:56:24.343277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.344792000, lastModified=2023-03-25 16:56:24.343277000, delta=1515000 ns, racy<=10000 ns 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.344974000, lastModified=2023-03-25 16:56:24.344277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.344974000, lastModified=2023-03-25 16:56:24.344277000, delta=697000 ns, racy<=10000 ns 16:56:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.345172000, lastModified=2023-03-25 16:56:24.344277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.345172000, lastModified=2023-03-25 16:56:24.344277000, delta=895000 ns, racy<=10000 ns 16:56:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.345343000, lastModified=2023-03-25 16:56:24.344277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.345343000, lastModified=2023-03-25 16:56:24.344277000, delta=1066000 ns, racy<=10000 ns 16:56:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.345689000, lastModified=2023-03-25 16:56:24.344277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.345689000, lastModified=2023-03-25 16:56:24.344277000, delta=1412000 ns, racy<=10000 ns 16:56:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.345870000, lastModified=2023-03-25 16:56:24.344277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.344277000 to 2023-03-25 16:56:24.345277000 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.346059000, lastModified=2023-03-25 16:56:24.345277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.346059000, lastModified=2023-03-25 16:56:24.345277000, delta=782000 ns, racy<=10000 ns 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.346243000, lastModified=2023-03-25 16:56:24.345277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.346243000, lastModified=2023-03-25 16:56:24.345277000, delta=966000 ns, racy<=10000 ns 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.346418000, lastModified=2023-03-25 16:56:24.345277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.346418000, lastModified=2023-03-25 16:56:24.345277000, delta=1141000 ns, racy<=10000 ns 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.346589000, lastModified=2023-03-25 16:56:24.345277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.346589000, lastModified=2023-03-25 16:56:24.345277000, delta=1312000 ns, racy<=10000 ns 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.346764000, lastModified=2023-03-25 16:56:24.345277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.346764000, lastModified=2023-03-25 16:56:24.345277000, delta=1487000 ns, racy<=10000 ns 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.346954000, lastModified=2023-03-25 16:56:24.346277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.346954000, lastModified=2023-03-25 16:56:24.346277000, delta=677000 ns, racy<=10000 ns 16:56:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.347125000, lastModified=2023-03-25 16:56:24.346277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.347125000, lastModified=2023-03-25 16:56:24.346277000, delta=848000 ns, racy<=10000 ns 16:56:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.347292000, lastModified=2023-03-25 16:56:24.346277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.347292000, lastModified=2023-03-25 16:56:24.346277000, delta=1015000 ns, racy<=10000 ns 16:56:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.347621000, lastModified=2023-03-25 16:56:24.346277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.347621000, lastModified=2023-03-25 16:56:24.346277000, delta=1344000 ns, racy<=10000 ns 16:56:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.347799000, lastModified=2023-03-25 16:56:24.346277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.346277000 to 2023-03-25 16:56:24.347277000 16:56:24.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.347987000, lastModified=2023-03-25 16:56:24.347277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.347987000, lastModified=2023-03-25 16:56:24.347277000, delta=710000 ns, racy<=10000 ns 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.348163000, lastModified=2023-03-25 16:56:24.347277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.348163000, lastModified=2023-03-25 16:56:24.347277000, delta=886000 ns, racy<=10000 ns 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.348331000, lastModified=2023-03-25 16:56:24.347277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.348331000, lastModified=2023-03-25 16:56:24.347277000, delta=1054000 ns, racy<=10000 ns 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.348501000, lastModified=2023-03-25 16:56:24.347277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.348501000, lastModified=2023-03-25 16:56:24.347277000, delta=1224000 ns, racy<=10000 ns 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.348682000, lastModified=2023-03-25 16:56:24.347277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.348682000, lastModified=2023-03-25 16:56:24.347277000, delta=1405000 ns, racy<=10000 ns 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.348857000, lastModified=2023-03-25 16:56:24.347277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.347277000 to 2023-03-25 16:56:24.348277000 16:56:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.349095000, lastModified=2023-03-25 16:56:24.348277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.349095000, lastModified=2023-03-25 16:56:24.348277000, delta=818000 ns, racy<=10000 ns 16:56:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.349317000, lastModified=2023-03-25 16:56:24.348277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.349317000, lastModified=2023-03-25 16:56:24.348277000, delta=1040000 ns, racy<=10000 ns 16:56:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.349677000, lastModified=2023-03-25 16:56:24.348277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.349677000, lastModified=2023-03-25 16:56:24.348277000, delta=1400000 ns, racy<=10000 ns 16:56:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.349851000, lastModified=2023-03-25 16:56:24.348277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.348277000 to 2023-03-25 16:56:24.349277000 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.350074000, lastModified=2023-03-25 16:56:24.349277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.350074000, lastModified=2023-03-25 16:56:24.349277000, delta=797000 ns, racy<=10000 ns 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.350264000, lastModified=2023-03-25 16:56:24.349277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.350264000, lastModified=2023-03-25 16:56:24.349277000, delta=987000 ns, racy<=10000 ns 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.350431000, lastModified=2023-03-25 16:56:24.349277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.350431000, lastModified=2023-03-25 16:56:24.349277000, delta=1154000 ns, racy<=10000 ns 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.350602000, lastModified=2023-03-25 16:56:24.349277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.350602000, lastModified=2023-03-25 16:56:24.349277000, delta=1325000 ns, racy<=10000 ns 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.350774000, lastModified=2023-03-25 16:56:24.349277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.350774000, lastModified=2023-03-25 16:56:24.349277000, delta=1497000 ns, racy<=10000 ns 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.350966000, lastModified=2023-03-25 16:56:24.350277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.350966000, lastModified=2023-03-25 16:56:24.350277000, delta=689000 ns, racy<=10000 ns 16:56:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.351148000, lastModified=2023-03-25 16:56:24.350277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.351148000, lastModified=2023-03-25 16:56:24.350277000, delta=871000 ns, racy<=10000 ns 16:56:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.351327000, lastModified=2023-03-25 16:56:24.350277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.351327000, lastModified=2023-03-25 16:56:24.350277000, delta=1050000 ns, racy<=10000 ns 16:56:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.351671000, lastModified=2023-03-25 16:56:24.350277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.351671000, lastModified=2023-03-25 16:56:24.350277000, delta=1394000 ns, racy<=10000 ns 16:56:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.351842000, lastModified=2023-03-25 16:56:24.350277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.350277000 to 2023-03-25 16:56:24.351277000 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.352026000, lastModified=2023-03-25 16:56:24.351277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.352026000, lastModified=2023-03-25 16:56:24.351277000, delta=749000 ns, racy<=10000 ns 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.352207000, lastModified=2023-03-25 16:56:24.351277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.352207000, lastModified=2023-03-25 16:56:24.351277000, delta=930000 ns, racy<=10000 ns 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.352378000, lastModified=2023-03-25 16:56:24.351277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.352378000, lastModified=2023-03-25 16:56:24.351277000, delta=1101000 ns, racy<=10000 ns 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.352551000, lastModified=2023-03-25 16:56:24.351277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.352551000, lastModified=2023-03-25 16:56:24.351277000, delta=1274000 ns, racy<=10000 ns 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.352735000, lastModified=2023-03-25 16:56:24.351277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.352735000, lastModified=2023-03-25 16:56:24.351277000, delta=1458000 ns, racy<=10000 ns 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.352914000, lastModified=2023-03-25 16:56:24.352277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.352914000, lastModified=2023-03-25 16:56:24.352277000, delta=637000 ns, racy<=10000 ns 16:56:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.353093000, lastModified=2023-03-25 16:56:24.352277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.353093000, lastModified=2023-03-25 16:56:24.352277000, delta=816000 ns, racy<=10000 ns 16:56:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.353272000, lastModified=2023-03-25 16:56:24.352277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.353272000, lastModified=2023-03-25 16:56:24.352277000, delta=995000 ns, racy<=10000 ns 16:56:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.353626000, lastModified=2023-03-25 16:56:24.352277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.353626000, lastModified=2023-03-25 16:56:24.352277000, delta=1349000 ns, racy<=10000 ns 16:56:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.353809000, lastModified=2023-03-25 16:56:24.352277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.352277000 to 2023-03-25 16:56:24.353277000 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.354003000, lastModified=2023-03-25 16:56:24.353277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.354003000, lastModified=2023-03-25 16:56:24.353277000, delta=726000 ns, racy<=10000 ns 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.354194000, lastModified=2023-03-25 16:56:24.353277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.354194000, lastModified=2023-03-25 16:56:24.353277000, delta=917000 ns, racy<=10000 ns 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.354363000, lastModified=2023-03-25 16:56:24.353277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.354363000, lastModified=2023-03-25 16:56:24.353277000, delta=1086000 ns, racy<=10000 ns 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.354530000, lastModified=2023-03-25 16:56:24.353277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.354530000, lastModified=2023-03-25 16:56:24.353277000, delta=1253000 ns, racy<=10000 ns 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.354695000, lastModified=2023-03-25 16:56:24.353277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.354695000, lastModified=2023-03-25 16:56:24.353277000, delta=1418000 ns, racy<=10000 ns 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.354889000, lastModified=2023-03-25 16:56:24.353277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.353277000 to 2023-03-25 16:56:24.354277000 16:56:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.355063000, lastModified=2023-03-25 16:56:24.354277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.355063000, lastModified=2023-03-25 16:56:24.354277000, delta=786000 ns, racy<=10000 ns 16:56:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.355250000, lastModified=2023-03-25 16:56:24.354277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.355250000, lastModified=2023-03-25 16:56:24.354277000, delta=973000 ns, racy<=10000 ns 16:56:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.355600000, lastModified=2023-03-25 16:56:24.354277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.355600000, lastModified=2023-03-25 16:56:24.354277000, delta=1323000 ns, racy<=10000 ns 16:56:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.355782000, lastModified=2023-03-25 16:56:24.354277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.355782000, lastModified=2023-03-25 16:56:24.354277000, delta=1505000 ns, racy<=10000 ns 16:56:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.355973000, lastModified=2023-03-25 16:56:24.355277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.355973000, lastModified=2023-03-25 16:56:24.355277000, delta=696000 ns, racy<=10000 ns 16:56:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.356246000, lastModified=2023-03-25 16:56:24.355277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.356246000, lastModified=2023-03-25 16:56:24.355277000, delta=969000 ns, racy<=10000 ns 16:56:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.356422000, lastModified=2023-03-25 16:56:24.355277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.356422000, lastModified=2023-03-25 16:56:24.355277000, delta=1145000 ns, racy<=10000 ns 16:56:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.356594000, lastModified=2023-03-25 16:56:24.355277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.356594000, lastModified=2023-03-25 16:56:24.355277000, delta=1317000 ns, racy<=10000 ns 16:56:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.356801000, lastModified=2023-03-25 16:56:24.355277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.355277000 to 2023-03-25 16:56:24.356277000 16:56:24.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.357015000, lastModified=2023-03-25 16:56:24.356277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.357015000, lastModified=2023-03-25 16:56:24.356277000, delta=738000 ns, racy<=10000 ns 16:56:24.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.357209000, lastModified=2023-03-25 16:56:24.356277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.357209000, lastModified=2023-03-25 16:56:24.356277000, delta=932000 ns, racy<=10000 ns 16:56:24.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.357420000, lastModified=2023-03-25 16:56:24.356277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.357420000, lastModified=2023-03-25 16:56:24.356277000, delta=1143000 ns, racy<=10000 ns 16:56:24.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.358486000, lastModified=2023-03-25 16:56:24.357277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.358486000, lastModified=2023-03-25 16:56:24.357277000, delta=1209000 ns, racy<=10000 ns 16:56:24.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.358784000, lastModified=2023-03-25 16:56:24.357277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.358784000, lastModified=2023-03-25 16:56:24.357277000, delta=1507000 ns, racy<=10000 ns 16:56:24.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.359028000, lastModified=2023-03-25 16:56:24.358277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.359028000, lastModified=2023-03-25 16:56:24.358277000, delta=751000 ns, racy<=10000 ns 16:56:24.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.359329000, lastModified=2023-03-25 16:56:24.358277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.359329000, lastModified=2023-03-25 16:56:24.358277000, delta=1052000 ns, racy<=10000 ns 16:56:24.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.359515000, lastModified=2023-03-25 16:56:24.358277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.359515000, lastModified=2023-03-25 16:56:24.358277000, delta=1238000 ns, racy<=10000 ns 16:56:24.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.359695000, lastModified=2023-03-25 16:56:24.358277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.359695000, lastModified=2023-03-25 16:56:24.358277000, delta=1418000 ns, racy<=10000 ns 16:56:24.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.359871000, lastModified=2023-03-25 16:56:24.358277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.358277000 to 2023-03-25 16:56:24.359277000 16:56:24.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.360049000, lastModified=2023-03-25 16:56:24.359277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.360049000, lastModified=2023-03-25 16:56:24.359277000, delta=772000 ns, racy<=10000 ns 16:56:24.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.360227000, lastModified=2023-03-25 16:56:24.359277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.360227000, lastModified=2023-03-25 16:56:24.359277000, delta=950000 ns, racy<=10000 ns 16:56:24.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.360397000, lastModified=2023-03-25 16:56:24.359277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.360397000, lastModified=2023-03-25 16:56:24.359277000, delta=1120000 ns, racy<=10000 ns 16:56:24.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.360760000, lastModified=2023-03-25 16:56:24.359277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.360760000, lastModified=2023-03-25 16:56:24.359277000, delta=1483000 ns, racy<=10000 ns 16:56:24.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.360961000, lastModified=2023-03-25 16:56:24.360277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.360961000, lastModified=2023-03-25 16:56:24.360277000, delta=684000 ns, racy<=10000 ns 16:56:24.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.361147000, lastModified=2023-03-25 16:56:24.360277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.361147000, lastModified=2023-03-25 16:56:24.360277000, delta=870000 ns, racy<=10000 ns 16:56:24.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.361329000, lastModified=2023-03-25 16:56:24.360277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.361329000, lastModified=2023-03-25 16:56:24.360277000, delta=1052000 ns, racy<=10000 ns 16:56:24.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.361497000, lastModified=2023-03-25 16:56:24.360277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.361497000, lastModified=2023-03-25 16:56:24.360277000, delta=1220000 ns, racy<=10000 ns 16:56:24.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.361699000, lastModified=2023-03-25 16:56:24.360277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.361699000, lastModified=2023-03-25 16:56:24.360277000, delta=1422000 ns, racy<=10000 ns 16:56:24.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.361893000, lastModified=2023-03-25 16:56:24.361277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.361893000, lastModified=2023-03-25 16:56:24.361277000, delta=616000 ns, racy<=10000 ns 16:56:24.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.362113000, lastModified=2023-03-25 16:56:24.361277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.362113000, lastModified=2023-03-25 16:56:24.361277000, delta=836000 ns, racy<=10000 ns 16:56:24.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.362384000, lastModified=2023-03-25 16:56:24.361277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.362384000, lastModified=2023-03-25 16:56:24.361277000, delta=1107000 ns, racy<=10000 ns 16:56:24.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.413729000, lastModified=2023-03-25 16:56:24.361277000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.361277000 to 2023-03-25 16:56:24.413278000 16:56:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.415285000, lastModified=2023-03-25 16:56:24.414278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.415285000, lastModified=2023-03-25 16:56:24.414278000, delta=1007000 ns, racy<=10000 ns 16:56:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.415603000, lastModified=2023-03-25 16:56:24.414278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.415603000, lastModified=2023-03-25 16:56:24.414278000, delta=1325000 ns, racy<=10000 ns 16:56:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.415831000, lastModified=2023-03-25 16:56:24.414278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.414278000 to 2023-03-25 16:56:24.415278000 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.416020000, lastModified=2023-03-25 16:56:24.415278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.416020000, lastModified=2023-03-25 16:56:24.415278000, delta=742000 ns, racy<=10000 ns 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.416213000, lastModified=2023-03-25 16:56:24.415278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.416213000, lastModified=2023-03-25 16:56:24.415278000, delta=935000 ns, racy<=10000 ns 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.416389000, lastModified=2023-03-25 16:56:24.415278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.416389000, lastModified=2023-03-25 16:56:24.415278000, delta=1111000 ns, racy<=10000 ns 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.416580000, lastModified=2023-03-25 16:56:24.415278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.416580000, lastModified=2023-03-25 16:56:24.415278000, delta=1302000 ns, racy<=10000 ns 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.416753000, lastModified=2023-03-25 16:56:24.415278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.416753000, lastModified=2023-03-25 16:56:24.415278000, delta=1475000 ns, racy<=10000 ns 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.416948000, lastModified=2023-03-25 16:56:24.416278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.416948000, lastModified=2023-03-25 16:56:24.416278000, delta=670000 ns, racy<=10000 ns 16:56:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.417168000, lastModified=2023-03-25 16:56:24.416278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.417168000, lastModified=2023-03-25 16:56:24.416278000, delta=890000 ns, racy<=10000 ns 16:56:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.417520000, lastModified=2023-03-25 16:56:24.416278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.417520000, lastModified=2023-03-25 16:56:24.416278000, delta=1242000 ns, racy<=10000 ns 16:56:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.417723000, lastModified=2023-03-25 16:56:24.416278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.417723000, lastModified=2023-03-25 16:56:24.416278000, delta=1445000 ns, racy<=10000 ns 16:56:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.417906000, lastModified=2023-03-25 16:56:24.417278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.417906000, lastModified=2023-03-25 16:56:24.417278000, delta=628000 ns, racy<=10000 ns 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.418091000, lastModified=2023-03-25 16:56:24.417278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.418091000, lastModified=2023-03-25 16:56:24.417278000, delta=813000 ns, racy<=10000 ns 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.418260000, lastModified=2023-03-25 16:56:24.417278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.418260000, lastModified=2023-03-25 16:56:24.417278000, delta=982000 ns, racy<=10000 ns 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.418430000, lastModified=2023-03-25 16:56:24.417278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.418430000, lastModified=2023-03-25 16:56:24.417278000, delta=1152000 ns, racy<=10000 ns 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.418600000, lastModified=2023-03-25 16:56:24.417278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.418600000, lastModified=2023-03-25 16:56:24.417278000, delta=1322000 ns, racy<=10000 ns 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.418781000, lastModified=2023-03-25 16:56:24.417278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.418781000, lastModified=2023-03-25 16:56:24.417278000, delta=1503000 ns, racy<=10000 ns 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.418982000, lastModified=2023-03-25 16:56:24.418278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.418982000, lastModified=2023-03-25 16:56:24.418278000, delta=704000 ns, racy<=10000 ns 16:56:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.419167000, lastModified=2023-03-25 16:56:24.418278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.419167000, lastModified=2023-03-25 16:56:24.418278000, delta=889000 ns, racy<=10000 ns 16:56:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.419607000, lastModified=2023-03-25 16:56:24.418278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.419607000, lastModified=2023-03-25 16:56:24.418278000, delta=1329000 ns, racy<=10000 ns 16:56:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.419815000, lastModified=2023-03-25 16:56:24.418278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.418278000 to 2023-03-25 16:56:24.419278000 16:56:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.420013000, lastModified=2023-03-25 16:56:24.419278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.420013000, lastModified=2023-03-25 16:56:24.419278000, delta=735000 ns, racy<=10000 ns 16:56:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.420230000, lastModified=2023-03-25 16:56:24.419278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.420230000, lastModified=2023-03-25 16:56:24.419278000, delta=952000 ns, racy<=10000 ns 16:56:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.420489000, lastModified=2023-03-25 16:56:24.419278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.420489000, lastModified=2023-03-25 16:56:24.419278000, delta=1211000 ns, racy<=10000 ns 16:56:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.420737000, lastModified=2023-03-25 16:56:24.419278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.419278000 to 2023-03-25 16:56:24.420278000 16:56:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.421090000, lastModified=2023-03-25 16:56:24.420278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.421090000, lastModified=2023-03-25 16:56:24.420278000, delta=812000 ns, racy<=10000 ns 16:56:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.421376000, lastModified=2023-03-25 16:56:24.420278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.421376000, lastModified=2023-03-25 16:56:24.420278000, delta=1098000 ns, racy<=10000 ns 16:56:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.421705000, lastModified=2023-03-25 16:56:24.420278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.421705000, lastModified=2023-03-25 16:56:24.420278000, delta=1427000 ns, racy<=10000 ns 16:56:24.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.422017000, lastModified=2023-03-25 16:56:24.421278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.422017000, lastModified=2023-03-25 16:56:24.421278000, delta=739000 ns, racy<=10000 ns 16:56:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.422539000, lastModified=2023-03-25 16:56:24.421278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.422539000, lastModified=2023-03-25 16:56:24.421278000, delta=1261000 ns, racy<=10000 ns 16:56:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.422827000, lastModified=2023-03-25 16:56:24.421278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.421278000 to 2023-03-25 16:56:24.422278000 16:56:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.423088000, lastModified=2023-03-25 16:56:24.422278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.423088000, lastModified=2023-03-25 16:56:24.422278000, delta=810000 ns, racy<=10000 ns 16:56:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.423342000, lastModified=2023-03-25 16:56:24.422278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.423342000, lastModified=2023-03-25 16:56:24.422278000, delta=1064000 ns, racy<=10000 ns 16:56:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.423586000, lastModified=2023-03-25 16:56:24.422278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.423586000, lastModified=2023-03-25 16:56:24.422278000, delta=1308000 ns, racy<=10000 ns 16:56:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.423821000, lastModified=2023-03-25 16:56:24.422278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.422278000 to 2023-03-25 16:56:24.423278000 16:56:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.424106000, lastModified=2023-03-25 16:56:24.423278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.424106000, lastModified=2023-03-25 16:56:24.423278000, delta=828000 ns, racy<=10000 ns 16:56:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.424294000, lastModified=2023-03-25 16:56:24.423278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.424294000, lastModified=2023-03-25 16:56:24.423278000, delta=1016000 ns, racy<=10000 ns 16:56:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.424467000, lastModified=2023-03-25 16:56:24.423278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.424467000, lastModified=2023-03-25 16:56:24.423278000, delta=1189000 ns, racy<=10000 ns 16:56:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.424645000, lastModified=2023-03-25 16:56:24.423278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.424645000, lastModified=2023-03-25 16:56:24.423278000, delta=1367000 ns, racy<=10000 ns 16:56:24.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.425000000, lastModified=2023-03-25 16:56:24.423278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.423278000 to 2023-03-25 16:56:24.424278000 16:56:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.425185000, lastModified=2023-03-25 16:56:24.424278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.425185000, lastModified=2023-03-25 16:56:24.424278000, delta=907000 ns, racy<=10000 ns 16:56:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.425356000, lastModified=2023-03-25 16:56:24.424278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.425356000, lastModified=2023-03-25 16:56:24.424278000, delta=1078000 ns, racy<=10000 ns 16:56:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.425537000, lastModified=2023-03-25 16:56:24.424278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.425537000, lastModified=2023-03-25 16:56:24.424278000, delta=1259000 ns, racy<=10000 ns 16:56:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.425731000, lastModified=2023-03-25 16:56:24.424278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.425731000, lastModified=2023-03-25 16:56:24.424278000, delta=1453000 ns, racy<=10000 ns 16:56:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.425917000, lastModified=2023-03-25 16:56:24.425278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.425917000, lastModified=2023-03-25 16:56:24.425278000, delta=639000 ns, racy<=10000 ns 16:56:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.426199000, lastModified=2023-03-25 16:56:24.425278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.426199000, lastModified=2023-03-25 16:56:24.425278000, delta=921000 ns, racy<=10000 ns 16:56:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.426370000, lastModified=2023-03-25 16:56:24.425278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.426370000, lastModified=2023-03-25 16:56:24.425278000, delta=1092000 ns, racy<=10000 ns 16:56:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.426538000, lastModified=2023-03-25 16:56:24.425278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.426538000, lastModified=2023-03-25 16:56:24.425278000, delta=1260000 ns, racy<=10000 ns 16:56:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.426731000, lastModified=2023-03-25 16:56:24.425278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.426731000, lastModified=2023-03-25 16:56:24.425278000, delta=1453000 ns, racy<=10000 ns 16:56:24.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.427189000, lastModified=2023-03-25 16:56:24.426278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.427189000, lastModified=2023-03-25 16:56:24.426278000, delta=911000 ns, racy<=10000 ns 16:56:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.427489000, lastModified=2023-03-25 16:56:24.426278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.427489000, lastModified=2023-03-25 16:56:24.426278000, delta=1211000 ns, racy<=10000 ns 16:56:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.427711000, lastModified=2023-03-25 16:56:24.426278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.427711000, lastModified=2023-03-25 16:56:24.426278000, delta=1433000 ns, racy<=10000 ns 16:56:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.427898000, lastModified=2023-03-25 16:56:24.427278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.427898000, lastModified=2023-03-25 16:56:24.427278000, delta=620000 ns, racy<=10000 ns 16:56:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.428094000, lastModified=2023-03-25 16:56:24.427278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.428094000, lastModified=2023-03-25 16:56:24.427278000, delta=816000 ns, racy<=10000 ns 16:56:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.428261000, lastModified=2023-03-25 16:56:24.427278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.428261000, lastModified=2023-03-25 16:56:24.427278000, delta=983000 ns, racy<=10000 ns 16:56:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.428558000, lastModified=2023-03-25 16:56:24.427278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.428558000, lastModified=2023-03-25 16:56:24.427278000, delta=1280000 ns, racy<=10000 ns 16:56:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.428726000, lastModified=2023-03-25 16:56:24.427278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.428726000, lastModified=2023-03-25 16:56:24.427278000, delta=1448000 ns, racy<=10000 ns 16:56:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.428926000, lastModified=2023-03-25 16:56:24.428278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.428926000, lastModified=2023-03-25 16:56:24.428278000, delta=648000 ns, racy<=10000 ns 16:56:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.429112000, lastModified=2023-03-25 16:56:24.428278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.429112000, lastModified=2023-03-25 16:56:24.428278000, delta=834000 ns, racy<=10000 ns 16:56:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.429481000, lastModified=2023-03-25 16:56:24.428278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.429481000, lastModified=2023-03-25 16:56:24.428278000, delta=1203000 ns, racy<=10000 ns 16:56:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.429682000, lastModified=2023-03-25 16:56:24.428278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.429682000, lastModified=2023-03-25 16:56:24.428278000, delta=1404000 ns, racy<=10000 ns 16:56:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.429853000, lastModified=2023-03-25 16:56:24.428278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.428278000 to 2023-03-25 16:56:24.429278000 16:56:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.430064000, lastModified=2023-03-25 16:56:24.429278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.430064000, lastModified=2023-03-25 16:56:24.429278000, delta=786000 ns, racy<=10000 ns 16:56:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.430234000, lastModified=2023-03-25 16:56:24.429278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.430234000, lastModified=2023-03-25 16:56:24.429278000, delta=956000 ns, racy<=10000 ns 16:56:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.430401000, lastModified=2023-03-25 16:56:24.429278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.430401000, lastModified=2023-03-25 16:56:24.429278000, delta=1123000 ns, racy<=10000 ns 16:56:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.430672000, lastModified=2023-03-25 16:56:24.429278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.430672000, lastModified=2023-03-25 16:56:24.429278000, delta=1394000 ns, racy<=10000 ns 16:56:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.430837000, lastModified=2023-03-25 16:56:24.429278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.429278000 to 2023-03-25 16:56:24.430278000 16:56:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.431053000, lastModified=2023-03-25 16:56:24.430278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.431053000, lastModified=2023-03-25 16:56:24.430278000, delta=775000 ns, racy<=10000 ns 16:56:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.431229000, lastModified=2023-03-25 16:56:24.430278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.431229000, lastModified=2023-03-25 16:56:24.430278000, delta=951000 ns, racy<=10000 ns 16:56:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.431613000, lastModified=2023-03-25 16:56:24.430278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.431613000, lastModified=2023-03-25 16:56:24.430278000, delta=1335000 ns, racy<=10000 ns 16:56:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.431785000, lastModified=2023-03-25 16:56:24.430278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.431785000, lastModified=2023-03-25 16:56:24.430278000, delta=1507000 ns, racy<=10000 ns 16:56:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.431985000, lastModified=2023-03-25 16:56:24.431278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.431985000, lastModified=2023-03-25 16:56:24.431278000, delta=707000 ns, racy<=10000 ns 16:56:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.432155000, lastModified=2023-03-25 16:56:24.431278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.432155000, lastModified=2023-03-25 16:56:24.431278000, delta=877000 ns, racy<=10000 ns 16:56:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.432319000, lastModified=2023-03-25 16:56:24.431278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.432319000, lastModified=2023-03-25 16:56:24.431278000, delta=1041000 ns, racy<=10000 ns 16:56:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.432484000, lastModified=2023-03-25 16:56:24.431278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.432484000, lastModified=2023-03-25 16:56:24.431278000, delta=1206000 ns, racy<=10000 ns 16:56:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.432771000, lastModified=2023-03-25 16:56:24.431278000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.432771000, lastModified=2023-03-25 16:56:24.431278000, delta=1493000 ns, racy<=10000 ns 16:56:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.432975000, lastModified=2023-03-25 16:56:24.432279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.432975000, lastModified=2023-03-25 16:56:24.432279000, delta=696000 ns, racy<=10000 ns 16:56:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.433145000, lastModified=2023-03-25 16:56:24.432279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.433145000, lastModified=2023-03-25 16:56:24.432279000, delta=866000 ns, racy<=10000 ns 16:56:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.433314000, lastModified=2023-03-25 16:56:24.432279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.433314000, lastModified=2023-03-25 16:56:24.432279000, delta=1035000 ns, racy<=10000 ns 16:56:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.433645000, lastModified=2023-03-25 16:56:24.432279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.433645000, lastModified=2023-03-25 16:56:24.432279000, delta=1366000 ns, racy<=10000 ns 16:56:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.433857000, lastModified=2023-03-25 16:56:24.432279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.432279000 to 2023-03-25 16:56:24.433279000 16:56:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.434133000, lastModified=2023-03-25 16:56:24.433279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.434133000, lastModified=2023-03-25 16:56:24.433279000, delta=854000 ns, racy<=10000 ns 16:56:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.434390000, lastModified=2023-03-25 16:56:24.433279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.434390000, lastModified=2023-03-25 16:56:24.433279000, delta=1111000 ns, racy<=10000 ns 16:56:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.434700000, lastModified=2023-03-25 16:56:24.433279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.434700000, lastModified=2023-03-25 16:56:24.433279000, delta=1421000 ns, racy<=10000 ns 16:56:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.434950000, lastModified=2023-03-25 16:56:24.434279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.434950000, lastModified=2023-03-25 16:56:24.434279000, delta=671000 ns, racy<=10000 ns 16:56:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.435267000, lastModified=2023-03-25 16:56:24.434279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.435267000, lastModified=2023-03-25 16:56:24.434279000, delta=988000 ns, racy<=10000 ns 16:56:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.435495000, lastModified=2023-03-25 16:56:24.434279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.435495000, lastModified=2023-03-25 16:56:24.434279000, delta=1216000 ns, racy<=10000 ns 16:56:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.435718000, lastModified=2023-03-25 16:56:24.434279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.435718000, lastModified=2023-03-25 16:56:24.434279000, delta=1439000 ns, racy<=10000 ns 16:56:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.435922000, lastModified=2023-03-25 16:56:24.435279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.435922000, lastModified=2023-03-25 16:56:24.435279000, delta=643000 ns, racy<=10000 ns 16:56:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.436281000, lastModified=2023-03-25 16:56:24.435279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.436281000, lastModified=2023-03-25 16:56:24.435279000, delta=1002000 ns, racy<=10000 ns 16:56:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.436460000, lastModified=2023-03-25 16:56:24.435279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.436460000, lastModified=2023-03-25 16:56:24.435279000, delta=1181000 ns, racy<=10000 ns 16:56:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.436625000, lastModified=2023-03-25 16:56:24.435279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.436625000, lastModified=2023-03-25 16:56:24.435279000, delta=1346000 ns, racy<=10000 ns 16:56:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.436788000, lastModified=2023-03-25 16:56:24.435279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.436788000, lastModified=2023-03-25 16:56:24.435279000, delta=1509000 ns, racy<=10000 ns 16:56:24.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.436991000, lastModified=2023-03-25 16:56:24.436279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.436991000, lastModified=2023-03-25 16:56:24.436279000, delta=712000 ns, racy<=10000 ns 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.437171000, lastModified=2023-03-25 16:56:24.436279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.437171000, lastModified=2023-03-25 16:56:24.436279000, delta=892000 ns, racy<=10000 ns 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.437442000, lastModified=2023-03-25 16:56:24.436279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.437442000, lastModified=2023-03-25 16:56:24.436279000, delta=1163000 ns, racy<=10000 ns 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.437605000, lastModified=2023-03-25 16:56:24.436279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.437605000, lastModified=2023-03-25 16:56:24.436279000, delta=1326000 ns, racy<=10000 ns 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.437770000, lastModified=2023-03-25 16:56:24.436279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.437770000, lastModified=2023-03-25 16:56:24.436279000, delta=1491000 ns, racy<=10000 ns 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.437966000, lastModified=2023-03-25 16:56:24.437279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.437966000, lastModified=2023-03-25 16:56:24.437279000, delta=687000 ns, racy<=10000 ns 16:56:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.438351000, lastModified=2023-03-25 16:56:24.437279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.438351000, lastModified=2023-03-25 16:56:24.437279000, delta=1072000 ns, racy<=10000 ns 16:56:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.438572000, lastModified=2023-03-25 16:56:24.437279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.438572000, lastModified=2023-03-25 16:56:24.437279000, delta=1293000 ns, racy<=10000 ns 16:56:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.438748000, lastModified=2023-03-25 16:56:24.437279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.438748000, lastModified=2023-03-25 16:56:24.437279000, delta=1469000 ns, racy<=10000 ns 16:56:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.438942000, lastModified=2023-03-25 16:56:24.438279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.438942000, lastModified=2023-03-25 16:56:24.438279000, delta=663000 ns, racy<=10000 ns 16:56:24.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.439185000, lastModified=2023-03-25 16:56:24.438279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.439185000, lastModified=2023-03-25 16:56:24.438279000, delta=906000 ns, racy<=10000 ns 16:56:24.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.439368000, lastModified=2023-03-25 16:56:24.438279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.439368000, lastModified=2023-03-25 16:56:24.438279000, delta=1089000 ns, racy<=10000 ns 16:56:24.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.439648000, lastModified=2023-03-25 16:56:24.438279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.439648000, lastModified=2023-03-25 16:56:24.438279000, delta=1369000 ns, racy<=10000 ns 16:56:24.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.439830000, lastModified=2023-03-25 16:56:24.438279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.438279000 to 2023-03-25 16:56:24.439279000 16:56:24.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.440015000, lastModified=2023-03-25 16:56:24.439279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.440015000, lastModified=2023-03-25 16:56:24.439279000, delta=736000 ns, racy<=10000 ns 16:56:24.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.440190000, lastModified=2023-03-25 16:56:24.439279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.440190000, lastModified=2023-03-25 16:56:24.439279000, delta=911000 ns, racy<=10000 ns 16:56:24.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.440519000, lastModified=2023-03-25 16:56:24.439279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.440519000, lastModified=2023-03-25 16:56:24.439279000, delta=1240000 ns, racy<=10000 ns 16:56:24.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.440688000, lastModified=2023-03-25 16:56:24.439279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.440688000, lastModified=2023-03-25 16:56:24.439279000, delta=1409000 ns, racy<=10000 ns 16:56:24.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.440857000, lastModified=2023-03-25 16:56:24.439279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.439279000 to 2023-03-25 16:56:24.440279000 16:56:24.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.441058000, lastModified=2023-03-25 16:56:24.440279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.441058000, lastModified=2023-03-25 16:56:24.440279000, delta=779000 ns, racy<=10000 ns 16:56:24.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.441231000, lastModified=2023-03-25 16:56:24.440279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.441231000, lastModified=2023-03-25 16:56:24.440279000, delta=952000 ns, racy<=10000 ns 16:56:24.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.441399000, lastModified=2023-03-25 16:56:24.440279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.441399000, lastModified=2023-03-25 16:56:24.440279000, delta=1120000 ns, racy<=10000 ns 16:56:24.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.441673000, lastModified=2023-03-25 16:56:24.440279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.441673000, lastModified=2023-03-25 16:56:24.440279000, delta=1394000 ns, racy<=10000 ns 16:56:24.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.441840000, lastModified=2023-03-25 16:56:24.440279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.440279000 to 2023-03-25 16:56:24.441279000 16:56:24.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.442024000, lastModified=2023-03-25 16:56:24.441279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.442024000, lastModified=2023-03-25 16:56:24.441279000, delta=745000 ns, racy<=10000 ns 16:56:24.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.442197000, lastModified=2023-03-25 16:56:24.441279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.442197000, lastModified=2023-03-25 16:56:24.441279000, delta=918000 ns, racy<=10000 ns 16:56:24.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.442523000, lastModified=2023-03-25 16:56:24.441279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.442523000, lastModified=2023-03-25 16:56:24.441279000, delta=1244000 ns, racy<=10000 ns 16:56:24.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.442690000, lastModified=2023-03-25 16:56:24.441279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.442690000, lastModified=2023-03-25 16:56:24.441279000, delta=1411000 ns, racy<=10000 ns 16:56:24.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.442872000, lastModified=2023-03-25 16:56:24.441279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.441279000 to 2023-03-25 16:56:24.442279000 16:56:24.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.443050000, lastModified=2023-03-25 16:56:24.442279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.443050000, lastModified=2023-03-25 16:56:24.442279000, delta=771000 ns, racy<=10000 ns 16:56:24.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.443255000, lastModified=2023-03-25 16:56:24.442279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.443255000, lastModified=2023-03-25 16:56:24.442279000, delta=976000 ns, racy<=10000 ns 16:56:24.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.443429000, lastModified=2023-03-25 16:56:24.442279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.443429000, lastModified=2023-03-25 16:56:24.442279000, delta=1150000 ns, racy<=10000 ns 16:56:24.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.443748000, lastModified=2023-03-25 16:56:24.442279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.443748000, lastModified=2023-03-25 16:56:24.442279000, delta=1469000 ns, racy<=10000 ns 16:56:24.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.443948000, lastModified=2023-03-25 16:56:24.443279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.443948000, lastModified=2023-03-25 16:56:24.443279000, delta=669000 ns, racy<=10000 ns 16:56:24.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.444159000, lastModified=2023-03-25 16:56:24.443279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.444159000, lastModified=2023-03-25 16:56:24.443279000, delta=880000 ns, racy<=10000 ns 16:56:24.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.444327000, lastModified=2023-03-25 16:56:24.443279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.444327000, lastModified=2023-03-25 16:56:24.443279000, delta=1048000 ns, racy<=10000 ns 16:56:24.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.445248000, lastModified=2023-03-25 16:56:24.444279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.445248000, lastModified=2023-03-25 16:56:24.444279000, delta=969000 ns, racy<=10000 ns 16:56:24.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.445465000, lastModified=2023-03-25 16:56:24.444279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.445465000, lastModified=2023-03-25 16:56:24.444279000, delta=1186000 ns, racy<=10000 ns 16:56:24.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.445643000, lastModified=2023-03-25 16:56:24.444279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.445643000, lastModified=2023-03-25 16:56:24.444279000, delta=1364000 ns, racy<=10000 ns 16:56:24.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.445819000, lastModified=2023-03-25 16:56:24.444279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.444279000 to 2023-03-25 16:56:24.445279000 16:56:24.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.446036000, lastModified=2023-03-25 16:56:24.445279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.446036000, lastModified=2023-03-25 16:56:24.445279000, delta=757000 ns, racy<=10000 ns 16:56:24.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.446370000, lastModified=2023-03-25 16:56:24.445279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.446370000, lastModified=2023-03-25 16:56:24.445279000, delta=1091000 ns, racy<=10000 ns 16:56:24.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.446656000, lastModified=2023-03-25 16:56:24.445279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.446656000, lastModified=2023-03-25 16:56:24.445279000, delta=1377000 ns, racy<=10000 ns 16:56:24.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.446824000, lastModified=2023-03-25 16:56:24.445279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.445279000 to 2023-03-25 16:56:24.446279000 16:56:24.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.447030000, lastModified=2023-03-25 16:56:24.446279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.447030000, lastModified=2023-03-25 16:56:24.446279000, delta=751000 ns, racy<=10000 ns 16:56:24.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.447213000, lastModified=2023-03-25 16:56:24.446279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.447213000, lastModified=2023-03-25 16:56:24.446279000, delta=934000 ns, racy<=10000 ns 16:56:24.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.447678000, lastModified=2023-03-25 16:56:24.446279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.447678000, lastModified=2023-03-25 16:56:24.446279000, delta=1399000 ns, racy<=10000 ns 16:56:24.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.447911000, lastModified=2023-03-25 16:56:24.447279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.447911000, lastModified=2023-03-25 16:56:24.447279000, delta=632000 ns, racy<=10000 ns 16:56:24.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.448102000, lastModified=2023-03-25 16:56:24.447279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.448102000, lastModified=2023-03-25 16:56:24.447279000, delta=823000 ns, racy<=10000 ns 16:56:24.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.448358000, lastModified=2023-03-25 16:56:24.447279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.448358000, lastModified=2023-03-25 16:56:24.447279000, delta=1079000 ns, racy<=10000 ns 16:56:24.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.448630000, lastModified=2023-03-25 16:56:24.447279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.448630000, lastModified=2023-03-25 16:56:24.447279000, delta=1351000 ns, racy<=10000 ns 16:56:24.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.448929000, lastModified=2023-03-25 16:56:24.448279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.448929000, lastModified=2023-03-25 16:56:24.448279000, delta=650000 ns, racy<=10000 ns 16:56:24.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.449334000, lastModified=2023-03-25 16:56:24.448279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.449334000, lastModified=2023-03-25 16:56:24.448279000, delta=1055000 ns, racy<=10000 ns 16:56:24.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.449618000, lastModified=2023-03-25 16:56:24.448279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.449618000, lastModified=2023-03-25 16:56:24.448279000, delta=1339000 ns, racy<=10000 ns 16:56:24.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.449911000, lastModified=2023-03-25 16:56:24.448279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.448279000 to 2023-03-25 16:56:24.449279000 16:56:24.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.450224000, lastModified=2023-03-25 16:56:24.449279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.450224000, lastModified=2023-03-25 16:56:24.449279000, delta=945000 ns, racy<=10000 ns 16:56:24.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.450767000, lastModified=2023-03-25 16:56:24.449279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.449279000 to 2023-03-25 16:56:24.450279000 16:56:24.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.451063000, lastModified=2023-03-25 16:56:24.450279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.451063000, lastModified=2023-03-25 16:56:24.450279000, delta=784000 ns, racy<=10000 ns 16:56:24.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.451343000, lastModified=2023-03-25 16:56:24.450279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.451343000, lastModified=2023-03-25 16:56:24.450279000, delta=1064000 ns, racy<=10000 ns 16:56:24.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.451610000, lastModified=2023-03-25 16:56:24.450279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.451610000, lastModified=2023-03-25 16:56:24.450279000, delta=1331000 ns, racy<=10000 ns 16:56:24.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.451882000, lastModified=2023-03-25 16:56:24.450279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.450279000 to 2023-03-25 16:56:24.451279000 16:56:24.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.452142000, lastModified=2023-03-25 16:56:24.451279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.452142000, lastModified=2023-03-25 16:56:24.451279000, delta=863000 ns, racy<=10000 ns 16:56:24.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.452500000, lastModified=2023-03-25 16:56:24.451279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.452500000, lastModified=2023-03-25 16:56:24.451279000, delta=1221000 ns, racy<=10000 ns 16:56:24.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.452754000, lastModified=2023-03-25 16:56:24.451279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.452754000, lastModified=2023-03-25 16:56:24.451279000, delta=1475000 ns, racy<=10000 ns 16:56:24.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.453057000, lastModified=2023-03-25 16:56:24.452279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.453057000, lastModified=2023-03-25 16:56:24.452279000, delta=778000 ns, racy<=10000 ns 16:56:24.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.454101000, lastModified=2023-03-25 16:56:24.453279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.454101000, lastModified=2023-03-25 16:56:24.453279000, delta=822000 ns, racy<=10000 ns 16:56:24.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.454633000, lastModified=2023-03-25 16:56:24.453279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.454633000, lastModified=2023-03-25 16:56:24.453279000, delta=1354000 ns, racy<=10000 ns 16:56:24.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.454951000, lastModified=2023-03-25 16:56:24.454279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.454951000, lastModified=2023-03-25 16:56:24.454279000, delta=672000 ns, racy<=10000 ns 16:56:24.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.455214000, lastModified=2023-03-25 16:56:24.454279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.455214000, lastModified=2023-03-25 16:56:24.454279000, delta=935000 ns, racy<=10000 ns 16:56:24.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.455459000, lastModified=2023-03-25 16:56:24.454279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.455459000, lastModified=2023-03-25 16:56:24.454279000, delta=1180000 ns, racy<=10000 ns 16:56:24.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.455710000, lastModified=2023-03-25 16:56:24.454279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.455710000, lastModified=2023-03-25 16:56:24.454279000, delta=1431000 ns, racy<=10000 ns 16:56:24.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.455991000, lastModified=2023-03-25 16:56:24.455279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.455991000, lastModified=2023-03-25 16:56:24.455279000, delta=712000 ns, racy<=10000 ns 16:56:24.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.456331000, lastModified=2023-03-25 16:56:24.455279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.456331000, lastModified=2023-03-25 16:56:24.455279000, delta=1052000 ns, racy<=10000 ns 16:56:24.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.456577000, lastModified=2023-03-25 16:56:24.455279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.456577000, lastModified=2023-03-25 16:56:24.455279000, delta=1298000 ns, racy<=10000 ns 16:56:24.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.456852000, lastModified=2023-03-25 16:56:24.455279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.455279000 to 2023-03-25 16:56:24.456279000 16:56:24.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.457136000, lastModified=2023-03-25 16:56:24.456279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.457136000, lastModified=2023-03-25 16:56:24.456279000, delta=857000 ns, racy<=10000 ns 16:56:24.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.457551000, lastModified=2023-03-25 16:56:24.456279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.457551000, lastModified=2023-03-25 16:56:24.456279000, delta=1272000 ns, racy<=10000 ns 16:56:24.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.457804000, lastModified=2023-03-25 16:56:24.456279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.456279000 to 2023-03-25 16:56:24.457279000 16:56:24.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.458072000, lastModified=2023-03-25 16:56:24.457279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.458072000, lastModified=2023-03-25 16:56:24.457279000, delta=793000 ns, racy<=10000 ns 16:56:24.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.458346000, lastModified=2023-03-25 16:56:24.457279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.458346000, lastModified=2023-03-25 16:56:24.457279000, delta=1067000 ns, racy<=10000 ns 16:56:24.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.458588000, lastModified=2023-03-25 16:56:24.457279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.458588000, lastModified=2023-03-25 16:56:24.457279000, delta=1309000 ns, racy<=10000 ns 16:56:24.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.458831000, lastModified=2023-03-25 16:56:24.457279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.457279000 to 2023-03-25 16:56:24.458279000 16:56:24.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.459098000, lastModified=2023-03-25 16:56:24.458279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.459098000, lastModified=2023-03-25 16:56:24.458279000, delta=819000 ns, racy<=10000 ns 16:56:24.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.459356000, lastModified=2023-03-25 16:56:24.458279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.459356000, lastModified=2023-03-25 16:56:24.458279000, delta=1077000 ns, racy<=10000 ns 16:56:24.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.459594000, lastModified=2023-03-25 16:56:24.458279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.459594000, lastModified=2023-03-25 16:56:24.458279000, delta=1315000 ns, racy<=10000 ns 16:56:24.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.459835000, lastModified=2023-03-25 16:56:24.458279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.458279000 to 2023-03-25 16:56:24.459279000 16:56:24.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.460398000, lastModified=2023-03-25 16:56:24.459279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.460398000, lastModified=2023-03-25 16:56:24.459279000, delta=1119000 ns, racy<=10000 ns 16:56:24.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.460653000, lastModified=2023-03-25 16:56:24.459279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.460653000, lastModified=2023-03-25 16:56:24.459279000, delta=1374000 ns, racy<=10000 ns 16:56:24.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.460935000, lastModified=2023-03-25 16:56:24.460279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.460935000, lastModified=2023-03-25 16:56:24.460279000, delta=656000 ns, racy<=10000 ns 16:56:24.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.461181000, lastModified=2023-03-25 16:56:24.460279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.461181000, lastModified=2023-03-25 16:56:24.460279000, delta=902000 ns, racy<=10000 ns 16:56:24.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.461440000, lastModified=2023-03-25 16:56:24.460279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.461440000, lastModified=2023-03-25 16:56:24.460279000, delta=1161000 ns, racy<=10000 ns 16:56:24.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.461673000, lastModified=2023-03-25 16:56:24.460279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.461673000, lastModified=2023-03-25 16:56:24.460279000, delta=1394000 ns, racy<=10000 ns 16:56:24.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.461949000, lastModified=2023-03-25 16:56:24.461279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.461949000, lastModified=2023-03-25 16:56:24.461279000, delta=670000 ns, racy<=10000 ns 16:56:24.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.462562000, lastModified=2023-03-25 16:56:24.461279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.462562000, lastModified=2023-03-25 16:56:24.461279000, delta=1283000 ns, racy<=10000 ns 16:56:24.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.462913000, lastModified=2023-03-25 16:56:24.461279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.461279000 to 2023-03-25 16:56:24.462279000 16:56:24.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.463151000, lastModified=2023-03-25 16:56:24.462279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.463151000, lastModified=2023-03-25 16:56:24.462279000, delta=872000 ns, racy<=10000 ns 16:56:24.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.463517000, lastModified=2023-03-25 16:56:24.462279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.463517000, lastModified=2023-03-25 16:56:24.462279000, delta=1238000 ns, racy<=10000 ns 16:56:24.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.463719000, lastModified=2023-03-25 16:56:24.462279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.463719000, lastModified=2023-03-25 16:56:24.462279000, delta=1440000 ns, racy<=10000 ns 16:56:24.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.463943000, lastModified=2023-03-25 16:56:24.463279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.463943000, lastModified=2023-03-25 16:56:24.463279000, delta=664000 ns, racy<=10000 ns 16:56:24.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.464136000, lastModified=2023-03-25 16:56:24.463279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.464136000, lastModified=2023-03-25 16:56:24.463279000, delta=857000 ns, racy<=10000 ns 16:56:24.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.464316000, lastModified=2023-03-25 16:56:24.463279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.464316000, lastModified=2023-03-25 16:56:24.463279000, delta=1037000 ns, racy<=10000 ns 16:56:24.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.464498000, lastModified=2023-03-25 16:56:24.463279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.464498000, lastModified=2023-03-25 16:56:24.463279000, delta=1219000 ns, racy<=10000 ns 16:56:24.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.464692000, lastModified=2023-03-25 16:56:24.463279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.464692000, lastModified=2023-03-25 16:56:24.463279000, delta=1413000 ns, racy<=10000 ns 16:56:24.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.464903000, lastModified=2023-03-25 16:56:24.463279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.463279000 to 2023-03-25 16:56:24.464279000 16:56:24.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.465094000, lastModified=2023-03-25 16:56:24.464279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.465094000, lastModified=2023-03-25 16:56:24.464279000, delta=815000 ns, racy<=10000 ns 16:56:24.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.465333000, lastModified=2023-03-25 16:56:24.464279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.465333000, lastModified=2023-03-25 16:56:24.464279000, delta=1054000 ns, racy<=10000 ns 16:56:24.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.465725000, lastModified=2023-03-25 16:56:24.464279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.465725000, lastModified=2023-03-25 16:56:24.464279000, delta=1446000 ns, racy<=10000 ns 16:56:24.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.465955000, lastModified=2023-03-25 16:56:24.465279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.465955000, lastModified=2023-03-25 16:56:24.465279000, delta=676000 ns, racy<=10000 ns 16:56:24.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.466178000, lastModified=2023-03-25 16:56:24.465279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.466178000, lastModified=2023-03-25 16:56:24.465279000, delta=899000 ns, racy<=10000 ns 16:56:24.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.466359000, lastModified=2023-03-25 16:56:24.465279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.466359000, lastModified=2023-03-25 16:56:24.465279000, delta=1080000 ns, racy<=10000 ns 16:56:24.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.466548000, lastModified=2023-03-25 16:56:24.465279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.466548000, lastModified=2023-03-25 16:56:24.465279000, delta=1269000 ns, racy<=10000 ns 16:56:24.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.466736000, lastModified=2023-03-25 16:56:24.465279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.466736000, lastModified=2023-03-25 16:56:24.465279000, delta=1457000 ns, racy<=10000 ns 16:56:24.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.466959000, lastModified=2023-03-25 16:56:24.466279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.466959000, lastModified=2023-03-25 16:56:24.466279000, delta=680000 ns, racy<=10000 ns 16:56:24.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.467150000, lastModified=2023-03-25 16:56:24.466279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.467150000, lastModified=2023-03-25 16:56:24.466279000, delta=871000 ns, racy<=10000 ns 16:56:24.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.467333000, lastModified=2023-03-25 16:56:24.466279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.467333000, lastModified=2023-03-25 16:56:24.466279000, delta=1054000 ns, racy<=10000 ns 16:56:24.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.467514000, lastModified=2023-03-25 16:56:24.466279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.467514000, lastModified=2023-03-25 16:56:24.466279000, delta=1235000 ns, racy<=10000 ns 16:56:24.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.467883000, lastModified=2023-03-25 16:56:24.466279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.466279000 to 2023-03-25 16:56:24.467279000 16:56:24.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.468077000, lastModified=2023-03-25 16:56:24.467279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.468077000, lastModified=2023-03-25 16:56:24.467279000, delta=798000 ns, racy<=10000 ns 16:56:24.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.468258000, lastModified=2023-03-25 16:56:24.467279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.468258000, lastModified=2023-03-25 16:56:24.467279000, delta=979000 ns, racy<=10000 ns 16:56:24.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.468437000, lastModified=2023-03-25 16:56:24.467279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.468437000, lastModified=2023-03-25 16:56:24.467279000, delta=1158000 ns, racy<=10000 ns 16:56:24.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.468616000, lastModified=2023-03-25 16:56:24.467279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.468616000, lastModified=2023-03-25 16:56:24.467279000, delta=1337000 ns, racy<=10000 ns 16:56:24.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.468799000, lastModified=2023-03-25 16:56:24.467279000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.467279000 to 2023-03-25 16:56:24.468279000 16:56:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.513993000, lastModified=2023-03-25 16:56:24.513280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.513993000, lastModified=2023-03-25 16:56:24.513280000, delta=713000 ns, racy<=10000 ns 16:56:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.514237000, lastModified=2023-03-25 16:56:24.513280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.514237000, lastModified=2023-03-25 16:56:24.513280000, delta=957000 ns, racy<=10000 ns 16:56:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.514427000, lastModified=2023-03-25 16:56:24.513280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.514427000, lastModified=2023-03-25 16:56:24.513280000, delta=1147000 ns, racy<=10000 ns 16:56:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.514620000, lastModified=2023-03-25 16:56:24.513280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.514620000, lastModified=2023-03-25 16:56:24.513280000, delta=1340000 ns, racy<=10000 ns 16:56:24.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.515005000, lastModified=2023-03-25 16:56:24.513280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.513280000 to 2023-03-25 16:56:24.514280000 16:56:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.515203000, lastModified=2023-03-25 16:56:24.514280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.515203000, lastModified=2023-03-25 16:56:24.514280000, delta=923000 ns, racy<=10000 ns 16:56:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.515425000, lastModified=2023-03-25 16:56:24.514280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.515425000, lastModified=2023-03-25 16:56:24.514280000, delta=1145000 ns, racy<=10000 ns 16:56:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.515612000, lastModified=2023-03-25 16:56:24.514280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.515612000, lastModified=2023-03-25 16:56:24.514280000, delta=1332000 ns, racy<=10000 ns 16:56:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.515794000, lastModified=2023-03-25 16:56:24.514280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.515 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.514280000 to 2023-03-25 16:56:24.515280000 16:56:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.516006000, lastModified=2023-03-25 16:56:24.515280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.516006000, lastModified=2023-03-25 16:56:24.515280000, delta=726000 ns, racy<=10000 ns 16:56:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.516194000, lastModified=2023-03-25 16:56:24.515280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.516194000, lastModified=2023-03-25 16:56:24.515280000, delta=914000 ns, racy<=10000 ns 16:56:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.516373000, lastModified=2023-03-25 16:56:24.515280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.516373000, lastModified=2023-03-25 16:56:24.515280000, delta=1093000 ns, racy<=10000 ns 16:56:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.516554000, lastModified=2023-03-25 16:56:24.515280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.516554000, lastModified=2023-03-25 16:56:24.515280000, delta=1274000 ns, racy<=10000 ns 16:56:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.516735000, lastModified=2023-03-25 16:56:24.515280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.516735000, lastModified=2023-03-25 16:56:24.515280000, delta=1455000 ns, racy<=10000 ns 16:56:24.516 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.517113000, lastModified=2023-03-25 16:56:24.516280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.517113000, lastModified=2023-03-25 16:56:24.516280000, delta=833000 ns, racy<=10000 ns 16:56:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.517587000, lastModified=2023-03-25 16:56:24.516280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.517587000, lastModified=2023-03-25 16:56:24.516280000, delta=1307000 ns, racy<=10000 ns 16:56:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.517770000, lastModified=2023-03-25 16:56:24.516280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.517770000, lastModified=2023-03-25 16:56:24.516280000, delta=1490000 ns, racy<=10000 ns 16:56:24.517 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.518002000, lastModified=2023-03-25 16:56:24.517280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.518002000, lastModified=2023-03-25 16:56:24.517280000, delta=722000 ns, racy<=10000 ns 16:56:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.518209000, lastModified=2023-03-25 16:56:24.517280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.518209000, lastModified=2023-03-25 16:56:24.517280000, delta=929000 ns, racy<=10000 ns 16:56:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.518422000, lastModified=2023-03-25 16:56:24.517280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.518422000, lastModified=2023-03-25 16:56:24.517280000, delta=1142000 ns, racy<=10000 ns 16:56:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.518604000, lastModified=2023-03-25 16:56:24.517280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.518604000, lastModified=2023-03-25 16:56:24.517280000, delta=1324000 ns, racy<=10000 ns 16:56:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.518782000, lastModified=2023-03-25 16:56:24.517280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.518782000, lastModified=2023-03-25 16:56:24.517280000, delta=1502000 ns, racy<=10000 ns 16:56:24.518 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.519003000, lastModified=2023-03-25 16:56:24.518280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.519003000, lastModified=2023-03-25 16:56:24.518280000, delta=723000 ns, racy<=10000 ns 16:56:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.519223000, lastModified=2023-03-25 16:56:24.518280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.519223000, lastModified=2023-03-25 16:56:24.518280000, delta=943000 ns, racy<=10000 ns 16:56:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.519627000, lastModified=2023-03-25 16:56:24.518280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.519627000, lastModified=2023-03-25 16:56:24.518280000, delta=1347000 ns, racy<=10000 ns 16:56:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.519836000, lastModified=2023-03-25 16:56:24.518280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.518280000 to 2023-03-25 16:56:24.519280000 16:56:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.520050000, lastModified=2023-03-25 16:56:24.519280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.520050000, lastModified=2023-03-25 16:56:24.519280000, delta=770000 ns, racy<=10000 ns 16:56:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.520238000, lastModified=2023-03-25 16:56:24.519280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.520238000, lastModified=2023-03-25 16:56:24.519280000, delta=958000 ns, racy<=10000 ns 16:56:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.520418000, lastModified=2023-03-25 16:56:24.519280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.520418000, lastModified=2023-03-25 16:56:24.519280000, delta=1138000 ns, racy<=10000 ns 16:56:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.520603000, lastModified=2023-03-25 16:56:24.519280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.520603000, lastModified=2023-03-25 16:56:24.519280000, delta=1323000 ns, racy<=10000 ns 16:56:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.520781000, lastModified=2023-03-25 16:56:24.519280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.520781000, lastModified=2023-03-25 16:56:24.519280000, delta=1501000 ns, racy<=10000 ns 16:56:24.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.521001000, lastModified=2023-03-25 16:56:24.520280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.521001000, lastModified=2023-03-25 16:56:24.520280000, delta=721000 ns, racy<=10000 ns 16:56:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.521189000, lastModified=2023-03-25 16:56:24.520280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.521189000, lastModified=2023-03-25 16:56:24.520280000, delta=909000 ns, racy<=10000 ns 16:56:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.521450000, lastModified=2023-03-25 16:56:24.520280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.521450000, lastModified=2023-03-25 16:56:24.520280000, delta=1170000 ns, racy<=10000 ns 16:56:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.521794000, lastModified=2023-03-25 16:56:24.520280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.520280000 to 2023-03-25 16:56:24.521280000 16:56:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.522045000, lastModified=2023-03-25 16:56:24.521280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.522045000, lastModified=2023-03-25 16:56:24.521280000, delta=765000 ns, racy<=10000 ns 16:56:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.522358000, lastModified=2023-03-25 16:56:24.521280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.522358000, lastModified=2023-03-25 16:56:24.521280000, delta=1078000 ns, racy<=10000 ns 16:56:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.522544000, lastModified=2023-03-25 16:56:24.521280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.522544000, lastModified=2023-03-25 16:56:24.521280000, delta=1264000 ns, racy<=10000 ns 16:56:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.522726000, lastModified=2023-03-25 16:56:24.521280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.522726000, lastModified=2023-03-25 16:56:24.521280000, delta=1446000 ns, racy<=10000 ns 16:56:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.522943000, lastModified=2023-03-25 16:56:24.522280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.522943000, lastModified=2023-03-25 16:56:24.522280000, delta=663000 ns, racy<=10000 ns 16:56:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.523133000, lastModified=2023-03-25 16:56:24.522280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.523133000, lastModified=2023-03-25 16:56:24.522280000, delta=853000 ns, racy<=10000 ns 16:56:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.523342000, lastModified=2023-03-25 16:56:24.522280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.523342000, lastModified=2023-03-25 16:56:24.522280000, delta=1062000 ns, racy<=10000 ns 16:56:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.523524000, lastModified=2023-03-25 16:56:24.522280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.523524000, lastModified=2023-03-25 16:56:24.522280000, delta=1244000 ns, racy<=10000 ns 16:56:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.523703000, lastModified=2023-03-25 16:56:24.522280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.523703000, lastModified=2023-03-25 16:56:24.522280000, delta=1423000 ns, racy<=10000 ns 16:56:24.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.524130000, lastModified=2023-03-25 16:56:24.522280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.522280000 to 2023-03-25 16:56:24.523280000 16:56:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.524346000, lastModified=2023-03-25 16:56:24.523280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.524346000, lastModified=2023-03-25 16:56:24.523280000, delta=1066000 ns, racy<=10000 ns 16:56:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.524541000, lastModified=2023-03-25 16:56:24.523280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.524541000, lastModified=2023-03-25 16:56:24.523280000, delta=1261000 ns, racy<=10000 ns 16:56:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.524728000, lastModified=2023-03-25 16:56:24.523280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.524728000, lastModified=2023-03-25 16:56:24.523280000, delta=1448000 ns, racy<=10000 ns 16:56:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.524948000, lastModified=2023-03-25 16:56:24.524280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.524948000, lastModified=2023-03-25 16:56:24.524280000, delta=668000 ns, racy<=10000 ns 16:56:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.525142000, lastModified=2023-03-25 16:56:24.524280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.525142000, lastModified=2023-03-25 16:56:24.524280000, delta=862000 ns, racy<=10000 ns 16:56:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.525326000, lastModified=2023-03-25 16:56:24.524280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.525326000, lastModified=2023-03-25 16:56:24.524280000, delta=1046000 ns, racy<=10000 ns 16:56:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.525507000, lastModified=2023-03-25 16:56:24.524280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.525507000, lastModified=2023-03-25 16:56:24.524280000, delta=1227000 ns, racy<=10000 ns 16:56:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.525687000, lastModified=2023-03-25 16:56:24.524280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.525687000, lastModified=2023-03-25 16:56:24.524280000, delta=1407000 ns, racy<=10000 ns 16:56:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.525915000, lastModified=2023-03-25 16:56:24.525280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.525915000, lastModified=2023-03-25 16:56:24.525280000, delta=635000 ns, racy<=10000 ns 16:56:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.526343000, lastModified=2023-03-25 16:56:24.525280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.526343000, lastModified=2023-03-25 16:56:24.525280000, delta=1063000 ns, racy<=10000 ns 16:56:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.526554000, lastModified=2023-03-25 16:56:24.525280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.526554000, lastModified=2023-03-25 16:56:24.525280000, delta=1274000 ns, racy<=10000 ns 16:56:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.526742000, lastModified=2023-03-25 16:56:24.525280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.526742000, lastModified=2023-03-25 16:56:24.525280000, delta=1462000 ns, racy<=10000 ns 16:56:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.526963000, lastModified=2023-03-25 16:56:24.526280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.526963000, lastModified=2023-03-25 16:56:24.526280000, delta=683000 ns, racy<=10000 ns 16:56:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.527155000, lastModified=2023-03-25 16:56:24.526280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.527155000, lastModified=2023-03-25 16:56:24.526280000, delta=875000 ns, racy<=10000 ns 16:56:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.527357000, lastModified=2023-03-25 16:56:24.526280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.527357000, lastModified=2023-03-25 16:56:24.526280000, delta=1077000 ns, racy<=10000 ns 16:56:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.527539000, lastModified=2023-03-25 16:56:24.526280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.527539000, lastModified=2023-03-25 16:56:24.526280000, delta=1259000 ns, racy<=10000 ns 16:56:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.527733000, lastModified=2023-03-25 16:56:24.526280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.527733000, lastModified=2023-03-25 16:56:24.526280000, delta=1453000 ns, racy<=10000 ns 16:56:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.527932000, lastModified=2023-03-25 16:56:24.527280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.527932000, lastModified=2023-03-25 16:56:24.527280000, delta=652000 ns, racy<=10000 ns 16:56:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.528135000, lastModified=2023-03-25 16:56:24.527280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.528135000, lastModified=2023-03-25 16:56:24.527280000, delta=855000 ns, racy<=10000 ns 16:56:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.528530000, lastModified=2023-03-25 16:56:24.527280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.528530000, lastModified=2023-03-25 16:56:24.527280000, delta=1250000 ns, racy<=10000 ns 16:56:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.528719000, lastModified=2023-03-25 16:56:24.527280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.528719000, lastModified=2023-03-25 16:56:24.527280000, delta=1439000 ns, racy<=10000 ns 16:56:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.528928000, lastModified=2023-03-25 16:56:24.528280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.528928000, lastModified=2023-03-25 16:56:24.528280000, delta=648000 ns, racy<=10000 ns 16:56:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.529143000, lastModified=2023-03-25 16:56:24.528280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.529143000, lastModified=2023-03-25 16:56:24.528280000, delta=863000 ns, racy<=10000 ns 16:56:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.529320000, lastModified=2023-03-25 16:56:24.528280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.529320000, lastModified=2023-03-25 16:56:24.528280000, delta=1040000 ns, racy<=10000 ns 16:56:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.529500000, lastModified=2023-03-25 16:56:24.528280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.529500000, lastModified=2023-03-25 16:56:24.528280000, delta=1220000 ns, racy<=10000 ns 16:56:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.529724000, lastModified=2023-03-25 16:56:24.528280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.529724000, lastModified=2023-03-25 16:56:24.528280000, delta=1444000 ns, racy<=10000 ns 16:56:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.529946000, lastModified=2023-03-25 16:56:24.529280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.529946000, lastModified=2023-03-25 16:56:24.529280000, delta=666000 ns, racy<=10000 ns 16:56:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.530171000, lastModified=2023-03-25 16:56:24.529280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.530171000, lastModified=2023-03-25 16:56:24.529280000, delta=891000 ns, racy<=10000 ns 16:56:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.530379000, lastModified=2023-03-25 16:56:24.529280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.530379000, lastModified=2023-03-25 16:56:24.529280000, delta=1099000 ns, racy<=10000 ns 16:56:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.530922000, lastModified=2023-03-25 16:56:24.529280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.529280000 to 2023-03-25 16:56:24.530280000 16:56:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.531105000, lastModified=2023-03-25 16:56:24.530280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.531105000, lastModified=2023-03-25 16:56:24.530280000, delta=825000 ns, racy<=10000 ns 16:56:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.531285000, lastModified=2023-03-25 16:56:24.530280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.531285000, lastModified=2023-03-25 16:56:24.530280000, delta=1005000 ns, racy<=10000 ns 16:56:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.531502000, lastModified=2023-03-25 16:56:24.530280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.531502000, lastModified=2023-03-25 16:56:24.530280000, delta=1222000 ns, racy<=10000 ns 16:56:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.531681000, lastModified=2023-03-25 16:56:24.530280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.531681000, lastModified=2023-03-25 16:56:24.530280000, delta=1401000 ns, racy<=10000 ns 16:56:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.531859000, lastModified=2023-03-25 16:56:24.530280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.530280000 to 2023-03-25 16:56:24.531280000 16:56:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.532067000, lastModified=2023-03-25 16:56:24.531280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.532067000, lastModified=2023-03-25 16:56:24.531280000, delta=787000 ns, racy<=10000 ns 16:56:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.532249000, lastModified=2023-03-25 16:56:24.531280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.532249000, lastModified=2023-03-25 16:56:24.531280000, delta=969000 ns, racy<=10000 ns 16:56:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.532467000, lastModified=2023-03-25 16:56:24.531280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.532467000, lastModified=2023-03-25 16:56:24.531280000, delta=1187000 ns, racy<=10000 ns 16:56:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.532694000, lastModified=2023-03-25 16:56:24.531280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.532694000, lastModified=2023-03-25 16:56:24.531280000, delta=1414000 ns, racy<=10000 ns 16:56:24.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.533162000, lastModified=2023-03-25 16:56:24.532280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.533162000, lastModified=2023-03-25 16:56:24.532280000, delta=882000 ns, racy<=10000 ns 16:56:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.533367000, lastModified=2023-03-25 16:56:24.532280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.533367000, lastModified=2023-03-25 16:56:24.532280000, delta=1087000 ns, racy<=10000 ns 16:56:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.533554000, lastModified=2023-03-25 16:56:24.532280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.533554000, lastModified=2023-03-25 16:56:24.532280000, delta=1274000 ns, racy<=10000 ns 16:56:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.533739000, lastModified=2023-03-25 16:56:24.532280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.533739000, lastModified=2023-03-25 16:56:24.532280000, delta=1459000 ns, racy<=10000 ns 16:56:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.533971000, lastModified=2023-03-25 16:56:24.533280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.533971000, lastModified=2023-03-25 16:56:24.533280000, delta=691000 ns, racy<=10000 ns 16:56:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.534164000, lastModified=2023-03-25 16:56:24.533280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.534164000, lastModified=2023-03-25 16:56:24.533280000, delta=884000 ns, racy<=10000 ns 16:56:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.534381000, lastModified=2023-03-25 16:56:24.533280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.534381000, lastModified=2023-03-25 16:56:24.533280000, delta=1101000 ns, racy<=10000 ns 16:56:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.534598000, lastModified=2023-03-25 16:56:24.533280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.534598000, lastModified=2023-03-25 16:56:24.533280000, delta=1318000 ns, racy<=10000 ns 16:56:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.534791000, lastModified=2023-03-25 16:56:24.533280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.534791000, lastModified=2023-03-25 16:56:24.533280000, delta=1511000 ns, racy<=10000 ns 16:56:24.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.534996000, lastModified=2023-03-25 16:56:24.534280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.534996000, lastModified=2023-03-25 16:56:24.534280000, delta=716000 ns, racy<=10000 ns 16:56:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.535497000, lastModified=2023-03-25 16:56:24.534280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.535497000, lastModified=2023-03-25 16:56:24.534280000, delta=1217000 ns, racy<=10000 ns 16:56:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.535688000, lastModified=2023-03-25 16:56:24.534280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.535688000, lastModified=2023-03-25 16:56:24.534280000, delta=1408000 ns, racy<=10000 ns 16:56:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.535887000, lastModified=2023-03-25 16:56:24.534280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.534280000 to 2023-03-25 16:56:24.535280000 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.536082000, lastModified=2023-03-25 16:56:24.535280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.536082000, lastModified=2023-03-25 16:56:24.535280000, delta=802000 ns, racy<=10000 ns 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.536255000, lastModified=2023-03-25 16:56:24.535280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.536255000, lastModified=2023-03-25 16:56:24.535280000, delta=975000 ns, racy<=10000 ns 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.536429000, lastModified=2023-03-25 16:56:24.535280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.536429000, lastModified=2023-03-25 16:56:24.535280000, delta=1149000 ns, racy<=10000 ns 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.536602000, lastModified=2023-03-25 16:56:24.535280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.536602000, lastModified=2023-03-25 16:56:24.535280000, delta=1322000 ns, racy<=10000 ns 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.536773000, lastModified=2023-03-25 16:56:24.535280000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.536773000, lastModified=2023-03-25 16:56:24.535280000, delta=1493000 ns, racy<=10000 ns 16:56:24.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.545995000, lastModified=2023-03-25 16:56:24.545281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.545995000, lastModified=2023-03-25 16:56:24.545281000, delta=714000 ns, racy<=10000 ns 16:56:24.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.546266000, lastModified=2023-03-25 16:56:24.545281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.546266000, lastModified=2023-03-25 16:56:24.545281000, delta=985000 ns, racy<=10000 ns 16:56:24.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.546760000, lastModified=2023-03-25 16:56:24.545281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.546760000, lastModified=2023-03-25 16:56:24.545281000, delta=1479000 ns, racy<=10000 ns 16:56:24.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.547005000, lastModified=2023-03-25 16:56:24.546281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.547005000, lastModified=2023-03-25 16:56:24.546281000, delta=724000 ns, racy<=10000 ns 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.547196000, lastModified=2023-03-25 16:56:24.546281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.547196000, lastModified=2023-03-25 16:56:24.546281000, delta=915000 ns, racy<=10000 ns 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.547376000, lastModified=2023-03-25 16:56:24.546281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.547376000, lastModified=2023-03-25 16:56:24.546281000, delta=1095000 ns, racy<=10000 ns 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.547559000, lastModified=2023-03-25 16:56:24.546281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.547559000, lastModified=2023-03-25 16:56:24.546281000, delta=1278000 ns, racy<=10000 ns 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.547739000, lastModified=2023-03-25 16:56:24.546281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.547739000, lastModified=2023-03-25 16:56:24.546281000, delta=1458000 ns, racy<=10000 ns 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.547963000, lastModified=2023-03-25 16:56:24.547281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.547963000, lastModified=2023-03-25 16:56:24.547281000, delta=682000 ns, racy<=10000 ns 16:56:24.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.548151000, lastModified=2023-03-25 16:56:24.547281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.548151000, lastModified=2023-03-25 16:56:24.547281000, delta=870000 ns, racy<=10000 ns 16:56:24.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.548333000, lastModified=2023-03-25 16:56:24.547281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.548333000, lastModified=2023-03-25 16:56:24.547281000, delta=1052000 ns, racy<=10000 ns 16:56:24.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.548553000, lastModified=2023-03-25 16:56:24.547281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.548553000, lastModified=2023-03-25 16:56:24.547281000, delta=1272000 ns, racy<=10000 ns 16:56:24.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.549035000, lastModified=2023-03-25 16:56:24.547281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.547281000 to 2023-03-25 16:56:24.548281000 16:56:24.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.549267000, lastModified=2023-03-25 16:56:24.548281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.549267000, lastModified=2023-03-25 16:56:24.548281000, delta=986000 ns, racy<=10000 ns 16:56:24.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.549475000, lastModified=2023-03-25 16:56:24.548281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.549475000, lastModified=2023-03-25 16:56:24.548281000, delta=1194000 ns, racy<=10000 ns 16:56:24.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.549660000, lastModified=2023-03-25 16:56:24.548281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.549660000, lastModified=2023-03-25 16:56:24.548281000, delta=1379000 ns, racy<=10000 ns 16:56:24.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.549842000, lastModified=2023-03-25 16:56:24.548281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.548281000 to 2023-03-25 16:56:24.549281000 16:56:24.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.550030000, lastModified=2023-03-25 16:56:24.549281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.550030000, lastModified=2023-03-25 16:56:24.549281000, delta=749000 ns, racy<=10000 ns 16:56:24.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.550244000, lastModified=2023-03-25 16:56:24.549281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.550244000, lastModified=2023-03-25 16:56:24.549281000, delta=963000 ns, racy<=10000 ns 16:56:24.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.550427000, lastModified=2023-03-25 16:56:24.549281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.550427000, lastModified=2023-03-25 16:56:24.549281000, delta=1146000 ns, racy<=10000 ns 16:56:24.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.550608000, lastModified=2023-03-25 16:56:24.549281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.550608000, lastModified=2023-03-25 16:56:24.549281000, delta=1327000 ns, racy<=10000 ns 16:56:24.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.550787000, lastModified=2023-03-25 16:56:24.549281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.550787000, lastModified=2023-03-25 16:56:24.549281000, delta=1506000 ns, racy<=10000 ns 16:56:24.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.551259000, lastModified=2023-03-25 16:56:24.550281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.551259000, lastModified=2023-03-25 16:56:24.550281000, delta=978000 ns, racy<=10000 ns 16:56:24.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.551451000, lastModified=2023-03-25 16:56:24.550281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.551451000, lastModified=2023-03-25 16:56:24.550281000, delta=1170000 ns, racy<=10000 ns 16:56:24.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.551630000, lastModified=2023-03-25 16:56:24.550281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.551630000, lastModified=2023-03-25 16:56:24.550281000, delta=1349000 ns, racy<=10000 ns 16:56:24.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.551818000, lastModified=2023-03-25 16:56:24.550281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.550281000 to 2023-03-25 16:56:24.551281000 16:56:24.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.552028000, lastModified=2023-03-25 16:56:24.551281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.552028000, lastModified=2023-03-25 16:56:24.551281000, delta=747000 ns, racy<=10000 ns 16:56:24.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.552215000, lastModified=2023-03-25 16:56:24.551281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.552215000, lastModified=2023-03-25 16:56:24.551281000, delta=934000 ns, racy<=10000 ns 16:56:24.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.552397000, lastModified=2023-03-25 16:56:24.551281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.552397000, lastModified=2023-03-25 16:56:24.551281000, delta=1116000 ns, racy<=10000 ns 16:56:24.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.552574000, lastModified=2023-03-25 16:56:24.551281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.552574000, lastModified=2023-03-25 16:56:24.551281000, delta=1293000 ns, racy<=10000 ns 16:56:24.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.552753000, lastModified=2023-03-25 16:56:24.551281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.552753000, lastModified=2023-03-25 16:56:24.551281000, delta=1472000 ns, racy<=10000 ns 16:56:24.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.552999000, lastModified=2023-03-25 16:56:24.552281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.552999000, lastModified=2023-03-25 16:56:24.552281000, delta=718000 ns, racy<=10000 ns 16:56:24.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.553531000, lastModified=2023-03-25 16:56:24.552281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.553531000, lastModified=2023-03-25 16:56:24.552281000, delta=1250000 ns, racy<=10000 ns 16:56:24.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.553754000, lastModified=2023-03-25 16:56:24.552281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.553754000, lastModified=2023-03-25 16:56:24.552281000, delta=1473000 ns, racy<=10000 ns 16:56:24.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.553975000, lastModified=2023-03-25 16:56:24.553281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.553975000, lastModified=2023-03-25 16:56:24.553281000, delta=694000 ns, racy<=10000 ns 16:56:24.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.554163000, lastModified=2023-03-25 16:56:24.553281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.554163000, lastModified=2023-03-25 16:56:24.553281000, delta=882000 ns, racy<=10000 ns 16:56:24.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.554344000, lastModified=2023-03-25 16:56:24.553281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.554344000, lastModified=2023-03-25 16:56:24.553281000, delta=1063000 ns, racy<=10000 ns 16:56:24.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.554527000, lastModified=2023-03-25 16:56:24.553281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.554527000, lastModified=2023-03-25 16:56:24.553281000, delta=1246000 ns, racy<=10000 ns 16:56:24.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.554706000, lastModified=2023-03-25 16:56:24.553281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.554706000, lastModified=2023-03-25 16:56:24.553281000, delta=1425000 ns, racy<=10000 ns 16:56:24.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.554936000, lastModified=2023-03-25 16:56:24.553281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.553281000 to 2023-03-25 16:56:24.554281000 16:56:24.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.555115000, lastModified=2023-03-25 16:56:24.554281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.555115000, lastModified=2023-03-25 16:56:24.554281000, delta=834000 ns, racy<=10000 ns 16:56:24.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.555295000, lastModified=2023-03-25 16:56:24.554281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.555295000, lastModified=2023-03-25 16:56:24.554281000, delta=1014000 ns, racy<=10000 ns 16:56:24.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.555758000, lastModified=2023-03-25 16:56:24.554281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.555758000, lastModified=2023-03-25 16:56:24.554281000, delta=1477000 ns, racy<=10000 ns 16:56:24.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.555982000, lastModified=2023-03-25 16:56:24.555281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.555982000, lastModified=2023-03-25 16:56:24.555281000, delta=701000 ns, racy<=10000 ns 16:56:24.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.556168000, lastModified=2023-03-25 16:56:24.555281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.556168000, lastModified=2023-03-25 16:56:24.555281000, delta=887000 ns, racy<=10000 ns 16:56:24.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.556349000, lastModified=2023-03-25 16:56:24.555281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.556349000, lastModified=2023-03-25 16:56:24.555281000, delta=1068000 ns, racy<=10000 ns 16:56:24.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.556535000, lastModified=2023-03-25 16:56:24.555281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.556535000, lastModified=2023-03-25 16:56:24.555281000, delta=1254000 ns, racy<=10000 ns 16:56:24.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.556717000, lastModified=2023-03-25 16:56:24.555281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.556717000, lastModified=2023-03-25 16:56:24.555281000, delta=1436000 ns, racy<=10000 ns 16:56:24.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.556931000, lastModified=2023-03-25 16:56:24.556281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.556931000, lastModified=2023-03-25 16:56:24.556281000, delta=650000 ns, racy<=10000 ns 16:56:24.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.557123000, lastModified=2023-03-25 16:56:24.556281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.557123000, lastModified=2023-03-25 16:56:24.556281000, delta=842000 ns, racy<=10000 ns 16:56:24.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.557304000, lastModified=2023-03-25 16:56:24.556281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.557304000, lastModified=2023-03-25 16:56:24.556281000, delta=1023000 ns, racy<=10000 ns 16:56:24.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.557486000, lastModified=2023-03-25 16:56:24.556281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.557486000, lastModified=2023-03-25 16:56:24.556281000, delta=1205000 ns, racy<=10000 ns 16:56:24.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.557969000, lastModified=2023-03-25 16:56:24.556281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.556281000 to 2023-03-25 16:56:24.557281000 16:56:24.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.558159000, lastModified=2023-03-25 16:56:24.557281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.558159000, lastModified=2023-03-25 16:56:24.557281000, delta=878000 ns, racy<=10000 ns 16:56:24.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.558342000, lastModified=2023-03-25 16:56:24.557281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.558342000, lastModified=2023-03-25 16:56:24.557281000, delta=1061000 ns, racy<=10000 ns 16:56:24.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.558522000, lastModified=2023-03-25 16:56:24.557281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.558522000, lastModified=2023-03-25 16:56:24.557281000, delta=1241000 ns, racy<=10000 ns 16:56:24.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.558703000, lastModified=2023-03-25 16:56:24.557281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.558703000, lastModified=2023-03-25 16:56:24.557281000, delta=1422000 ns, racy<=10000 ns 16:56:24.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.558931000, lastModified=2023-03-25 16:56:24.557281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.557281000 to 2023-03-25 16:56:24.558281000 16:56:24.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.559106000, lastModified=2023-03-25 16:56:24.558281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.559106000, lastModified=2023-03-25 16:56:24.558281000, delta=825000 ns, racy<=10000 ns 16:56:24.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.559283000, lastModified=2023-03-25 16:56:24.558281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.559283000, lastModified=2023-03-25 16:56:24.558281000, delta=1002000 ns, racy<=10000 ns 16:56:24.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.559463000, lastModified=2023-03-25 16:56:24.558281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.559463000, lastModified=2023-03-25 16:56:24.558281000, delta=1182000 ns, racy<=10000 ns 16:56:24.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.559644000, lastModified=2023-03-25 16:56:24.558281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.559644000, lastModified=2023-03-25 16:56:24.558281000, delta=1363000 ns, racy<=10000 ns 16:56:24.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.560169000, lastModified=2023-03-25 16:56:24.559281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.560169000, lastModified=2023-03-25 16:56:24.559281000, delta=888000 ns, racy<=10000 ns 16:56:24.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.560359000, lastModified=2023-03-25 16:56:24.559281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.560359000, lastModified=2023-03-25 16:56:24.559281000, delta=1078000 ns, racy<=10000 ns 16:56:24.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.560538000, lastModified=2023-03-25 16:56:24.559281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.560538000, lastModified=2023-03-25 16:56:24.559281000, delta=1257000 ns, racy<=10000 ns 16:56:24.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.560723000, lastModified=2023-03-25 16:56:24.559281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.560723000, lastModified=2023-03-25 16:56:24.559281000, delta=1442000 ns, racy<=10000 ns 16:56:24.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.560939000, lastModified=2023-03-25 16:56:24.560281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.560939000, lastModified=2023-03-25 16:56:24.560281000, delta=658000 ns, racy<=10000 ns 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.561131000, lastModified=2023-03-25 16:56:24.560281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.561131000, lastModified=2023-03-25 16:56:24.560281000, delta=850000 ns, racy<=10000 ns 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.561310000, lastModified=2023-03-25 16:56:24.560281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.561310000, lastModified=2023-03-25 16:56:24.560281000, delta=1029000 ns, racy<=10000 ns 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.561489000, lastModified=2023-03-25 16:56:24.560281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.561489000, lastModified=2023-03-25 16:56:24.560281000, delta=1208000 ns, racy<=10000 ns 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.561670000, lastModified=2023-03-25 16:56:24.560281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.561670000, lastModified=2023-03-25 16:56:24.560281000, delta=1389000 ns, racy<=10000 ns 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.561850000, lastModified=2023-03-25 16:56:24.560281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.560281000 to 2023-03-25 16:56:24.561281000 16:56:24.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.562356000, lastModified=2023-03-25 16:56:24.561281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.562356000, lastModified=2023-03-25 16:56:24.561281000, delta=1075000 ns, racy<=10000 ns 16:56:24.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.562544000, lastModified=2023-03-25 16:56:24.561281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.562544000, lastModified=2023-03-25 16:56:24.561281000, delta=1263000 ns, racy<=10000 ns 16:56:24.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.562725000, lastModified=2023-03-25 16:56:24.561281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.562725000, lastModified=2023-03-25 16:56:24.561281000, delta=1444000 ns, racy<=10000 ns 16:56:24.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.562984000, lastModified=2023-03-25 16:56:24.562281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.562984000, lastModified=2023-03-25 16:56:24.562281000, delta=703000 ns, racy<=10000 ns 16:56:24.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.563170000, lastModified=2023-03-25 16:56:24.562281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.563170000, lastModified=2023-03-25 16:56:24.562281000, delta=889000 ns, racy<=10000 ns 16:56:24.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.563350000, lastModified=2023-03-25 16:56:24.562281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.563350000, lastModified=2023-03-25 16:56:24.562281000, delta=1069000 ns, racy<=10000 ns 16:56:24.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.563528000, lastModified=2023-03-25 16:56:24.562281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.563528000, lastModified=2023-03-25 16:56:24.562281000, delta=1247000 ns, racy<=10000 ns 16:56:24.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.563710000, lastModified=2023-03-25 16:56:24.562281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.563710000, lastModified=2023-03-25 16:56:24.562281000, delta=1429000 ns, racy<=10000 ns 16:56:24.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.563926000, lastModified=2023-03-25 16:56:24.563281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.563926000, lastModified=2023-03-25 16:56:24.563281000, delta=645000 ns, racy<=10000 ns 16:56:24.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.564170000, lastModified=2023-03-25 16:56:24.563281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.564170000, lastModified=2023-03-25 16:56:24.563281000, delta=889000 ns, racy<=10000 ns 16:56:24.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.564629000, lastModified=2023-03-25 16:56:24.563281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.564629000, lastModified=2023-03-25 16:56:24.563281000, delta=1348000 ns, racy<=10000 ns 16:56:24.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.564820000, lastModified=2023-03-25 16:56:24.563281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.563281000 to 2023-03-25 16:56:24.564281000 16:56:24.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.565090000, lastModified=2023-03-25 16:56:24.564281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.565090000, lastModified=2023-03-25 16:56:24.564281000, delta=809000 ns, racy<=10000 ns 16:56:24.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.565291000, lastModified=2023-03-25 16:56:24.564281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.565291000, lastModified=2023-03-25 16:56:24.564281000, delta=1010000 ns, racy<=10000 ns 16:56:24.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.565512000, lastModified=2023-03-25 16:56:24.564281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.565512000, lastModified=2023-03-25 16:56:24.564281000, delta=1231000 ns, racy<=10000 ns 16:56:24.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.565710000, lastModified=2023-03-25 16:56:24.564281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.565710000, lastModified=2023-03-25 16:56:24.564281000, delta=1429000 ns, racy<=10000 ns 16:56:24.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.565958000, lastModified=2023-03-25 16:56:24.565281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.565958000, lastModified=2023-03-25 16:56:24.565281000, delta=677000 ns, racy<=10000 ns 16:56:24.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.566177000, lastModified=2023-03-25 16:56:24.565281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.566177000, lastModified=2023-03-25 16:56:24.565281000, delta=896000 ns, racy<=10000 ns 16:56:24.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.566372000, lastModified=2023-03-25 16:56:24.565281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.566372000, lastModified=2023-03-25 16:56:24.565281000, delta=1091000 ns, racy<=10000 ns 16:56:24.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.566559000, lastModified=2023-03-25 16:56:24.565281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.566559000, lastModified=2023-03-25 16:56:24.565281000, delta=1278000 ns, racy<=10000 ns 16:56:24.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.567067000, lastModified=2023-03-25 16:56:24.565281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.565281000 to 2023-03-25 16:56:24.566281000 16:56:24.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.567257000, lastModified=2023-03-25 16:56:24.566281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.567257000, lastModified=2023-03-25 16:56:24.566281000, delta=976000 ns, racy<=10000 ns 16:56:24.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.567439000, lastModified=2023-03-25 16:56:24.566281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.567439000, lastModified=2023-03-25 16:56:24.566281000, delta=1158000 ns, racy<=10000 ns 16:56:24.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.567619000, lastModified=2023-03-25 16:56:24.566281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.567619000, lastModified=2023-03-25 16:56:24.566281000, delta=1338000 ns, racy<=10000 ns 16:56:24.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.567805000, lastModified=2023-03-25 16:56:24.566281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.566281000 to 2023-03-25 16:56:24.567281000 16:56:24.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.568024000, lastModified=2023-03-25 16:56:24.567281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.568024000, lastModified=2023-03-25 16:56:24.567281000, delta=743000 ns, racy<=10000 ns 16:56:24.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.568211000, lastModified=2023-03-25 16:56:24.567281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.568211000, lastModified=2023-03-25 16:56:24.567281000, delta=930000 ns, racy<=10000 ns 16:56:24.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.568434000, lastModified=2023-03-25 16:56:24.567281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.568434000, lastModified=2023-03-25 16:56:24.567281000, delta=1153000 ns, racy<=10000 ns 16:56:24.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.568648000, lastModified=2023-03-25 16:56:24.567281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.568648000, lastModified=2023-03-25 16:56:24.567281000, delta=1367000 ns, racy<=10000 ns 16:56:24.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.568848000, lastModified=2023-03-25 16:56:24.567281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.567281000 to 2023-03-25 16:56:24.568281000 16:56:24.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.569374000, lastModified=2023-03-25 16:56:24.568281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.569374000, lastModified=2023-03-25 16:56:24.568281000, delta=1093000 ns, racy<=10000 ns 16:56:24.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.569572000, lastModified=2023-03-25 16:56:24.568281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.569572000, lastModified=2023-03-25 16:56:24.568281000, delta=1291000 ns, racy<=10000 ns 16:56:24.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.569756000, lastModified=2023-03-25 16:56:24.568281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.569756000, lastModified=2023-03-25 16:56:24.568281000, delta=1475000 ns, racy<=10000 ns 16:56:24.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.569980000, lastModified=2023-03-25 16:56:24.569281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.569980000, lastModified=2023-03-25 16:56:24.569281000, delta=699000 ns, racy<=10000 ns 16:56:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.570166000, lastModified=2023-03-25 16:56:24.569281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.570166000, lastModified=2023-03-25 16:56:24.569281000, delta=885000 ns, racy<=10000 ns 16:56:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.570352000, lastModified=2023-03-25 16:56:24.569281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.570352000, lastModified=2023-03-25 16:56:24.569281000, delta=1071000 ns, racy<=10000 ns 16:56:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.570547000, lastModified=2023-03-25 16:56:24.569281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.570547000, lastModified=2023-03-25 16:56:24.569281000, delta=1266000 ns, racy<=10000 ns 16:56:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.570733000, lastModified=2023-03-25 16:56:24.569281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.570733000, lastModified=2023-03-25 16:56:24.569281000, delta=1452000 ns, racy<=10000 ns 16:56:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.570966000, lastModified=2023-03-25 16:56:24.570281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.570966000, lastModified=2023-03-25 16:56:24.570281000, delta=685000 ns, racy<=10000 ns 16:56:24.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.571155000, lastModified=2023-03-25 16:56:24.570281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.571155000, lastModified=2023-03-25 16:56:24.570281000, delta=874000 ns, racy<=10000 ns 16:56:24.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.571638000, lastModified=2023-03-25 16:56:24.570281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.571638000, lastModified=2023-03-25 16:56:24.570281000, delta=1357000 ns, racy<=10000 ns 16:56:24.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.571830000, lastModified=2023-03-25 16:56:24.570281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.570281000 to 2023-03-25 16:56:24.571281000 16:56:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.572072000, lastModified=2023-03-25 16:56:24.571281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.572072000, lastModified=2023-03-25 16:56:24.571281000, delta=791000 ns, racy<=10000 ns 16:56:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.572283000, lastModified=2023-03-25 16:56:24.571281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.572283000, lastModified=2023-03-25 16:56:24.571281000, delta=1002000 ns, racy<=10000 ns 16:56:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.572475000, lastModified=2023-03-25 16:56:24.571281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.572475000, lastModified=2023-03-25 16:56:24.571281000, delta=1194000 ns, racy<=10000 ns 16:56:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.572691000, lastModified=2023-03-25 16:56:24.571281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.572691000, lastModified=2023-03-25 16:56:24.571281000, delta=1410000 ns, racy<=10000 ns 16:56:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.572920000, lastModified=2023-03-25 16:56:24.571281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.571281000 to 2023-03-25 16:56:24.572281000 16:56:24.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.573102000, lastModified=2023-03-25 16:56:24.572281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.573102000, lastModified=2023-03-25 16:56:24.572281000, delta=821000 ns, racy<=10000 ns 16:56:24.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.573326000, lastModified=2023-03-25 16:56:24.572281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.573326000, lastModified=2023-03-25 16:56:24.572281000, delta=1045000 ns, racy<=10000 ns 16:56:24.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.573509000, lastModified=2023-03-25 16:56:24.572281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.573509000, lastModified=2023-03-25 16:56:24.572281000, delta=1228000 ns, racy<=10000 ns 16:56:24.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.573883000, lastModified=2023-03-25 16:56:24.572281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.572281000 to 2023-03-25 16:56:24.573281000 16:56:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.574077000, lastModified=2023-03-25 16:56:24.573281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.574077000, lastModified=2023-03-25 16:56:24.573281000, delta=796000 ns, racy<=10000 ns 16:56:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.574256000, lastModified=2023-03-25 16:56:24.573281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.574256000, lastModified=2023-03-25 16:56:24.573281000, delta=975000 ns, racy<=10000 ns 16:56:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.574438000, lastModified=2023-03-25 16:56:24.573281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.574438000, lastModified=2023-03-25 16:56:24.573281000, delta=1157000 ns, racy<=10000 ns 16:56:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.574618000, lastModified=2023-03-25 16:56:24.573281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.574618000, lastModified=2023-03-25 16:56:24.573281000, delta=1337000 ns, racy<=10000 ns 16:56:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.574816000, lastModified=2023-03-25 16:56:24.573281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.573281000 to 2023-03-25 16:56:24.574281000 16:56:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.575063000, lastModified=2023-03-25 16:56:24.574281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.575063000, lastModified=2023-03-25 16:56:24.574281000, delta=782000 ns, racy<=10000 ns 16:56:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.575273000, lastModified=2023-03-25 16:56:24.574281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.575273000, lastModified=2023-03-25 16:56:24.574281000, delta=992000 ns, racy<=10000 ns 16:56:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.575468000, lastModified=2023-03-25 16:56:24.574281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.575468000, lastModified=2023-03-25 16:56:24.574281000, delta=1187000 ns, racy<=10000 ns 16:56:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.575650000, lastModified=2023-03-25 16:56:24.574281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.575650000, lastModified=2023-03-25 16:56:24.574281000, delta=1369000 ns, racy<=10000 ns 16:56:24.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.576069000, lastModified=2023-03-25 16:56:24.574281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.574281000 to 2023-03-25 16:56:24.575281000 16:56:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.576252000, lastModified=2023-03-25 16:56:24.575281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.576252000, lastModified=2023-03-25 16:56:24.575281000, delta=971000 ns, racy<=10000 ns 16:56:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.576429000, lastModified=2023-03-25 16:56:24.575281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.576429000, lastModified=2023-03-25 16:56:24.575281000, delta=1148000 ns, racy<=10000 ns 16:56:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.576607000, lastModified=2023-03-25 16:56:24.575281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.576607000, lastModified=2023-03-25 16:56:24.575281000, delta=1326000 ns, racy<=10000 ns 16:56:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.576782000, lastModified=2023-03-25 16:56:24.575281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.576782000, lastModified=2023-03-25 16:56:24.575281000, delta=1501000 ns, racy<=10000 ns 16:56:24.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.576994000, lastModified=2023-03-25 16:56:24.576281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.576994000, lastModified=2023-03-25 16:56:24.576281000, delta=713000 ns, racy<=10000 ns 16:56:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.577176000, lastModified=2023-03-25 16:56:24.576281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.577176000, lastModified=2023-03-25 16:56:24.576281000, delta=895000 ns, racy<=10000 ns 16:56:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.577379000, lastModified=2023-03-25 16:56:24.576281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.577379000, lastModified=2023-03-25 16:56:24.576281000, delta=1098000 ns, racy<=10000 ns 16:56:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.577554000, lastModified=2023-03-25 16:56:24.576281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.577554000, lastModified=2023-03-25 16:56:24.576281000, delta=1273000 ns, racy<=10000 ns 16:56:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.577732000, lastModified=2023-03-25 16:56:24.576281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.577732000, lastModified=2023-03-25 16:56:24.576281000, delta=1451000 ns, racy<=10000 ns 16:56:24.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.578132000, lastModified=2023-03-25 16:56:24.577281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.578132000, lastModified=2023-03-25 16:56:24.577281000, delta=851000 ns, racy<=10000 ns 16:56:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.578321000, lastModified=2023-03-25 16:56:24.577281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.578321000, lastModified=2023-03-25 16:56:24.577281000, delta=1040000 ns, racy<=10000 ns 16:56:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.578528000, lastModified=2023-03-25 16:56:24.577281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.578528000, lastModified=2023-03-25 16:56:24.577281000, delta=1247000 ns, racy<=10000 ns 16:56:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.578729000, lastModified=2023-03-25 16:56:24.577281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.578729000, lastModified=2023-03-25 16:56:24.577281000, delta=1448000 ns, racy<=10000 ns 16:56:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.578956000, lastModified=2023-03-25 16:56:24.578281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.578956000, lastModified=2023-03-25 16:56:24.578281000, delta=675000 ns, racy<=10000 ns 16:56:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.579145000, lastModified=2023-03-25 16:56:24.578281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.579145000, lastModified=2023-03-25 16:56:24.578281000, delta=864000 ns, racy<=10000 ns 16:56:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.579311000, lastModified=2023-03-25 16:56:24.578281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.579311000, lastModified=2023-03-25 16:56:24.578281000, delta=1030000 ns, racy<=10000 ns 16:56:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.579477000, lastModified=2023-03-25 16:56:24.578281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.579477000, lastModified=2023-03-25 16:56:24.578281000, delta=1196000 ns, racy<=10000 ns 16:56:24.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.613785000, lastModified=2023-03-25 16:56:24.578281000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.578281000 to 2023-03-25 16:56:24.613282000 16:56:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.614192000, lastModified=2023-03-25 16:56:24.613282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.614192000, lastModified=2023-03-25 16:56:24.613282000, delta=910000 ns, racy<=10000 ns 16:56:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.614639000, lastModified=2023-03-25 16:56:24.613282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.614639000, lastModified=2023-03-25 16:56:24.613282000, delta=1357000 ns, racy<=10000 ns 16:56:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.614883000, lastModified=2023-03-25 16:56:24.613282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.613282000 to 2023-03-25 16:56:24.614282000 16:56:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.615088000, lastModified=2023-03-25 16:56:24.614282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.615088000, lastModified=2023-03-25 16:56:24.614282000, delta=806000 ns, racy<=10000 ns 16:56:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.615268000, lastModified=2023-03-25 16:56:24.614282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.615268000, lastModified=2023-03-25 16:56:24.614282000, delta=986000 ns, racy<=10000 ns 16:56:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.615453000, lastModified=2023-03-25 16:56:24.614282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.615453000, lastModified=2023-03-25 16:56:24.614282000, delta=1171000 ns, racy<=10000 ns 16:56:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.615659000, lastModified=2023-03-25 16:56:24.614282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.615659000, lastModified=2023-03-25 16:56:24.614282000, delta=1377000 ns, racy<=10000 ns 16:56:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.615838000, lastModified=2023-03-25 16:56:24.614282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.614282000 to 2023-03-25 16:56:24.615282000 16:56:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.616051000, lastModified=2023-03-25 16:56:24.615282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.616051000, lastModified=2023-03-25 16:56:24.615282000, delta=769000 ns, racy<=10000 ns 16:56:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.616237000, lastModified=2023-03-25 16:56:24.615282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.616237000, lastModified=2023-03-25 16:56:24.615282000, delta=955000 ns, racy<=10000 ns 16:56:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.616414000, lastModified=2023-03-25 16:56:24.615282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.616414000, lastModified=2023-03-25 16:56:24.615282000, delta=1132000 ns, racy<=10000 ns 16:56:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.616755000, lastModified=2023-03-25 16:56:24.615282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.616755000, lastModified=2023-03-25 16:56:24.615282000, delta=1473000 ns, racy<=10000 ns 16:56:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.616961000, lastModified=2023-03-25 16:56:24.616282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.616961000, lastModified=2023-03-25 16:56:24.616282000, delta=679000 ns, racy<=10000 ns 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.617145000, lastModified=2023-03-25 16:56:24.616282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.617145000, lastModified=2023-03-25 16:56:24.616282000, delta=863000 ns, racy<=10000 ns 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.617333000, lastModified=2023-03-25 16:56:24.616282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.617333000, lastModified=2023-03-25 16:56:24.616282000, delta=1051000 ns, racy<=10000 ns 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.617509000, lastModified=2023-03-25 16:56:24.616282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.617509000, lastModified=2023-03-25 16:56:24.616282000, delta=1227000 ns, racy<=10000 ns 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.617685000, lastModified=2023-03-25 16:56:24.616282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.617685000, lastModified=2023-03-25 16:56:24.616282000, delta=1403000 ns, racy<=10000 ns 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.617860000, lastModified=2023-03-25 16:56:24.616282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.616282000 to 2023-03-25 16:56:24.617282000 16:56:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.618074000, lastModified=2023-03-25 16:56:24.617282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.618074000, lastModified=2023-03-25 16:56:24.617282000, delta=792000 ns, racy<=10000 ns 16:56:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.618292000, lastModified=2023-03-25 16:56:24.617282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.618292000, lastModified=2023-03-25 16:56:24.617282000, delta=1010000 ns, racy<=10000 ns 16:56:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.618475000, lastModified=2023-03-25 16:56:24.617282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.618475000, lastModified=2023-03-25 16:56:24.617282000, delta=1193000 ns, racy<=10000 ns 16:56:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.618853000, lastModified=2023-03-25 16:56:24.617282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.617282000 to 2023-03-25 16:56:24.618282000 16:56:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.619072000, lastModified=2023-03-25 16:56:24.618282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.619072000, lastModified=2023-03-25 16:56:24.618282000, delta=790000 ns, racy<=10000 ns 16:56:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.619267000, lastModified=2023-03-25 16:56:24.618282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.619267000, lastModified=2023-03-25 16:56:24.618282000, delta=985000 ns, racy<=10000 ns 16:56:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.619477000, lastModified=2023-03-25 16:56:24.618282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.619477000, lastModified=2023-03-25 16:56:24.618282000, delta=1195000 ns, racy<=10000 ns 16:56:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.619658000, lastModified=2023-03-25 16:56:24.618282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.619658000, lastModified=2023-03-25 16:56:24.618282000, delta=1376000 ns, racy<=10000 ns 16:56:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.619839000, lastModified=2023-03-25 16:56:24.618282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.618282000 to 2023-03-25 16:56:24.619282000 16:56:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.620086000, lastModified=2023-03-25 16:56:24.619282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.620086000, lastModified=2023-03-25 16:56:24.619282000, delta=804000 ns, racy<=10000 ns 16:56:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.620280000, lastModified=2023-03-25 16:56:24.619282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.620280000, lastModified=2023-03-25 16:56:24.619282000, delta=998000 ns, racy<=10000 ns 16:56:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.620475000, lastModified=2023-03-25 16:56:24.619282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.620475000, lastModified=2023-03-25 16:56:24.619282000, delta=1193000 ns, racy<=10000 ns 16:56:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.620662000, lastModified=2023-03-25 16:56:24.619282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.620662000, lastModified=2023-03-25 16:56:24.619282000, delta=1380000 ns, racy<=10000 ns 16:56:24.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.621049000, lastModified=2023-03-25 16:56:24.619282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.619282000 to 2023-03-25 16:56:24.620282000 16:56:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.621259000, lastModified=2023-03-25 16:56:24.620282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.621259000, lastModified=2023-03-25 16:56:24.620282000, delta=977000 ns, racy<=10000 ns 16:56:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.621452000, lastModified=2023-03-25 16:56:24.620282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.621452000, lastModified=2023-03-25 16:56:24.620282000, delta=1170000 ns, racy<=10000 ns 16:56:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.621631000, lastModified=2023-03-25 16:56:24.620282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.621631000, lastModified=2023-03-25 16:56:24.620282000, delta=1349000 ns, racy<=10000 ns 16:56:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.621813000, lastModified=2023-03-25 16:56:24.620282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.620282000 to 2023-03-25 16:56:24.621282000 16:56:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.622028000, lastModified=2023-03-25 16:56:24.621282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.622028000, lastModified=2023-03-25 16:56:24.621282000, delta=746000 ns, racy<=10000 ns 16:56:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.622222000, lastModified=2023-03-25 16:56:24.621282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.622222000, lastModified=2023-03-25 16:56:24.621282000, delta=940000 ns, racy<=10000 ns 16:56:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.622404000, lastModified=2023-03-25 16:56:24.621282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.622404000, lastModified=2023-03-25 16:56:24.621282000, delta=1122000 ns, racy<=10000 ns 16:56:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.622583000, lastModified=2023-03-25 16:56:24.621282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.622583000, lastModified=2023-03-25 16:56:24.621282000, delta=1301000 ns, racy<=10000 ns 16:56:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.622766000, lastModified=2023-03-25 16:56:24.621282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.622766000, lastModified=2023-03-25 16:56:24.621282000, delta=1484000 ns, racy<=10000 ns 16:56:24.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.623196000, lastModified=2023-03-25 16:56:24.622282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.623196000, lastModified=2023-03-25 16:56:24.622282000, delta=914000 ns, racy<=10000 ns 16:56:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.623395000, lastModified=2023-03-25 16:56:24.622282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.623395000, lastModified=2023-03-25 16:56:24.622282000, delta=1113000 ns, racy<=10000 ns 16:56:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.623575000, lastModified=2023-03-25 16:56:24.622282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.623575000, lastModified=2023-03-25 16:56:24.622282000, delta=1293000 ns, racy<=10000 ns 16:56:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.623760000, lastModified=2023-03-25 16:56:24.622282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.623760000, lastModified=2023-03-25 16:56:24.622282000, delta=1478000 ns, racy<=10000 ns 16:56:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.623985000, lastModified=2023-03-25 16:56:24.623282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.623985000, lastModified=2023-03-25 16:56:24.623282000, delta=703000 ns, racy<=10000 ns 16:56:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.624172000, lastModified=2023-03-25 16:56:24.623282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.624172000, lastModified=2023-03-25 16:56:24.623282000, delta=890000 ns, racy<=10000 ns 16:56:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.624352000, lastModified=2023-03-25 16:56:24.623282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.624352000, lastModified=2023-03-25 16:56:24.623282000, delta=1070000 ns, racy<=10000 ns 16:56:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.624531000, lastModified=2023-03-25 16:56:24.623282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.624531000, lastModified=2023-03-25 16:56:24.623282000, delta=1249000 ns, racy<=10000 ns 16:56:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.624710000, lastModified=2023-03-25 16:56:24.623282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.624710000, lastModified=2023-03-25 16:56:24.623282000, delta=1428000 ns, racy<=10000 ns 16:56:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.624928000, lastModified=2023-03-25 16:56:24.624282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.624928000, lastModified=2023-03-25 16:56:24.624282000, delta=646000 ns, racy<=10000 ns 16:56:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.625335000, lastModified=2023-03-25 16:56:24.624282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.625335000, lastModified=2023-03-25 16:56:24.624282000, delta=1053000 ns, racy<=10000 ns 16:56:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.625568000, lastModified=2023-03-25 16:56:24.624282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.625568000, lastModified=2023-03-25 16:56:24.624282000, delta=1286000 ns, racy<=10000 ns 16:56:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.625741000, lastModified=2023-03-25 16:56:24.624282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.625741000, lastModified=2023-03-25 16:56:24.624282000, delta=1459000 ns, racy<=10000 ns 16:56:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.625953000, lastModified=2023-03-25 16:56:24.625282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.625953000, lastModified=2023-03-25 16:56:24.625282000, delta=671000 ns, racy<=10000 ns 16:56:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.626132000, lastModified=2023-03-25 16:56:24.625282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.626132000, lastModified=2023-03-25 16:56:24.625282000, delta=850000 ns, racy<=10000 ns 16:56:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.626355000, lastModified=2023-03-25 16:56:24.625282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.626355000, lastModified=2023-03-25 16:56:24.625282000, delta=1073000 ns, racy<=10000 ns 16:56:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.626522000, lastModified=2023-03-25 16:56:24.625282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.626522000, lastModified=2023-03-25 16:56:24.625282000, delta=1240000 ns, racy<=10000 ns 16:56:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.626716000, lastModified=2023-03-25 16:56:24.625282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.626716000, lastModified=2023-03-25 16:56:24.625282000, delta=1434000 ns, racy<=10000 ns 16:56:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.626909000, lastModified=2023-03-25 16:56:24.626282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.626909000, lastModified=2023-03-25 16:56:24.626282000, delta=627000 ns, racy<=10000 ns 16:56:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.627090000, lastModified=2023-03-25 16:56:24.626282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.627090000, lastModified=2023-03-25 16:56:24.626282000, delta=808000 ns, racy<=10000 ns 16:56:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.627502000, lastModified=2023-03-25 16:56:24.626282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.627502000, lastModified=2023-03-25 16:56:24.626282000, delta=1220000 ns, racy<=10000 ns 16:56:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.627699000, lastModified=2023-03-25 16:56:24.626282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.627699000, lastModified=2023-03-25 16:56:24.626282000, delta=1417000 ns, racy<=10000 ns 16:56:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.627900000, lastModified=2023-03-25 16:56:24.626282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.626282000 to 2023-03-25 16:56:24.627282000 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.628086000, lastModified=2023-03-25 16:56:24.627282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.628086000, lastModified=2023-03-25 16:56:24.627282000, delta=804000 ns, racy<=10000 ns 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.628274000, lastModified=2023-03-25 16:56:24.627282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.628274000, lastModified=2023-03-25 16:56:24.627282000, delta=992000 ns, racy<=10000 ns 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.628465000, lastModified=2023-03-25 16:56:24.627282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.628465000, lastModified=2023-03-25 16:56:24.627282000, delta=1183000 ns, racy<=10000 ns 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.628635000, lastModified=2023-03-25 16:56:24.627282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.628635000, lastModified=2023-03-25 16:56:24.627282000, delta=1353000 ns, racy<=10000 ns 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.628797000, lastModified=2023-03-25 16:56:24.627282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.628797000, lastModified=2023-03-25 16:56:24.627282000, delta=1515000 ns, racy<=10000 ns 16:56:24.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.628996000, lastModified=2023-03-25 16:56:24.628282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.628996000, lastModified=2023-03-25 16:56:24.628282000, delta=714000 ns, racy<=10000 ns 16:56:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.629167000, lastModified=2023-03-25 16:56:24.628282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.629167000, lastModified=2023-03-25 16:56:24.628282000, delta=885000 ns, racy<=10000 ns 16:56:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.629495000, lastModified=2023-03-25 16:56:24.628282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.629495000, lastModified=2023-03-25 16:56:24.628282000, delta=1213000 ns, racy<=10000 ns 16:56:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.629665000, lastModified=2023-03-25 16:56:24.628282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.629665000, lastModified=2023-03-25 16:56:24.628282000, delta=1383000 ns, racy<=10000 ns 16:56:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.629927000, lastModified=2023-03-25 16:56:24.629282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.629927000, lastModified=2023-03-25 16:56:24.629282000, delta=645000 ns, racy<=10000 ns 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.630126000, lastModified=2023-03-25 16:56:24.629282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.630126000, lastModified=2023-03-25 16:56:24.629282000, delta=844000 ns, racy<=10000 ns 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.630310000, lastModified=2023-03-25 16:56:24.629282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.630310000, lastModified=2023-03-25 16:56:24.629282000, delta=1028000 ns, racy<=10000 ns 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.630481000, lastModified=2023-03-25 16:56:24.629282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.630481000, lastModified=2023-03-25 16:56:24.629282000, delta=1199000 ns, racy<=10000 ns 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.630648000, lastModified=2023-03-25 16:56:24.629282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.630648000, lastModified=2023-03-25 16:56:24.629282000, delta=1366000 ns, racy<=10000 ns 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.630822000, lastModified=2023-03-25 16:56:24.629282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.629282000 to 2023-03-25 16:56:24.630282000 16:56:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.631025000, lastModified=2023-03-25 16:56:24.630282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.631025000, lastModified=2023-03-25 16:56:24.630282000, delta=743000 ns, racy<=10000 ns 16:56:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.631201000, lastModified=2023-03-25 16:56:24.630282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.631201000, lastModified=2023-03-25 16:56:24.630282000, delta=919000 ns, racy<=10000 ns 16:56:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.631527000, lastModified=2023-03-25 16:56:24.630282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.631527000, lastModified=2023-03-25 16:56:24.630282000, delta=1245000 ns, racy<=10000 ns 16:56:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.631698000, lastModified=2023-03-25 16:56:24.630282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.631698000, lastModified=2023-03-25 16:56:24.630282000, delta=1416000 ns, racy<=10000 ns 16:56:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.631895000, lastModified=2023-03-25 16:56:24.630282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.630282000 to 2023-03-25 16:56:24.631282000 16:56:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.632095000, lastModified=2023-03-25 16:56:24.631282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.632095000, lastModified=2023-03-25 16:56:24.631282000, delta=813000 ns, racy<=10000 ns 16:56:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.632391000, lastModified=2023-03-25 16:56:24.631282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.632391000, lastModified=2023-03-25 16:56:24.631282000, delta=1109000 ns, racy<=10000 ns 16:56:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.632559000, lastModified=2023-03-25 16:56:24.631282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.632559000, lastModified=2023-03-25 16:56:24.631282000, delta=1277000 ns, racy<=10000 ns 16:56:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.632726000, lastModified=2023-03-25 16:56:24.631282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.632726000, lastModified=2023-03-25 16:56:24.631282000, delta=1444000 ns, racy<=10000 ns 16:56:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.632930000, lastModified=2023-03-25 16:56:24.632282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.632930000, lastModified=2023-03-25 16:56:24.632282000, delta=648000 ns, racy<=10000 ns 16:56:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.633109000, lastModified=2023-03-25 16:56:24.632282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.633109000, lastModified=2023-03-25 16:56:24.632282000, delta=827000 ns, racy<=10000 ns 16:56:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.633275000, lastModified=2023-03-25 16:56:24.632282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.633275000, lastModified=2023-03-25 16:56:24.632282000, delta=993000 ns, racy<=10000 ns 16:56:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.633606000, lastModified=2023-03-25 16:56:24.632282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.633606000, lastModified=2023-03-25 16:56:24.632282000, delta=1324000 ns, racy<=10000 ns 16:56:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.633779000, lastModified=2023-03-25 16:56:24.632282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.633779000, lastModified=2023-03-25 16:56:24.632282000, delta=1497000 ns, racy<=10000 ns 16:56:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.633978000, lastModified=2023-03-25 16:56:24.633282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.633978000, lastModified=2023-03-25 16:56:24.633282000, delta=696000 ns, racy<=10000 ns 16:56:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.634168000, lastModified=2023-03-25 16:56:24.633282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.634168000, lastModified=2023-03-25 16:56:24.633282000, delta=886000 ns, racy<=10000 ns 16:56:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.634497000, lastModified=2023-03-25 16:56:24.633282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.634497000, lastModified=2023-03-25 16:56:24.633282000, delta=1215000 ns, racy<=10000 ns 16:56:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.634680000, lastModified=2023-03-25 16:56:24.633282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.634680000, lastModified=2023-03-25 16:56:24.633282000, delta=1398000 ns, racy<=10000 ns 16:56:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.634856000, lastModified=2023-03-25 16:56:24.633282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.633282000 to 2023-03-25 16:56:24.634282000 16:56:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.635065000, lastModified=2023-03-25 16:56:24.634282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.635065000, lastModified=2023-03-25 16:56:24.634282000, delta=783000 ns, racy<=10000 ns 16:56:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.635236000, lastModified=2023-03-25 16:56:24.634282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.635236000, lastModified=2023-03-25 16:56:24.634282000, delta=954000 ns, racy<=10000 ns 16:56:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.635407000, lastModified=2023-03-25 16:56:24.634282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.635407000, lastModified=2023-03-25 16:56:24.634282000, delta=1125000 ns, racy<=10000 ns 16:56:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.635747000, lastModified=2023-03-25 16:56:24.634282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.635747000, lastModified=2023-03-25 16:56:24.634282000, delta=1465000 ns, racy<=10000 ns 16:56:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.635955000, lastModified=2023-03-25 16:56:24.635282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.635955000, lastModified=2023-03-25 16:56:24.635282000, delta=673000 ns, racy<=10000 ns 16:56:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.636127000, lastModified=2023-03-25 16:56:24.635282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.636127000, lastModified=2023-03-25 16:56:24.635282000, delta=845000 ns, racy<=10000 ns 16:56:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.636287000, lastModified=2023-03-25 16:56:24.635282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.636287000, lastModified=2023-03-25 16:56:24.635282000, delta=1005000 ns, racy<=10000 ns 16:56:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.636575000, lastModified=2023-03-25 16:56:24.635282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.636575000, lastModified=2023-03-25 16:56:24.635282000, delta=1293000 ns, racy<=10000 ns 16:56:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.636779000, lastModified=2023-03-25 16:56:24.635282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.636779000, lastModified=2023-03-25 16:56:24.635282000, delta=1497000 ns, racy<=10000 ns 16:56:24.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.636997000, lastModified=2023-03-25 16:56:24.636282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.636997000, lastModified=2023-03-25 16:56:24.636282000, delta=715000 ns, racy<=10000 ns 16:56:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.637190000, lastModified=2023-03-25 16:56:24.636282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.637190000, lastModified=2023-03-25 16:56:24.636282000, delta=908000 ns, racy<=10000 ns 16:56:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.637360000, lastModified=2023-03-25 16:56:24.636282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.637360000, lastModified=2023-03-25 16:56:24.636282000, delta=1078000 ns, racy<=10000 ns 16:56:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.637544000, lastModified=2023-03-25 16:56:24.636282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.637544000, lastModified=2023-03-25 16:56:24.636282000, delta=1262000 ns, racy<=10000 ns 16:56:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.637889000, lastModified=2023-03-25 16:56:24.636282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.636282000 to 2023-03-25 16:56:24.637282000 16:56:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.638074000, lastModified=2023-03-25 16:56:24.637282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.638074000, lastModified=2023-03-25 16:56:24.637282000, delta=792000 ns, racy<=10000 ns 16:56:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.638245000, lastModified=2023-03-25 16:56:24.637282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.638245000, lastModified=2023-03-25 16:56:24.637282000, delta=963000 ns, racy<=10000 ns 16:56:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.638448000, lastModified=2023-03-25 16:56:24.637282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.638448000, lastModified=2023-03-25 16:56:24.637282000, delta=1166000 ns, racy<=10000 ns 16:56:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.638726000, lastModified=2023-03-25 16:56:24.637282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.638726000, lastModified=2023-03-25 16:56:24.637282000, delta=1444000 ns, racy<=10000 ns 16:56:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.638932000, lastModified=2023-03-25 16:56:24.638282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.638932000, lastModified=2023-03-25 16:56:24.638282000, delta=650000 ns, racy<=10000 ns 16:56:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.639109000, lastModified=2023-03-25 16:56:24.638282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.639109000, lastModified=2023-03-25 16:56:24.638282000, delta=827000 ns, racy<=10000 ns 16:56:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.639277000, lastModified=2023-03-25 16:56:24.638282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.639277000, lastModified=2023-03-25 16:56:24.638282000, delta=995000 ns, racy<=10000 ns 16:56:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.639444000, lastModified=2023-03-25 16:56:24.638282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.639444000, lastModified=2023-03-25 16:56:24.638282000, delta=1162000 ns, racy<=10000 ns 16:56:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.639611000, lastModified=2023-03-25 16:56:24.638282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.639611000, lastModified=2023-03-25 16:56:24.638282000, delta=1329000 ns, racy<=10000 ns 16:56:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.639966000, lastModified=2023-03-25 16:56:24.638282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.638282000 to 2023-03-25 16:56:24.639282000 16:56:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.640146000, lastModified=2023-03-25 16:56:24.639282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.640146000, lastModified=2023-03-25 16:56:24.639282000, delta=864000 ns, racy<=10000 ns 16:56:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.640314000, lastModified=2023-03-25 16:56:24.639282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.640314000, lastModified=2023-03-25 16:56:24.639282000, delta=1032000 ns, racy<=10000 ns 16:56:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.640480000, lastModified=2023-03-25 16:56:24.639282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.640480000, lastModified=2023-03-25 16:56:24.639282000, delta=1198000 ns, racy<=10000 ns 16:56:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.640771000, lastModified=2023-03-25 16:56:24.639282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.640771000, lastModified=2023-03-25 16:56:24.639282000, delta=1489000 ns, racy<=10000 ns 16:56:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.640956000, lastModified=2023-03-25 16:56:24.640282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.640956000, lastModified=2023-03-25 16:56:24.640282000, delta=674000 ns, racy<=10000 ns 16:56:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.641125000, lastModified=2023-03-25 16:56:24.640282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.641125000, lastModified=2023-03-25 16:56:24.640282000, delta=843000 ns, racy<=10000 ns 16:56:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.641290000, lastModified=2023-03-25 16:56:24.640282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.641290000, lastModified=2023-03-25 16:56:24.640282000, delta=1008000 ns, racy<=10000 ns 16:56:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.641453000, lastModified=2023-03-25 16:56:24.640282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.641453000, lastModified=2023-03-25 16:56:24.640282000, delta=1171000 ns, racy<=10000 ns 16:56:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.641621000, lastModified=2023-03-25 16:56:24.640282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.641621000, lastModified=2023-03-25 16:56:24.640282000, delta=1339000 ns, racy<=10000 ns 16:56:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.641959000, lastModified=2023-03-25 16:56:24.640282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.640282000 to 2023-03-25 16:56:24.641282000 16:56:24.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.642132000, lastModified=2023-03-25 16:56:24.641282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.642132000, lastModified=2023-03-25 16:56:24.641282000, delta=850000 ns, racy<=10000 ns 16:56:24.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.642299000, lastModified=2023-03-25 16:56:24.641282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.642299000, lastModified=2023-03-25 16:56:24.641282000, delta=1017000 ns, racy<=10000 ns 16:56:24.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.642468000, lastModified=2023-03-25 16:56:24.641282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.642468000, lastModified=2023-03-25 16:56:24.641282000, delta=1186000 ns, racy<=10000 ns 16:56:24.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.642743000, lastModified=2023-03-25 16:56:24.641282000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.642743000, lastModified=2023-03-25 16:56:24.641282000, delta=1461000 ns, racy<=10000 ns 16:56:24.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.642947000, lastModified=2023-03-25 16:56:24.642283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.642947000, lastModified=2023-03-25 16:56:24.642283000, delta=664000 ns, racy<=10000 ns 16:56:24.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.643122000, lastModified=2023-03-25 16:56:24.642283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.643122000, lastModified=2023-03-25 16:56:24.642283000, delta=839000 ns, racy<=10000 ns 16:56:24.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.643289000, lastModified=2023-03-25 16:56:24.642283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.643289000, lastModified=2023-03-25 16:56:24.642283000, delta=1006000 ns, racy<=10000 ns 16:56:24.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.643456000, lastModified=2023-03-25 16:56:24.642283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.643456000, lastModified=2023-03-25 16:56:24.642283000, delta=1173000 ns, racy<=10000 ns 16:56:24.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.643619000, lastModified=2023-03-25 16:56:24.642283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.643619000, lastModified=2023-03-25 16:56:24.642283000, delta=1336000 ns, racy<=10000 ns 16:56:24.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.643969000, lastModified=2023-03-25 16:56:24.642283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.642283000 to 2023-03-25 16:56:24.643283000 16:56:24.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.644150000, lastModified=2023-03-25 16:56:24.643283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.644150000, lastModified=2023-03-25 16:56:24.643283000, delta=867000 ns, racy<=10000 ns 16:56:24.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.644340000, lastModified=2023-03-25 16:56:24.643283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.644340000, lastModified=2023-03-25 16:56:24.643283000, delta=1057000 ns, racy<=10000 ns 16:56:24.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.644505000, lastModified=2023-03-25 16:56:24.643283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.644505000, lastModified=2023-03-25 16:56:24.643283000, delta=1222000 ns, racy<=10000 ns 16:56:24.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.644778000, lastModified=2023-03-25 16:56:24.643283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.644778000, lastModified=2023-03-25 16:56:24.643283000, delta=1495000 ns, racy<=10000 ns 16:56:24.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.644991000, lastModified=2023-03-25 16:56:24.644283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.644991000, lastModified=2023-03-25 16:56:24.644283000, delta=708000 ns, racy<=10000 ns 16:56:24.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.645194000, lastModified=2023-03-25 16:56:24.644283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.645194000, lastModified=2023-03-25 16:56:24.644283000, delta=911000 ns, racy<=10000 ns 16:56:24.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.645365000, lastModified=2023-03-25 16:56:24.644283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.645365000, lastModified=2023-03-25 16:56:24.644283000, delta=1082000 ns, racy<=10000 ns 16:56:24.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.645538000, lastModified=2023-03-25 16:56:24.644283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.645538000, lastModified=2023-03-25 16:56:24.644283000, delta=1255000 ns, racy<=10000 ns 16:56:24.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.645717000, lastModified=2023-03-25 16:56:24.644283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.645717000, lastModified=2023-03-25 16:56:24.644283000, delta=1434000 ns, racy<=10000 ns 16:56:24.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.646082000, lastModified=2023-03-25 16:56:24.645283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.646082000, lastModified=2023-03-25 16:56:24.645283000, delta=799000 ns, racy<=10000 ns 16:56:24.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.646265000, lastModified=2023-03-25 16:56:24.645283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.646265000, lastModified=2023-03-25 16:56:24.645283000, delta=982000 ns, racy<=10000 ns 16:56:24.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.646438000, lastModified=2023-03-25 16:56:24.645283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.646438000, lastModified=2023-03-25 16:56:24.645283000, delta=1155000 ns, racy<=10000 ns 16:56:24.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.646624000, lastModified=2023-03-25 16:56:24.645283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.646624000, lastModified=2023-03-25 16:56:24.645283000, delta=1341000 ns, racy<=10000 ns 16:56:24.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.646957000, lastModified=2023-03-25 16:56:24.646283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.646957000, lastModified=2023-03-25 16:56:24.646283000, delta=674000 ns, racy<=10000 ns 16:56:24.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.647202000, lastModified=2023-03-25 16:56:24.646283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.647202000, lastModified=2023-03-25 16:56:24.646283000, delta=919000 ns, racy<=10000 ns 16:56:24.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.647442000, lastModified=2023-03-25 16:56:24.646283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.647442000, lastModified=2023-03-25 16:56:24.646283000, delta=1159000 ns, racy<=10000 ns 16:56:24.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.647656000, lastModified=2023-03-25 16:56:24.646283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.647656000, lastModified=2023-03-25 16:56:24.646283000, delta=1373000 ns, racy<=10000 ns 16:56:24.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.647848000, lastModified=2023-03-25 16:56:24.646283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.646283000 to 2023-03-25 16:56:24.647283000 16:56:24.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.648109000, lastModified=2023-03-25 16:56:24.647283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.648109000, lastModified=2023-03-25 16:56:24.647283000, delta=826000 ns, racy<=10000 ns 16:56:24.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.648653000, lastModified=2023-03-25 16:56:24.647283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.648653000, lastModified=2023-03-25 16:56:24.647283000, delta=1370000 ns, racy<=10000 ns 16:56:24.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.648858000, lastModified=2023-03-25 16:56:24.647283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.647283000 to 2023-03-25 16:56:24.648283000 16:56:24.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.649106000, lastModified=2023-03-25 16:56:24.648283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.649106000, lastModified=2023-03-25 16:56:24.648283000, delta=823000 ns, racy<=10000 ns 16:56:24.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.649296000, lastModified=2023-03-25 16:56:24.648283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.649296000, lastModified=2023-03-25 16:56:24.648283000, delta=1013000 ns, racy<=10000 ns 16:56:24.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.649581000, lastModified=2023-03-25 16:56:24.648283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.649581000, lastModified=2023-03-25 16:56:24.648283000, delta=1298000 ns, racy<=10000 ns 16:56:24.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.649777000, lastModified=2023-03-25 16:56:24.648283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.648283000 to 2023-03-25 16:56:24.649283000 16:56:24.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.650022000, lastModified=2023-03-25 16:56:24.649283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.650022000, lastModified=2023-03-25 16:56:24.649283000, delta=739000 ns, racy<=10000 ns 16:56:24.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.650239000, lastModified=2023-03-25 16:56:24.649283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.650239000, lastModified=2023-03-25 16:56:24.649283000, delta=956000 ns, racy<=10000 ns 16:56:24.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.650437000, lastModified=2023-03-25 16:56:24.649283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.650437000, lastModified=2023-03-25 16:56:24.649283000, delta=1154000 ns, racy<=10000 ns 16:56:24.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.650680000, lastModified=2023-03-25 16:56:24.649283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.650680000, lastModified=2023-03-25 16:56:24.649283000, delta=1397000 ns, racy<=10000 ns 16:56:24.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.651233000, lastModified=2023-03-25 16:56:24.650283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.651233000, lastModified=2023-03-25 16:56:24.650283000, delta=950000 ns, racy<=10000 ns 16:56:24.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.651505000, lastModified=2023-03-25 16:56:24.650283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.651505000, lastModified=2023-03-25 16:56:24.650283000, delta=1222000 ns, racy<=10000 ns 16:56:24.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.651686000, lastModified=2023-03-25 16:56:24.650283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.651686000, lastModified=2023-03-25 16:56:24.650283000, delta=1403000 ns, racy<=10000 ns 16:56:24.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.651898000, lastModified=2023-03-25 16:56:24.651283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.651898000, lastModified=2023-03-25 16:56:24.651283000, delta=615000 ns, racy<=10000 ns 16:56:24.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.652187000, lastModified=2023-03-25 16:56:24.651283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.652187000, lastModified=2023-03-25 16:56:24.651283000, delta=904000 ns, racy<=10000 ns 16:56:24.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.652409000, lastModified=2023-03-25 16:56:24.651283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.652409000, lastModified=2023-03-25 16:56:24.651283000, delta=1126000 ns, racy<=10000 ns 16:56:24.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.652663000, lastModified=2023-03-25 16:56:24.651283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.652663000, lastModified=2023-03-25 16:56:24.651283000, delta=1380000 ns, racy<=10000 ns 16:56:24.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.652922000, lastModified=2023-03-25 16:56:24.652283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.652922000, lastModified=2023-03-25 16:56:24.652283000, delta=639000 ns, racy<=10000 ns 16:56:24.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.653191000, lastModified=2023-03-25 16:56:24.652283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.653191000, lastModified=2023-03-25 16:56:24.652283000, delta=908000 ns, racy<=10000 ns 16:56:24.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.653444000, lastModified=2023-03-25 16:56:24.652283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.653444000, lastModified=2023-03-25 16:56:24.652283000, delta=1161000 ns, racy<=10000 ns 16:56:24.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.653931000, lastModified=2023-03-25 16:56:24.652283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.652283000 to 2023-03-25 16:56:24.653283000 16:56:24.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.654198000, lastModified=2023-03-25 16:56:24.653283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.654198000, lastModified=2023-03-25 16:56:24.653283000, delta=915000 ns, racy<=10000 ns 16:56:24.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.654464000, lastModified=2023-03-25 16:56:24.653283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.654464000, lastModified=2023-03-25 16:56:24.653283000, delta=1181000 ns, racy<=10000 ns 16:56:24.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.654726000, lastModified=2023-03-25 16:56:24.653283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.654726000, lastModified=2023-03-25 16:56:24.653283000, delta=1443000 ns, racy<=10000 ns 16:56:24.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.655074000, lastModified=2023-03-25 16:56:24.654283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.655074000, lastModified=2023-03-25 16:56:24.654283000, delta=791000 ns, racy<=10000 ns 16:56:24.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.655341000, lastModified=2023-03-25 16:56:24.654283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.655341000, lastModified=2023-03-25 16:56:24.654283000, delta=1058000 ns, racy<=10000 ns 16:56:24.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.655595000, lastModified=2023-03-25 16:56:24.654283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.655595000, lastModified=2023-03-25 16:56:24.654283000, delta=1312000 ns, racy<=10000 ns 16:56:24.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.655842000, lastModified=2023-03-25 16:56:24.654283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.654283000 to 2023-03-25 16:56:24.655283000 16:56:24.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.656148000, lastModified=2023-03-25 16:56:24.655283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.656148000, lastModified=2023-03-25 16:56:24.655283000, delta=865000 ns, racy<=10000 ns 16:56:24.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.656422000, lastModified=2023-03-25 16:56:24.655283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.656422000, lastModified=2023-03-25 16:56:24.655283000, delta=1139000 ns, racy<=10000 ns 16:56:24.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.656849000, lastModified=2023-03-25 16:56:24.655283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.655283000 to 2023-03-25 16:56:24.656283000 16:56:24.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.657193000, lastModified=2023-03-25 16:56:24.656283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.657193000, lastModified=2023-03-25 16:56:24.656283000, delta=910000 ns, racy<=10000 ns 16:56:24.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.657506000, lastModified=2023-03-25 16:56:24.656283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.657506000, lastModified=2023-03-25 16:56:24.656283000, delta=1223000 ns, racy<=10000 ns 16:56:24.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.657748000, lastModified=2023-03-25 16:56:24.656283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.657748000, lastModified=2023-03-25 16:56:24.656283000, delta=1465000 ns, racy<=10000 ns 16:56:24.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.658110000, lastModified=2023-03-25 16:56:24.657283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.658110000, lastModified=2023-03-25 16:56:24.657283000, delta=827000 ns, racy<=10000 ns 16:56:24.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.658381000, lastModified=2023-03-25 16:56:24.657283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.658381000, lastModified=2023-03-25 16:56:24.657283000, delta=1098000 ns, racy<=10000 ns 16:56:24.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.658618000, lastModified=2023-03-25 16:56:24.657283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.658618000, lastModified=2023-03-25 16:56:24.657283000, delta=1335000 ns, racy<=10000 ns 16:56:24.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.658792000, lastModified=2023-03-25 16:56:24.657283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.658792000, lastModified=2023-03-25 16:56:24.657283000, delta=1509000 ns, racy<=10000 ns 16:56:24.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.658991000, lastModified=2023-03-25 16:56:24.658283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.658991000, lastModified=2023-03-25 16:56:24.658283000, delta=708000 ns, racy<=10000 ns 16:56:24.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.659167000, lastModified=2023-03-25 16:56:24.658283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.659167000, lastModified=2023-03-25 16:56:24.658283000, delta=884000 ns, racy<=10000 ns 16:56:24.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.659582000, lastModified=2023-03-25 16:56:24.658283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.659582000, lastModified=2023-03-25 16:56:24.658283000, delta=1299000 ns, racy<=10000 ns 16:56:24.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.659785000, lastModified=2023-03-25 16:56:24.658283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.659785000, lastModified=2023-03-25 16:56:24.658283000, delta=1502000 ns, racy<=10000 ns 16:56:24.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.659995000, lastModified=2023-03-25 16:56:24.659283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.659995000, lastModified=2023-03-25 16:56:24.659283000, delta=712000 ns, racy<=10000 ns 16:56:24.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.660193000, lastModified=2023-03-25 16:56:24.659283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.660193000, lastModified=2023-03-25 16:56:24.659283000, delta=910000 ns, racy<=10000 ns 16:56:24.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.660477000, lastModified=2023-03-25 16:56:24.659283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.660477000, lastModified=2023-03-25 16:56:24.659283000, delta=1194000 ns, racy<=10000 ns 16:56:24.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.660647000, lastModified=2023-03-25 16:56:24.659283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.660647000, lastModified=2023-03-25 16:56:24.659283000, delta=1364000 ns, racy<=10000 ns 16:56:24.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.660816000, lastModified=2023-03-25 16:56:24.659283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.659283000 to 2023-03-25 16:56:24.660283000 16:56:24.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.661022000, lastModified=2023-03-25 16:56:24.660283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.661022000, lastModified=2023-03-25 16:56:24.660283000, delta=739000 ns, racy<=10000 ns 16:56:24.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.661203000, lastModified=2023-03-25 16:56:24.660283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.661203000, lastModified=2023-03-25 16:56:24.660283000, delta=920000 ns, racy<=10000 ns 16:56:24.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.661373000, lastModified=2023-03-25 16:56:24.660283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.661373000, lastModified=2023-03-25 16:56:24.660283000, delta=1090000 ns, racy<=10000 ns 16:56:24.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.661732000, lastModified=2023-03-25 16:56:24.660283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.661732000, lastModified=2023-03-25 16:56:24.660283000, delta=1449000 ns, racy<=10000 ns 16:56:24.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.661947000, lastModified=2023-03-25 16:56:24.661283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.661947000, lastModified=2023-03-25 16:56:24.661283000, delta=664000 ns, racy<=10000 ns 16:56:24.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.662120000, lastModified=2023-03-25 16:56:24.661283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.662120000, lastModified=2023-03-25 16:56:24.661283000, delta=837000 ns, racy<=10000 ns 16:56:24.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.662287000, lastModified=2023-03-25 16:56:24.661283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.662287000, lastModified=2023-03-25 16:56:24.661283000, delta=1004000 ns, racy<=10000 ns 16:56:24.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.662565000, lastModified=2023-03-25 16:56:24.661283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.662565000, lastModified=2023-03-25 16:56:24.661283000, delta=1282000 ns, racy<=10000 ns 16:56:24.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.662751000, lastModified=2023-03-25 16:56:24.661283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.662751000, lastModified=2023-03-25 16:56:24.661283000, delta=1468000 ns, racy<=10000 ns 16:56:24.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.662967000, lastModified=2023-03-25 16:56:24.662283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.662967000, lastModified=2023-03-25 16:56:24.662283000, delta=684000 ns, racy<=10000 ns 16:56:24.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.663158000, lastModified=2023-03-25 16:56:24.662283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.663158000, lastModified=2023-03-25 16:56:24.662283000, delta=875000 ns, racy<=10000 ns 16:56:24.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.663345000, lastModified=2023-03-25 16:56:24.662283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.663345000, lastModified=2023-03-25 16:56:24.662283000, delta=1062000 ns, racy<=10000 ns 16:56:24.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.663514000, lastModified=2023-03-25 16:56:24.662283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.663514000, lastModified=2023-03-25 16:56:24.662283000, delta=1231000 ns, racy<=10000 ns 16:56:24.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.663838000, lastModified=2023-03-25 16:56:24.662283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.662283000 to 2023-03-25 16:56:24.663283000 16:56:24.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.664046000, lastModified=2023-03-25 16:56:24.663283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.664046000, lastModified=2023-03-25 16:56:24.663283000, delta=763000 ns, racy<=10000 ns 16:56:24.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.664228000, lastModified=2023-03-25 16:56:24.663283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.664228000, lastModified=2023-03-25 16:56:24.663283000, delta=945000 ns, racy<=10000 ns 16:56:24.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.664396000, lastModified=2023-03-25 16:56:24.663283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.664396000, lastModified=2023-03-25 16:56:24.663283000, delta=1113000 ns, racy<=10000 ns 16:56:24.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.664679000, lastModified=2023-03-25 16:56:24.663283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.664679000, lastModified=2023-03-25 16:56:24.663283000, delta=1396000 ns, racy<=10000 ns 16:56:24.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.664850000, lastModified=2023-03-25 16:56:24.663283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.663283000 to 2023-03-25 16:56:24.664283000 16:56:24.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.665081000, lastModified=2023-03-25 16:56:24.664283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.665081000, lastModified=2023-03-25 16:56:24.664283000, delta=798000 ns, racy<=10000 ns 16:56:24.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.665256000, lastModified=2023-03-25 16:56:24.664283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.665256000, lastModified=2023-03-25 16:56:24.664283000, delta=973000 ns, racy<=10000 ns 16:56:24.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.665426000, lastModified=2023-03-25 16:56:24.664283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.665426000, lastModified=2023-03-25 16:56:24.664283000, delta=1143000 ns, racy<=10000 ns 16:56:24.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.665598000, lastModified=2023-03-25 16:56:24.664283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.665598000, lastModified=2023-03-25 16:56:24.664283000, delta=1315000 ns, racy<=10000 ns 16:56:24.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.665992000, lastModified=2023-03-25 16:56:24.664283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.664283000 to 2023-03-25 16:56:24.665283000 16:56:24.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.666198000, lastModified=2023-03-25 16:56:24.665283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.666198000, lastModified=2023-03-25 16:56:24.665283000, delta=915000 ns, racy<=10000 ns 16:56:24.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.666411000, lastModified=2023-03-25 16:56:24.665283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.666411000, lastModified=2023-03-25 16:56:24.665283000, delta=1128000 ns, racy<=10000 ns 16:56:24.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.666579000, lastModified=2023-03-25 16:56:24.665283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.666579000, lastModified=2023-03-25 16:56:24.665283000, delta=1296000 ns, racy<=10000 ns 16:56:24.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.666749000, lastModified=2023-03-25 16:56:24.665283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.666749000, lastModified=2023-03-25 16:56:24.665283000, delta=1466000 ns, racy<=10000 ns 16:56:24.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.666979000, lastModified=2023-03-25 16:56:24.666283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.666979000, lastModified=2023-03-25 16:56:24.666283000, delta=696000 ns, racy<=10000 ns 16:56:24.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.667188000, lastModified=2023-03-25 16:56:24.666283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.667188000, lastModified=2023-03-25 16:56:24.666283000, delta=905000 ns, racy<=10000 ns 16:56:24.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.667380000, lastModified=2023-03-25 16:56:24.666283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.667380000, lastModified=2023-03-25 16:56:24.666283000, delta=1097000 ns, racy<=10000 ns 16:56:24.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.667592000, lastModified=2023-03-25 16:56:24.666283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.667592000, lastModified=2023-03-25 16:56:24.666283000, delta=1309000 ns, racy<=10000 ns 16:56:24.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.667794000, lastModified=2023-03-25 16:56:24.666283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.666283000 to 2023-03-25 16:56:24.667283000 16:56:24.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.668230000, lastModified=2023-03-25 16:56:24.667283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.668230000, lastModified=2023-03-25 16:56:24.667283000, delta=947000 ns, racy<=10000 ns 16:56:24.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.668434000, lastModified=2023-03-25 16:56:24.667283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.668434000, lastModified=2023-03-25 16:56:24.667283000, delta=1151000 ns, racy<=10000 ns 16:56:24.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.668610000, lastModified=2023-03-25 16:56:24.667283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.668610000, lastModified=2023-03-25 16:56:24.667283000, delta=1327000 ns, racy<=10000 ns 16:56:24.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.668788000, lastModified=2023-03-25 16:56:24.667283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.668788000, lastModified=2023-03-25 16:56:24.667283000, delta=1505000 ns, racy<=10000 ns 16:56:24.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.669012000, lastModified=2023-03-25 16:56:24.668283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.669012000, lastModified=2023-03-25 16:56:24.668283000, delta=729000 ns, racy<=10000 ns 16:56:24.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.669253000, lastModified=2023-03-25 16:56:24.668283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.669253000, lastModified=2023-03-25 16:56:24.668283000, delta=970000 ns, racy<=10000 ns 16:56:24.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.669491000, lastModified=2023-03-25 16:56:24.668283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.669491000, lastModified=2023-03-25 16:56:24.668283000, delta=1208000 ns, racy<=10000 ns 16:56:24.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.669728000, lastModified=2023-03-25 16:56:24.668283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.669728000, lastModified=2023-03-25 16:56:24.668283000, delta=1445000 ns, racy<=10000 ns 16:56:24.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.670023000, lastModified=2023-03-25 16:56:24.669283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.670023000, lastModified=2023-03-25 16:56:24.669283000, delta=740000 ns, racy<=10000 ns 16:56:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.670229000, lastModified=2023-03-25 16:56:24.669283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.670229000, lastModified=2023-03-25 16:56:24.669283000, delta=946000 ns, racy<=10000 ns 16:56:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.670565000, lastModified=2023-03-25 16:56:24.669283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.670565000, lastModified=2023-03-25 16:56:24.669283000, delta=1282000 ns, racy<=10000 ns 16:56:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.670738000, lastModified=2023-03-25 16:56:24.669283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.670738000, lastModified=2023-03-25 16:56:24.669283000, delta=1455000 ns, racy<=10000 ns 16:56:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.670949000, lastModified=2023-03-25 16:56:24.670283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.670949000, lastModified=2023-03-25 16:56:24.670283000, delta=666000 ns, racy<=10000 ns 16:56:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.671147000, lastModified=2023-03-25 16:56:24.670283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.671147000, lastModified=2023-03-25 16:56:24.670283000, delta=864000 ns, racy<=10000 ns 16:56:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.671324000, lastModified=2023-03-25 16:56:24.670283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.671324000, lastModified=2023-03-25 16:56:24.670283000, delta=1041000 ns, racy<=10000 ns 16:56:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.671534000, lastModified=2023-03-25 16:56:24.670283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.671534000, lastModified=2023-03-25 16:56:24.670283000, delta=1251000 ns, racy<=10000 ns 16:56:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.671724000, lastModified=2023-03-25 16:56:24.670283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.671724000, lastModified=2023-03-25 16:56:24.670283000, delta=1441000 ns, racy<=10000 ns 16:56:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.671918000, lastModified=2023-03-25 16:56:24.671283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.671918000, lastModified=2023-03-25 16:56:24.671283000, delta=635000 ns, racy<=10000 ns 16:56:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.672109000, lastModified=2023-03-25 16:56:24.671283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.672109000, lastModified=2023-03-25 16:56:24.671283000, delta=826000 ns, racy<=10000 ns 16:56:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.672290000, lastModified=2023-03-25 16:56:24.671283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.672290000, lastModified=2023-03-25 16:56:24.671283000, delta=1007000 ns, racy<=10000 ns 16:56:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.672643000, lastModified=2023-03-25 16:56:24.671283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.672643000, lastModified=2023-03-25 16:56:24.671283000, delta=1360000 ns, racy<=10000 ns 16:56:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.672928000, lastModified=2023-03-25 16:56:24.672283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.672928000, lastModified=2023-03-25 16:56:24.672283000, delta=645000 ns, racy<=10000 ns 16:56:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.673231000, lastModified=2023-03-25 16:56:24.672283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.673231000, lastModified=2023-03-25 16:56:24.672283000, delta=948000 ns, racy<=10000 ns 16:56:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.673515000, lastModified=2023-03-25 16:56:24.672283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.673515000, lastModified=2023-03-25 16:56:24.672283000, delta=1232000 ns, racy<=10000 ns 16:56:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.673756000, lastModified=2023-03-25 16:56:24.672283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.673756000, lastModified=2023-03-25 16:56:24.672283000, delta=1473000 ns, racy<=10000 ns 16:56:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.673969000, lastModified=2023-03-25 16:56:24.673283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.673969000, lastModified=2023-03-25 16:56:24.673283000, delta=686000 ns, racy<=10000 ns 16:56:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.674152000, lastModified=2023-03-25 16:56:24.673283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.674152000, lastModified=2023-03-25 16:56:24.673283000, delta=869000 ns, racy<=10000 ns 16:56:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.674328000, lastModified=2023-03-25 16:56:24.673283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.674328000, lastModified=2023-03-25 16:56:24.673283000, delta=1045000 ns, racy<=10000 ns 16:56:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.674504000, lastModified=2023-03-25 16:56:24.673283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.674504000, lastModified=2023-03-25 16:56:24.673283000, delta=1221000 ns, racy<=10000 ns 16:56:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.674678000, lastModified=2023-03-25 16:56:24.673283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.674678000, lastModified=2023-03-25 16:56:24.673283000, delta=1395000 ns, racy<=10000 ns 16:56:24.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.675027000, lastModified=2023-03-25 16:56:24.673283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.673283000 to 2023-03-25 16:56:24.674283000 16:56:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.675211000, lastModified=2023-03-25 16:56:24.674283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.675211000, lastModified=2023-03-25 16:56:24.674283000, delta=928000 ns, racy<=10000 ns 16:56:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.675386000, lastModified=2023-03-25 16:56:24.674283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.675386000, lastModified=2023-03-25 16:56:24.674283000, delta=1103000 ns, racy<=10000 ns 16:56:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.675552000, lastModified=2023-03-25 16:56:24.674283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.675552000, lastModified=2023-03-25 16:56:24.674283000, delta=1269000 ns, racy<=10000 ns 16:56:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.675721000, lastModified=2023-03-25 16:56:24.674283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.675721000, lastModified=2023-03-25 16:56:24.674283000, delta=1438000 ns, racy<=10000 ns 16:56:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.675896000, lastModified=2023-03-25 16:56:24.675283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.675896000, lastModified=2023-03-25 16:56:24.675283000, delta=613000 ns, racy<=10000 ns 16:56:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.676073000, lastModified=2023-03-25 16:56:24.675283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.676073000, lastModified=2023-03-25 16:56:24.675283000, delta=790000 ns, racy<=10000 ns 16:56:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.676240000, lastModified=2023-03-25 16:56:24.675283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.676240000, lastModified=2023-03-25 16:56:24.675283000, delta=957000 ns, racy<=10000 ns 16:56:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.676414000, lastModified=2023-03-25 16:56:24.675283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.676414000, lastModified=2023-03-25 16:56:24.675283000, delta=1131000 ns, racy<=10000 ns 16:56:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.676581000, lastModified=2023-03-25 16:56:24.675283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.676581000, lastModified=2023-03-25 16:56:24.675283000, delta=1298000 ns, racy<=10000 ns 16:56:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.676928000, lastModified=2023-03-25 16:56:24.675283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.675283000 to 2023-03-25 16:56:24.676283000 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.677108000, lastModified=2023-03-25 16:56:24.676283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.677108000, lastModified=2023-03-25 16:56:24.676283000, delta=825000 ns, racy<=10000 ns 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.677280000, lastModified=2023-03-25 16:56:24.676283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.677280000, lastModified=2023-03-25 16:56:24.676283000, delta=997000 ns, racy<=10000 ns 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.677450000, lastModified=2023-03-25 16:56:24.676283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.677450000, lastModified=2023-03-25 16:56:24.676283000, delta=1167000 ns, racy<=10000 ns 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.677617000, lastModified=2023-03-25 16:56:24.676283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.677617000, lastModified=2023-03-25 16:56:24.676283000, delta=1334000 ns, racy<=10000 ns 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.677791000, lastModified=2023-03-25 16:56:24.676283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.677791000, lastModified=2023-03-25 16:56:24.676283000, delta=1508000 ns, racy<=10000 ns 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.677968000, lastModified=2023-03-25 16:56:24.677283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.677968000, lastModified=2023-03-25 16:56:24.677283000, delta=685000 ns, racy<=10000 ns 16:56:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.678140000, lastModified=2023-03-25 16:56:24.677283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.678140000, lastModified=2023-03-25 16:56:24.677283000, delta=857000 ns, racy<=10000 ns 16:56:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.678311000, lastModified=2023-03-25 16:56:24.677283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.678311000, lastModified=2023-03-25 16:56:24.677283000, delta=1028000 ns, racy<=10000 ns 16:56:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.678480000, lastModified=2023-03-25 16:56:24.677283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.678480000, lastModified=2023-03-25 16:56:24.677283000, delta=1197000 ns, racy<=10000 ns 16:56:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.678809000, lastModified=2023-03-25 16:56:24.677283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.677283000 to 2023-03-25 16:56:24.678283000 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.678994000, lastModified=2023-03-25 16:56:24.678283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.678994000, lastModified=2023-03-25 16:56:24.678283000, delta=711000 ns, racy<=10000 ns 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.679170000, lastModified=2023-03-25 16:56:24.678283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.679170000, lastModified=2023-03-25 16:56:24.678283000, delta=887000 ns, racy<=10000 ns 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.679340000, lastModified=2023-03-25 16:56:24.678283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.679340000, lastModified=2023-03-25 16:56:24.678283000, delta=1057000 ns, racy<=10000 ns 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.679515000, lastModified=2023-03-25 16:56:24.678283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.679515000, lastModified=2023-03-25 16:56:24.678283000, delta=1232000 ns, racy<=10000 ns 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.679683000, lastModified=2023-03-25 16:56:24.678283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.679683000, lastModified=2023-03-25 16:56:24.678283000, delta=1400000 ns, racy<=10000 ns 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.679890000, lastModified=2023-03-25 16:56:24.678283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.678283000 to 2023-03-25 16:56:24.679283000 16:56:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.680067000, lastModified=2023-03-25 16:56:24.679283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.680067000, lastModified=2023-03-25 16:56:24.679283000, delta=784000 ns, racy<=10000 ns 16:56:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.680242000, lastModified=2023-03-25 16:56:24.679283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.680242000, lastModified=2023-03-25 16:56:24.679283000, delta=959000 ns, racy<=10000 ns 16:56:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.680412000, lastModified=2023-03-25 16:56:24.679283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.680412000, lastModified=2023-03-25 16:56:24.679283000, delta=1129000 ns, racy<=10000 ns 16:56:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.680770000, lastModified=2023-03-25 16:56:24.679283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.680770000, lastModified=2023-03-25 16:56:24.679283000, delta=1487000 ns, racy<=10000 ns 16:56:24.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.681006000, lastModified=2023-03-25 16:56:24.680283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.681006000, lastModified=2023-03-25 16:56:24.680283000, delta=723000 ns, racy<=10000 ns 16:56:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.681269000, lastModified=2023-03-25 16:56:24.680283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.681269000, lastModified=2023-03-25 16:56:24.680283000, delta=986000 ns, racy<=10000 ns 16:56:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.681577000, lastModified=2023-03-25 16:56:24.680283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.681577000, lastModified=2023-03-25 16:56:24.680283000, delta=1294000 ns, racy<=10000 ns 16:56:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.681879000, lastModified=2023-03-25 16:56:24.680283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.680283000 to 2023-03-25 16:56:24.681283000 16:56:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.682152000, lastModified=2023-03-25 16:56:24.681283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.682152000, lastModified=2023-03-25 16:56:24.681283000, delta=869000 ns, racy<=10000 ns 16:56:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.682452000, lastModified=2023-03-25 16:56:24.681283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.682452000, lastModified=2023-03-25 16:56:24.681283000, delta=1169000 ns, racy<=10000 ns 16:56:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.682700000, lastModified=2023-03-25 16:56:24.681283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.682700000, lastModified=2023-03-25 16:56:24.681283000, delta=1417000 ns, racy<=10000 ns 16:56:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.682969000, lastModified=2023-03-25 16:56:24.682283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.682969000, lastModified=2023-03-25 16:56:24.682283000, delta=686000 ns, racy<=10000 ns 16:56:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.683207000, lastModified=2023-03-25 16:56:24.682283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.683207000, lastModified=2023-03-25 16:56:24.682283000, delta=924000 ns, racy<=10000 ns 16:56:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.683591000, lastModified=2023-03-25 16:56:24.682283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.683591000, lastModified=2023-03-25 16:56:24.682283000, delta=1308000 ns, racy<=10000 ns 16:56:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.683807000, lastModified=2023-03-25 16:56:24.682283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.682283000 to 2023-03-25 16:56:24.683283000 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.684020000, lastModified=2023-03-25 16:56:24.683283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.684020000, lastModified=2023-03-25 16:56:24.683283000, delta=737000 ns, racy<=10000 ns 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.684210000, lastModified=2023-03-25 16:56:24.683283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.684210000, lastModified=2023-03-25 16:56:24.683283000, delta=927000 ns, racy<=10000 ns 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.684386000, lastModified=2023-03-25 16:56:24.683283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.684386000, lastModified=2023-03-25 16:56:24.683283000, delta=1103000 ns, racy<=10000 ns 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.684552000, lastModified=2023-03-25 16:56:24.683283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.684552000, lastModified=2023-03-25 16:56:24.683283000, delta=1269000 ns, racy<=10000 ns 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.684715000, lastModified=2023-03-25 16:56:24.683283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.684715000, lastModified=2023-03-25 16:56:24.683283000, delta=1432000 ns, racy<=10000 ns 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.684905000, lastModified=2023-03-25 16:56:24.683283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.683283000 to 2023-03-25 16:56:24.684283000 16:56:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.685126000, lastModified=2023-03-25 16:56:24.684283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.685126000, lastModified=2023-03-25 16:56:24.684283000, delta=843000 ns, racy<=10000 ns 16:56:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.685295000, lastModified=2023-03-25 16:56:24.684283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.685295000, lastModified=2023-03-25 16:56:24.684283000, delta=1012000 ns, racy<=10000 ns 16:56:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.685629000, lastModified=2023-03-25 16:56:24.684283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.685629000, lastModified=2023-03-25 16:56:24.684283000, delta=1346000 ns, racy<=10000 ns 16:56:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.685799000, lastModified=2023-03-25 16:56:24.684283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.684283000 to 2023-03-25 16:56:24.685283000 16:56:24.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.685994000, lastModified=2023-03-25 16:56:24.685283000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.685994000, lastModified=2023-03-25 16:56:24.685283000, delta=711000 ns, racy<=10000 ns 16:56:24.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.714024000, lastModified=2023-03-25 16:56:24.713284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.714024000, lastModified=2023-03-25 16:56:24.713284000, delta=740000 ns, racy<=10000 ns 16:56:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.714295000, lastModified=2023-03-25 16:56:24.713284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.714295000, lastModified=2023-03-25 16:56:24.713284000, delta=1011000 ns, racy<=10000 ns 16:56:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.714505000, lastModified=2023-03-25 16:56:24.713284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.714505000, lastModified=2023-03-25 16:56:24.713284000, delta=1221000 ns, racy<=10000 ns 16:56:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.714680000, lastModified=2023-03-25 16:56:24.713284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.714680000, lastModified=2023-03-25 16:56:24.713284000, delta=1396000 ns, racy<=10000 ns 16:56:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.714868000, lastModified=2023-03-25 16:56:24.713284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.713284000 to 2023-03-25 16:56:24.714284000 16:56:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.715061000, lastModified=2023-03-25 16:56:24.714284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.715061000, lastModified=2023-03-25 16:56:24.714284000, delta=777000 ns, racy<=10000 ns 16:56:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.715277000, lastModified=2023-03-25 16:56:24.714284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.715277000, lastModified=2023-03-25 16:56:24.714284000, delta=993000 ns, racy<=10000 ns 16:56:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.715726000, lastModified=2023-03-25 16:56:24.714284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.715726000, lastModified=2023-03-25 16:56:24.714284000, delta=1442000 ns, racy<=10000 ns 16:56:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.715923000, lastModified=2023-03-25 16:56:24.715284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.715923000, lastModified=2023-03-25 16:56:24.715284000, delta=639000 ns, racy<=10000 ns 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.716099000, lastModified=2023-03-25 16:56:24.715284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.716099000, lastModified=2023-03-25 16:56:24.715284000, delta=815000 ns, racy<=10000 ns 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.716268000, lastModified=2023-03-25 16:56:24.715284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.716268000, lastModified=2023-03-25 16:56:24.715284000, delta=984000 ns, racy<=10000 ns 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.716435000, lastModified=2023-03-25 16:56:24.715284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.716435000, lastModified=2023-03-25 16:56:24.715284000, delta=1151000 ns, racy<=10000 ns 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.716603000, lastModified=2023-03-25 16:56:24.715284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.716603000, lastModified=2023-03-25 16:56:24.715284000, delta=1319000 ns, racy<=10000 ns 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.716771000, lastModified=2023-03-25 16:56:24.715284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.716771000, lastModified=2023-03-25 16:56:24.715284000, delta=1487000 ns, racy<=10000 ns 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.716950000, lastModified=2023-03-25 16:56:24.716284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.716950000, lastModified=2023-03-25 16:56:24.716284000, delta=666000 ns, racy<=10000 ns 16:56:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.717118000, lastModified=2023-03-25 16:56:24.716284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.717118000, lastModified=2023-03-25 16:56:24.716284000, delta=834000 ns, racy<=10000 ns 16:56:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.717288000, lastModified=2023-03-25 16:56:24.716284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.717288000, lastModified=2023-03-25 16:56:24.716284000, delta=1004000 ns, racy<=10000 ns 16:56:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.717627000, lastModified=2023-03-25 16:56:24.716284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.717627000, lastModified=2023-03-25 16:56:24.716284000, delta=1343000 ns, racy<=10000 ns 16:56:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.717802000, lastModified=2023-03-25 16:56:24.716284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.716284000 to 2023-03-25 16:56:24.717284000 16:56:24.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.717982000, lastModified=2023-03-25 16:56:24.717284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.717982000, lastModified=2023-03-25 16:56:24.717284000, delta=698000 ns, racy<=10000 ns 16:56:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.718151000, lastModified=2023-03-25 16:56:24.717284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.718151000, lastModified=2023-03-25 16:56:24.717284000, delta=867000 ns, racy<=10000 ns 16:56:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.718332000, lastModified=2023-03-25 16:56:24.717284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.718332000, lastModified=2023-03-25 16:56:24.717284000, delta=1048000 ns, racy<=10000 ns 16:56:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.718501000, lastModified=2023-03-25 16:56:24.717284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.718501000, lastModified=2023-03-25 16:56:24.717284000, delta=1217000 ns, racy<=10000 ns 16:56:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.718754000, lastModified=2023-03-25 16:56:24.717284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.718754000, lastModified=2023-03-25 16:56:24.717284000, delta=1470000 ns, racy<=10000 ns 16:56:24.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.719064000, lastModified=2023-03-25 16:56:24.718284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.719064000, lastModified=2023-03-25 16:56:24.718284000, delta=780000 ns, racy<=10000 ns 16:56:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.719432000, lastModified=2023-03-25 16:56:24.718284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.719432000, lastModified=2023-03-25 16:56:24.718284000, delta=1148000 ns, racy<=10000 ns 16:56:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.719673000, lastModified=2023-03-25 16:56:24.718284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.719673000, lastModified=2023-03-25 16:56:24.718284000, delta=1389000 ns, racy<=10000 ns 16:56:24.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.720164000, lastModified=2023-03-25 16:56:24.718284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.718284000 to 2023-03-25 16:56:24.719284000 16:56:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.720372000, lastModified=2023-03-25 16:56:24.719284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.720372000, lastModified=2023-03-25 16:56:24.719284000, delta=1088000 ns, racy<=10000 ns 16:56:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.720550000, lastModified=2023-03-25 16:56:24.719284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.720550000, lastModified=2023-03-25 16:56:24.719284000, delta=1266000 ns, racy<=10000 ns 16:56:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.720720000, lastModified=2023-03-25 16:56:24.719284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.720720000, lastModified=2023-03-25 16:56:24.719284000, delta=1436000 ns, racy<=10000 ns 16:56:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.720922000, lastModified=2023-03-25 16:56:24.720284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.720922000, lastModified=2023-03-25 16:56:24.720284000, delta=638000 ns, racy<=10000 ns 16:56:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.721104000, lastModified=2023-03-25 16:56:24.720284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.721104000, lastModified=2023-03-25 16:56:24.720284000, delta=820000 ns, racy<=10000 ns 16:56:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.721276000, lastModified=2023-03-25 16:56:24.720284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.721276000, lastModified=2023-03-25 16:56:24.720284000, delta=992000 ns, racy<=10000 ns 16:56:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.721449000, lastModified=2023-03-25 16:56:24.720284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.721449000, lastModified=2023-03-25 16:56:24.720284000, delta=1165000 ns, racy<=10000 ns 16:56:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.721738000, lastModified=2023-03-25 16:56:24.720284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.721738000, lastModified=2023-03-25 16:56:24.720284000, delta=1454000 ns, racy<=10000 ns 16:56:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.721945000, lastModified=2023-03-25 16:56:24.721284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.721945000, lastModified=2023-03-25 16:56:24.721284000, delta=661000 ns, racy<=10000 ns 16:56:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.722311000, lastModified=2023-03-25 16:56:24.721284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.722311000, lastModified=2023-03-25 16:56:24.721284000, delta=1027000 ns, racy<=10000 ns 16:56:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.722499000, lastModified=2023-03-25 16:56:24.721284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.722499000, lastModified=2023-03-25 16:56:24.721284000, delta=1215000 ns, racy<=10000 ns 16:56:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.722665000, lastModified=2023-03-25 16:56:24.721284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.722665000, lastModified=2023-03-25 16:56:24.721284000, delta=1381000 ns, racy<=10000 ns 16:56:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.722831000, lastModified=2023-03-25 16:56:24.721284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.721284000 to 2023-03-25 16:56:24.722284000 16:56:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.723045000, lastModified=2023-03-25 16:56:24.722284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.723045000, lastModified=2023-03-25 16:56:24.722284000, delta=761000 ns, racy<=10000 ns 16:56:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.723260000, lastModified=2023-03-25 16:56:24.722284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.723260000, lastModified=2023-03-25 16:56:24.722284000, delta=976000 ns, racy<=10000 ns 16:56:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.723476000, lastModified=2023-03-25 16:56:24.722284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.723476000, lastModified=2023-03-25 16:56:24.722284000, delta=1192000 ns, racy<=10000 ns 16:56:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.723674000, lastModified=2023-03-25 16:56:24.722284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.723674000, lastModified=2023-03-25 16:56:24.722284000, delta=1390000 ns, racy<=10000 ns 16:56:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.723955000, lastModified=2023-03-25 16:56:24.723284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.723955000, lastModified=2023-03-25 16:56:24.723284000, delta=671000 ns, racy<=10000 ns 16:56:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.724146000, lastModified=2023-03-25 16:56:24.723284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.724146000, lastModified=2023-03-25 16:56:24.723284000, delta=862000 ns, racy<=10000 ns 16:56:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.724486000, lastModified=2023-03-25 16:56:24.723284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.724486000, lastModified=2023-03-25 16:56:24.723284000, delta=1202000 ns, racy<=10000 ns 16:56:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.724657000, lastModified=2023-03-25 16:56:24.723284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.724657000, lastModified=2023-03-25 16:56:24.723284000, delta=1373000 ns, racy<=10000 ns 16:56:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.724830000, lastModified=2023-03-25 16:56:24.723284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.723284000 to 2023-03-25 16:56:24.724284000 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.725013000, lastModified=2023-03-25 16:56:24.724284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.725013000, lastModified=2023-03-25 16:56:24.724284000, delta=729000 ns, racy<=10000 ns 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.725188000, lastModified=2023-03-25 16:56:24.724284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.725188000, lastModified=2023-03-25 16:56:24.724284000, delta=904000 ns, racy<=10000 ns 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.725360000, lastModified=2023-03-25 16:56:24.724284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.725360000, lastModified=2023-03-25 16:56:24.724284000, delta=1076000 ns, racy<=10000 ns 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.725533000, lastModified=2023-03-25 16:56:24.724284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.725533000, lastModified=2023-03-25 16:56:24.724284000, delta=1249000 ns, racy<=10000 ns 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.725702000, lastModified=2023-03-25 16:56:24.724284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.725702000, lastModified=2023-03-25 16:56:24.724284000, delta=1418000 ns, racy<=10000 ns 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.725981000, lastModified=2023-03-25 16:56:24.725284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.725981000, lastModified=2023-03-25 16:56:24.725284000, delta=697000 ns, racy<=10000 ns 16:56:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.726157000, lastModified=2023-03-25 16:56:24.725284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.726157000, lastModified=2023-03-25 16:56:24.725284000, delta=873000 ns, racy<=10000 ns 16:56:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.726504000, lastModified=2023-03-25 16:56:24.725284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.726504000, lastModified=2023-03-25 16:56:24.725284000, delta=1220000 ns, racy<=10000 ns 16:56:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.726683000, lastModified=2023-03-25 16:56:24.725284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.726683000, lastModified=2023-03-25 16:56:24.725284000, delta=1399000 ns, racy<=10000 ns 16:56:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.726884000, lastModified=2023-03-25 16:56:24.725284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.725284000 to 2023-03-25 16:56:24.726284000 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.727081000, lastModified=2023-03-25 16:56:24.726284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.727081000, lastModified=2023-03-25 16:56:24.726284000, delta=797000 ns, racy<=10000 ns 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.727244000, lastModified=2023-03-25 16:56:24.726284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.727244000, lastModified=2023-03-25 16:56:24.726284000, delta=960000 ns, racy<=10000 ns 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.727410000, lastModified=2023-03-25 16:56:24.726284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.727410000, lastModified=2023-03-25 16:56:24.726284000, delta=1126000 ns, racy<=10000 ns 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.727578000, lastModified=2023-03-25 16:56:24.726284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.727578000, lastModified=2023-03-25 16:56:24.726284000, delta=1294000 ns, racy<=10000 ns 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.727744000, lastModified=2023-03-25 16:56:24.726284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.727744000, lastModified=2023-03-25 16:56:24.726284000, delta=1460000 ns, racy<=10000 ns 16:56:24.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.728021000, lastModified=2023-03-25 16:56:24.727284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.728021000, lastModified=2023-03-25 16:56:24.727284000, delta=737000 ns, racy<=10000 ns 16:56:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.728199000, lastModified=2023-03-25 16:56:24.727284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.728199000, lastModified=2023-03-25 16:56:24.727284000, delta=915000 ns, racy<=10000 ns 16:56:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.728531000, lastModified=2023-03-25 16:56:24.727284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.728531000, lastModified=2023-03-25 16:56:24.727284000, delta=1247000 ns, racy<=10000 ns 16:56:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.728698000, lastModified=2023-03-25 16:56:24.727284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.728698000, lastModified=2023-03-25 16:56:24.727284000, delta=1414000 ns, racy<=10000 ns 16:56:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.728893000, lastModified=2023-03-25 16:56:24.727284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.727284000 to 2023-03-25 16:56:24.728284000 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.729139000, lastModified=2023-03-25 16:56:24.728284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.729139000, lastModified=2023-03-25 16:56:24.728284000, delta=855000 ns, racy<=10000 ns 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.729305000, lastModified=2023-03-25 16:56:24.728284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.729305000, lastModified=2023-03-25 16:56:24.728284000, delta=1021000 ns, racy<=10000 ns 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.729471000, lastModified=2023-03-25 16:56:24.728284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.729471000, lastModified=2023-03-25 16:56:24.728284000, delta=1187000 ns, racy<=10000 ns 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.729641000, lastModified=2023-03-25 16:56:24.728284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.729641000, lastModified=2023-03-25 16:56:24.728284000, delta=1357000 ns, racy<=10000 ns 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.729800000, lastModified=2023-03-25 16:56:24.728284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.729800000, lastModified=2023-03-25 16:56:24.728284000, delta=1516000 ns, racy<=10000 ns 16:56:24.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.730111000, lastModified=2023-03-25 16:56:24.729284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.730111000, lastModified=2023-03-25 16:56:24.729284000, delta=827000 ns, racy<=10000 ns 16:56:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.730323000, lastModified=2023-03-25 16:56:24.729284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.730323000, lastModified=2023-03-25 16:56:24.729284000, delta=1039000 ns, racy<=10000 ns 16:56:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.730674000, lastModified=2023-03-25 16:56:24.729284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.730674000, lastModified=2023-03-25 16:56:24.729284000, delta=1390000 ns, racy<=10000 ns 16:56:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.730846000, lastModified=2023-03-25 16:56:24.729284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.729284000 to 2023-03-25 16:56:24.730284000 16:56:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.731076000, lastModified=2023-03-25 16:56:24.730284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.731076000, lastModified=2023-03-25 16:56:24.730284000, delta=792000 ns, racy<=10000 ns 16:56:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.731304000, lastModified=2023-03-25 16:56:24.730284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.731304000, lastModified=2023-03-25 16:56:24.730284000, delta=1020000 ns, racy<=10000 ns 16:56:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.731473000, lastModified=2023-03-25 16:56:24.730284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.731473000, lastModified=2023-03-25 16:56:24.730284000, delta=1189000 ns, racy<=10000 ns 16:56:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.731644000, lastModified=2023-03-25 16:56:24.730284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.731644000, lastModified=2023-03-25 16:56:24.730284000, delta=1360000 ns, racy<=10000 ns 16:56:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.731813000, lastModified=2023-03-25 16:56:24.730284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.730284000 to 2023-03-25 16:56:24.731284000 16:56:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.732016000, lastModified=2023-03-25 16:56:24.731284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.732016000, lastModified=2023-03-25 16:56:24.731284000, delta=732000 ns, racy<=10000 ns 16:56:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.732307000, lastModified=2023-03-25 16:56:24.731284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.732307000, lastModified=2023-03-25 16:56:24.731284000, delta=1023000 ns, racy<=10000 ns 16:56:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.732478000, lastModified=2023-03-25 16:56:24.731284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.732478000, lastModified=2023-03-25 16:56:24.731284000, delta=1194000 ns, racy<=10000 ns 16:56:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.732812000, lastModified=2023-03-25 16:56:24.731284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.731284000 to 2023-03-25 16:56:24.732284000 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.733005000, lastModified=2023-03-25 16:56:24.732284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.733005000, lastModified=2023-03-25 16:56:24.732284000, delta=721000 ns, racy<=10000 ns 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.733180000, lastModified=2023-03-25 16:56:24.732284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.733180000, lastModified=2023-03-25 16:56:24.732284000, delta=896000 ns, racy<=10000 ns 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.733347000, lastModified=2023-03-25 16:56:24.732284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.733347000, lastModified=2023-03-25 16:56:24.732284000, delta=1063000 ns, racy<=10000 ns 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.733513000, lastModified=2023-03-25 16:56:24.732284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.733513000, lastModified=2023-03-25 16:56:24.732284000, delta=1229000 ns, racy<=10000 ns 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.733679000, lastModified=2023-03-25 16:56:24.732284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.733679000, lastModified=2023-03-25 16:56:24.732284000, delta=1395000 ns, racy<=10000 ns 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.733839000, lastModified=2023-03-25 16:56:24.732284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.732284000 to 2023-03-25 16:56:24.733284000 16:56:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.734041000, lastModified=2023-03-25 16:56:24.733284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.734041000, lastModified=2023-03-25 16:56:24.733284000, delta=757000 ns, racy<=10000 ns 16:56:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.734321000, lastModified=2023-03-25 16:56:24.733284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.734321000, lastModified=2023-03-25 16:56:24.733284000, delta=1037000 ns, racy<=10000 ns 16:56:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.734493000, lastModified=2023-03-25 16:56:24.733284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.734493000, lastModified=2023-03-25 16:56:24.733284000, delta=1209000 ns, racy<=10000 ns 16:56:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.734817000, lastModified=2023-03-25 16:56:24.733284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.733284000 to 2023-03-25 16:56:24.734284000 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.735031000, lastModified=2023-03-25 16:56:24.734284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.735031000, lastModified=2023-03-25 16:56:24.734284000, delta=747000 ns, racy<=10000 ns 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.735222000, lastModified=2023-03-25 16:56:24.734284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.735222000, lastModified=2023-03-25 16:56:24.734284000, delta=938000 ns, racy<=10000 ns 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.735391000, lastModified=2023-03-25 16:56:24.734284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.735391000, lastModified=2023-03-25 16:56:24.734284000, delta=1107000 ns, racy<=10000 ns 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.735565000, lastModified=2023-03-25 16:56:24.734284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.735565000, lastModified=2023-03-25 16:56:24.734284000, delta=1281000 ns, racy<=10000 ns 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.735729000, lastModified=2023-03-25 16:56:24.734284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.735729000, lastModified=2023-03-25 16:56:24.734284000, delta=1445000 ns, racy<=10000 ns 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.735929000, lastModified=2023-03-25 16:56:24.735284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.735929000, lastModified=2023-03-25 16:56:24.735284000, delta=645000 ns, racy<=10000 ns 16:56:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.736106000, lastModified=2023-03-25 16:56:24.735284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.736106000, lastModified=2023-03-25 16:56:24.735284000, delta=822000 ns, racy<=10000 ns 16:56:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.736380000, lastModified=2023-03-25 16:56:24.735284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.736380000, lastModified=2023-03-25 16:56:24.735284000, delta=1096000 ns, racy<=10000 ns 16:56:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.736546000, lastModified=2023-03-25 16:56:24.735284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.736546000, lastModified=2023-03-25 16:56:24.735284000, delta=1262000 ns, racy<=10000 ns 16:56:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.736903000, lastModified=2023-03-25 16:56:24.735284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.735284000 to 2023-03-25 16:56:24.736284000 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.737093000, lastModified=2023-03-25 16:56:24.736284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.737093000, lastModified=2023-03-25 16:56:24.736284000, delta=809000 ns, racy<=10000 ns 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.737259000, lastModified=2023-03-25 16:56:24.736284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.737259000, lastModified=2023-03-25 16:56:24.736284000, delta=975000 ns, racy<=10000 ns 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.737426000, lastModified=2023-03-25 16:56:24.736284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.737426000, lastModified=2023-03-25 16:56:24.736284000, delta=1142000 ns, racy<=10000 ns 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.737590000, lastModified=2023-03-25 16:56:24.736284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.737590000, lastModified=2023-03-25 16:56:24.736284000, delta=1306000 ns, racy<=10000 ns 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.737757000, lastModified=2023-03-25 16:56:24.736284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.737757000, lastModified=2023-03-25 16:56:24.736284000, delta=1473000 ns, racy<=10000 ns 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.737952000, lastModified=2023-03-25 16:56:24.737284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.737952000, lastModified=2023-03-25 16:56:24.737284000, delta=668000 ns, racy<=10000 ns 16:56:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.738118000, lastModified=2023-03-25 16:56:24.737284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.738118000, lastModified=2023-03-25 16:56:24.737284000, delta=834000 ns, racy<=10000 ns 16:56:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.738397000, lastModified=2023-03-25 16:56:24.737284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.738397000, lastModified=2023-03-25 16:56:24.737284000, delta=1113000 ns, racy<=10000 ns 16:56:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.738566000, lastModified=2023-03-25 16:56:24.737284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.738566000, lastModified=2023-03-25 16:56:24.737284000, delta=1282000 ns, racy<=10000 ns 16:56:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.738945000, lastModified=2023-03-25 16:56:24.737284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.737284000 to 2023-03-25 16:56:24.738284000 16:56:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.739157000, lastModified=2023-03-25 16:56:24.738284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.739157000, lastModified=2023-03-25 16:56:24.738284000, delta=873000 ns, racy<=10000 ns 16:56:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.739346000, lastModified=2023-03-25 16:56:24.738284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.739346000, lastModified=2023-03-25 16:56:24.738284000, delta=1062000 ns, racy<=10000 ns 16:56:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.739509000, lastModified=2023-03-25 16:56:24.738284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.739509000, lastModified=2023-03-25 16:56:24.738284000, delta=1225000 ns, racy<=10000 ns 16:56:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.739667000, lastModified=2023-03-25 16:56:24.738284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.739667000, lastModified=2023-03-25 16:56:24.738284000, delta=1383000 ns, racy<=10000 ns 16:56:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.739831000, lastModified=2023-03-25 16:56:24.738284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.738284000 to 2023-03-25 16:56:24.739284000 16:56:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.740055000, lastModified=2023-03-25 16:56:24.739284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.740055000, lastModified=2023-03-25 16:56:24.739284000, delta=771000 ns, racy<=10000 ns 16:56:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.740222000, lastModified=2023-03-25 16:56:24.739284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.740222000, lastModified=2023-03-25 16:56:24.739284000, delta=938000 ns, racy<=10000 ns 16:56:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.740537000, lastModified=2023-03-25 16:56:24.739284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.740537000, lastModified=2023-03-25 16:56:24.739284000, delta=1253000 ns, racy<=10000 ns 16:56:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.740719000, lastModified=2023-03-25 16:56:24.739284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.740719000, lastModified=2023-03-25 16:56:24.739284000, delta=1435000 ns, racy<=10000 ns 16:56:24.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.741109000, lastModified=2023-03-25 16:56:24.740284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.741109000, lastModified=2023-03-25 16:56:24.740284000, delta=825000 ns, racy<=10000 ns 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.741281000, lastModified=2023-03-25 16:56:24.740284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.741281000, lastModified=2023-03-25 16:56:24.740284000, delta=997000 ns, racy<=10000 ns 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.741445000, lastModified=2023-03-25 16:56:24.740284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.741445000, lastModified=2023-03-25 16:56:24.740284000, delta=1161000 ns, racy<=10000 ns 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.741611000, lastModified=2023-03-25 16:56:24.740284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.741611000, lastModified=2023-03-25 16:56:24.740284000, delta=1327000 ns, racy<=10000 ns 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.741773000, lastModified=2023-03-25 16:56:24.740284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.741773000, lastModified=2023-03-25 16:56:24.740284000, delta=1489000 ns, racy<=10000 ns 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.741972000, lastModified=2023-03-25 16:56:24.741284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.741972000, lastModified=2023-03-25 16:56:24.741284000, delta=688000 ns, racy<=10000 ns 16:56:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.742189000, lastModified=2023-03-25 16:56:24.741284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.742189000, lastModified=2023-03-25 16:56:24.741284000, delta=905000 ns, racy<=10000 ns 16:56:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.742372000, lastModified=2023-03-25 16:56:24.741284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.742372000, lastModified=2023-03-25 16:56:24.741284000, delta=1088000 ns, racy<=10000 ns 16:56:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.742697000, lastModified=2023-03-25 16:56:24.741284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.742697000, lastModified=2023-03-25 16:56:24.741284000, delta=1413000 ns, racy<=10000 ns 16:56:24.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.743194000, lastModified=2023-03-25 16:56:24.742284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.743194000, lastModified=2023-03-25 16:56:24.742284000, delta=910000 ns, racy<=10000 ns 16:56:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.743639000, lastModified=2023-03-25 16:56:24.742284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.743639000, lastModified=2023-03-25 16:56:24.742284000, delta=1355000 ns, racy<=10000 ns 16:56:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.743834000, lastModified=2023-03-25 16:56:24.742284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.742284000 to 2023-03-25 16:56:24.743284000 16:56:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.744036000, lastModified=2023-03-25 16:56:24.743284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.744036000, lastModified=2023-03-25 16:56:24.743284000, delta=752000 ns, racy<=10000 ns 16:56:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.744210000, lastModified=2023-03-25 16:56:24.743284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.744210000, lastModified=2023-03-25 16:56:24.743284000, delta=926000 ns, racy<=10000 ns 16:56:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.744416000, lastModified=2023-03-25 16:56:24.743284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.744416000, lastModified=2023-03-25 16:56:24.743284000, delta=1132000 ns, racy<=10000 ns 16:56:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.744667000, lastModified=2023-03-25 16:56:24.743284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.744667000, lastModified=2023-03-25 16:56:24.743284000, delta=1383000 ns, racy<=10000 ns 16:56:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.744917000, lastModified=2023-03-25 16:56:24.744284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.744917000, lastModified=2023-03-25 16:56:24.744284000, delta=633000 ns, racy<=10000 ns 16:56:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.745406000, lastModified=2023-03-25 16:56:24.744284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.745406000, lastModified=2023-03-25 16:56:24.744284000, delta=1122000 ns, racy<=10000 ns 16:56:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.745727000, lastModified=2023-03-25 16:56:24.744284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.745727000, lastModified=2023-03-25 16:56:24.744284000, delta=1443000 ns, racy<=10000 ns 16:56:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.745906000, lastModified=2023-03-25 16:56:24.745284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.745906000, lastModified=2023-03-25 16:56:24.745284000, delta=622000 ns, racy<=10000 ns 16:56:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.746272000, lastModified=2023-03-25 16:56:24.745284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.746272000, lastModified=2023-03-25 16:56:24.745284000, delta=988000 ns, racy<=10000 ns 16:56:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.746450000, lastModified=2023-03-25 16:56:24.745284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.746450000, lastModified=2023-03-25 16:56:24.745284000, delta=1166000 ns, racy<=10000 ns 16:56:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.746686000, lastModified=2023-03-25 16:56:24.745284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.746686000, lastModified=2023-03-25 16:56:24.745284000, delta=1402000 ns, racy<=10000 ns 16:56:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.746917000, lastModified=2023-03-25 16:56:24.746284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.746917000, lastModified=2023-03-25 16:56:24.746284000, delta=633000 ns, racy<=10000 ns 16:56:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.747121000, lastModified=2023-03-25 16:56:24.746284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.747121000, lastModified=2023-03-25 16:56:24.746284000, delta=837000 ns, racy<=10000 ns 16:56:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.747295000, lastModified=2023-03-25 16:56:24.746284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.747295000, lastModified=2023-03-25 16:56:24.746284000, delta=1011000 ns, racy<=10000 ns 16:56:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.747479000, lastModified=2023-03-25 16:56:24.746284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.747479000, lastModified=2023-03-25 16:56:24.746284000, delta=1195000 ns, racy<=10000 ns 16:56:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.747694000, lastModified=2023-03-25 16:56:24.746284000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.747694000, lastModified=2023-03-25 16:56:24.746284000, delta=1410000 ns, racy<=10000 ns 16:56:24.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.748027000, lastModified=2023-03-25 16:56:24.747285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.748027000, lastModified=2023-03-25 16:56:24.747285000, delta=742000 ns, racy<=10000 ns 16:56:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.748327000, lastModified=2023-03-25 16:56:24.747285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.748327000, lastModified=2023-03-25 16:56:24.747285000, delta=1042000 ns, racy<=10000 ns 16:56:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.748774000, lastModified=2023-03-25 16:56:24.747285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.748774000, lastModified=2023-03-25 16:56:24.747285000, delta=1489000 ns, racy<=10000 ns 16:56:24.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.748999000, lastModified=2023-03-25 16:56:24.748285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.748999000, lastModified=2023-03-25 16:56:24.748285000, delta=714000 ns, racy<=10000 ns 16:56:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.749226000, lastModified=2023-03-25 16:56:24.748285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.749226000, lastModified=2023-03-25 16:56:24.748285000, delta=941000 ns, racy<=10000 ns 16:56:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.749474000, lastModified=2023-03-25 16:56:24.748285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.749474000, lastModified=2023-03-25 16:56:24.748285000, delta=1189000 ns, racy<=10000 ns 16:56:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.749664000, lastModified=2023-03-25 16:56:24.748285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.749664000, lastModified=2023-03-25 16:56:24.748285000, delta=1379000 ns, racy<=10000 ns 16:56:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.749866000, lastModified=2023-03-25 16:56:24.748285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.748285000 to 2023-03-25 16:56:24.749285000 16:56:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.750044000, lastModified=2023-03-25 16:56:24.749285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.750044000, lastModified=2023-03-25 16:56:24.749285000, delta=759000 ns, racy<=10000 ns 16:56:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.750228000, lastModified=2023-03-25 16:56:24.749285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.750228000, lastModified=2023-03-25 16:56:24.749285000, delta=943000 ns, racy<=10000 ns 16:56:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.750545000, lastModified=2023-03-25 16:56:24.749285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.750545000, lastModified=2023-03-25 16:56:24.749285000, delta=1260000 ns, racy<=10000 ns 16:56:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.750749000, lastModified=2023-03-25 16:56:24.749285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.750749000, lastModified=2023-03-25 16:56:24.749285000, delta=1464000 ns, racy<=10000 ns 16:56:24.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.751167000, lastModified=2023-03-25 16:56:24.750285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.751167000, lastModified=2023-03-25 16:56:24.750285000, delta=882000 ns, racy<=10000 ns 16:56:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.751355000, lastModified=2023-03-25 16:56:24.750285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.751355000, lastModified=2023-03-25 16:56:24.750285000, delta=1070000 ns, racy<=10000 ns 16:56:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.751540000, lastModified=2023-03-25 16:56:24.750285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.751540000, lastModified=2023-03-25 16:56:24.750285000, delta=1255000 ns, racy<=10000 ns 16:56:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.751733000, lastModified=2023-03-25 16:56:24.750285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.751733000, lastModified=2023-03-25 16:56:24.750285000, delta=1448000 ns, racy<=10000 ns 16:56:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.751950000, lastModified=2023-03-25 16:56:24.751285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.751950000, lastModified=2023-03-25 16:56:24.751285000, delta=665000 ns, racy<=10000 ns 16:56:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.752135000, lastModified=2023-03-25 16:56:24.751285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.752135000, lastModified=2023-03-25 16:56:24.751285000, delta=850000 ns, racy<=10000 ns 16:56:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.752391000, lastModified=2023-03-25 16:56:24.751285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.752391000, lastModified=2023-03-25 16:56:24.751285000, delta=1106000 ns, racy<=10000 ns 16:56:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.752585000, lastModified=2023-03-25 16:56:24.751285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.752585000, lastModified=2023-03-25 16:56:24.751285000, delta=1300000 ns, racy<=10000 ns 16:56:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.752756000, lastModified=2023-03-25 16:56:24.751285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.752756000, lastModified=2023-03-25 16:56:24.751285000, delta=1471000 ns, racy<=10000 ns 16:56:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.752953000, lastModified=2023-03-25 16:56:24.752285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.752953000, lastModified=2023-03-25 16:56:24.752285000, delta=668000 ns, racy<=10000 ns 16:56:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.753301000, lastModified=2023-03-25 16:56:24.752285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.753301000, lastModified=2023-03-25 16:56:24.752285000, delta=1016000 ns, racy<=10000 ns 16:56:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.753472000, lastModified=2023-03-25 16:56:24.752285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.753472000, lastModified=2023-03-25 16:56:24.752285000, delta=1187000 ns, racy<=10000 ns 16:56:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.753640000, lastModified=2023-03-25 16:56:24.752285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.753640000, lastModified=2023-03-25 16:56:24.752285000, delta=1355000 ns, racy<=10000 ns 16:56:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.753814000, lastModified=2023-03-25 16:56:24.752285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.752285000 to 2023-03-25 16:56:24.753285000 16:56:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.754013000, lastModified=2023-03-25 16:56:24.753285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.754013000, lastModified=2023-03-25 16:56:24.753285000, delta=728000 ns, racy<=10000 ns 16:56:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.754186000, lastModified=2023-03-25 16:56:24.753285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.754186000, lastModified=2023-03-25 16:56:24.753285000, delta=901000 ns, racy<=10000 ns 16:56:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.754362000, lastModified=2023-03-25 16:56:24.753285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.754362000, lastModified=2023-03-25 16:56:24.753285000, delta=1077000 ns, racy<=10000 ns 16:56:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.754548000, lastModified=2023-03-25 16:56:24.753285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.754548000, lastModified=2023-03-25 16:56:24.753285000, delta=1263000 ns, racy<=10000 ns 16:56:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.754744000, lastModified=2023-03-25 16:56:24.753285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.754744000, lastModified=2023-03-25 16:56:24.753285000, delta=1459000 ns, racy<=10000 ns 16:56:24.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.755003000, lastModified=2023-03-25 16:56:24.754285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.755003000, lastModified=2023-03-25 16:56:24.754285000, delta=718000 ns, racy<=10000 ns 16:56:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.755457000, lastModified=2023-03-25 16:56:24.754285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.755457000, lastModified=2023-03-25 16:56:24.754285000, delta=1172000 ns, racy<=10000 ns 16:56:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.755629000, lastModified=2023-03-25 16:56:24.754285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.755629000, lastModified=2023-03-25 16:56:24.754285000, delta=1344000 ns, racy<=10000 ns 16:56:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.755798000, lastModified=2023-03-25 16:56:24.754285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.755798000, lastModified=2023-03-25 16:56:24.754285000, delta=1513000 ns, racy<=10000 ns 16:56:24.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.756001000, lastModified=2023-03-25 16:56:24.755285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.756001000, lastModified=2023-03-25 16:56:24.755285000, delta=716000 ns, racy<=10000 ns 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.756180000, lastModified=2023-03-25 16:56:24.755285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.756180000, lastModified=2023-03-25 16:56:24.755285000, delta=895000 ns, racy<=10000 ns 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.756348000, lastModified=2023-03-25 16:56:24.755285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.756348000, lastModified=2023-03-25 16:56:24.755285000, delta=1063000 ns, racy<=10000 ns 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.756517000, lastModified=2023-03-25 16:56:24.755285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.756517000, lastModified=2023-03-25 16:56:24.755285000, delta=1232000 ns, racy<=10000 ns 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.756684000, lastModified=2023-03-25 16:56:24.755285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.756684000, lastModified=2023-03-25 16:56:24.755285000, delta=1399000 ns, racy<=10000 ns 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.756851000, lastModified=2023-03-25 16:56:24.755285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.755285000 to 2023-03-25 16:56:24.756285000 16:56:24.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.757071000, lastModified=2023-03-25 16:56:24.756285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.757071000, lastModified=2023-03-25 16:56:24.756285000, delta=786000 ns, racy<=10000 ns 16:56:24.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.757547000, lastModified=2023-03-25 16:56:24.756285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.757547000, lastModified=2023-03-25 16:56:24.756285000, delta=1262000 ns, racy<=10000 ns 16:56:24.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.757739000, lastModified=2023-03-25 16:56:24.756285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.757739000, lastModified=2023-03-25 16:56:24.756285000, delta=1454000 ns, racy<=10000 ns 16:56:24.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.757953000, lastModified=2023-03-25 16:56:24.757285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.757953000, lastModified=2023-03-25 16:56:24.757285000, delta=668000 ns, racy<=10000 ns 16:56:24.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.758168000, lastModified=2023-03-25 16:56:24.757285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.758168000, lastModified=2023-03-25 16:56:24.757285000, delta=883000 ns, racy<=10000 ns 16:56:24.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.758363000, lastModified=2023-03-25 16:56:24.757285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.758363000, lastModified=2023-03-25 16:56:24.757285000, delta=1078000 ns, racy<=10000 ns 16:56:24.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.758544000, lastModified=2023-03-25 16:56:24.757285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.758544000, lastModified=2023-03-25 16:56:24.757285000, delta=1259000 ns, racy<=10000 ns 16:56:24.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.758711000, lastModified=2023-03-25 16:56:24.757285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.758711000, lastModified=2023-03-25 16:56:24.757285000, delta=1426000 ns, racy<=10000 ns 16:56:24.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.758924000, lastModified=2023-03-25 16:56:24.757285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.757285000 to 2023-03-25 16:56:24.758285000 16:56:24.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.759096000, lastModified=2023-03-25 16:56:24.758285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.759096000, lastModified=2023-03-25 16:56:24.758285000, delta=811000 ns, racy<=10000 ns 16:56:24.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.759266000, lastModified=2023-03-25 16:56:24.758285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.759266000, lastModified=2023-03-25 16:56:24.758285000, delta=981000 ns, racy<=10000 ns 16:56:24.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.759596000, lastModified=2023-03-25 16:56:24.758285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.759596000, lastModified=2023-03-25 16:56:24.758285000, delta=1311000 ns, racy<=10000 ns 16:56:24.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.759784000, lastModified=2023-03-25 16:56:24.758285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.759784000, lastModified=2023-03-25 16:56:24.758285000, delta=1499000 ns, racy<=10000 ns 16:56:24.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.759983000, lastModified=2023-03-25 16:56:24.759285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.759983000, lastModified=2023-03-25 16:56:24.759285000, delta=698000 ns, racy<=10000 ns 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.760170000, lastModified=2023-03-25 16:56:24.759285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.760170000, lastModified=2023-03-25 16:56:24.759285000, delta=885000 ns, racy<=10000 ns 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.760349000, lastModified=2023-03-25 16:56:24.759285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.760349000, lastModified=2023-03-25 16:56:24.759285000, delta=1064000 ns, racy<=10000 ns 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.760516000, lastModified=2023-03-25 16:56:24.759285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.760516000, lastModified=2023-03-25 16:56:24.759285000, delta=1231000 ns, racy<=10000 ns 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.760692000, lastModified=2023-03-25 16:56:24.759285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.760692000, lastModified=2023-03-25 16:56:24.759285000, delta=1407000 ns, racy<=10000 ns 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.760869000, lastModified=2023-03-25 16:56:24.759285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.759285000 to 2023-03-25 16:56:24.760285000 16:56:24.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.761059000, lastModified=2023-03-25 16:56:24.760285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.761059000, lastModified=2023-03-25 16:56:24.760285000, delta=774000 ns, racy<=10000 ns 16:56:24.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.761227000, lastModified=2023-03-25 16:56:24.760285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.761227000, lastModified=2023-03-25 16:56:24.760285000, delta=942000 ns, racy<=10000 ns 16:56:24.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.761562000, lastModified=2023-03-25 16:56:24.760285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.761562000, lastModified=2023-03-25 16:56:24.760285000, delta=1277000 ns, racy<=10000 ns 16:56:24.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.761732000, lastModified=2023-03-25 16:56:24.760285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.761732000, lastModified=2023-03-25 16:56:24.760285000, delta=1447000 ns, racy<=10000 ns 16:56:24.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.761936000, lastModified=2023-03-25 16:56:24.761285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.761936000, lastModified=2023-03-25 16:56:24.761285000, delta=651000 ns, racy<=10000 ns 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.762118000, lastModified=2023-03-25 16:56:24.761285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.762118000, lastModified=2023-03-25 16:56:24.761285000, delta=833000 ns, racy<=10000 ns 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.762288000, lastModified=2023-03-25 16:56:24.761285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.762288000, lastModified=2023-03-25 16:56:24.761285000, delta=1003000 ns, racy<=10000 ns 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.762452000, lastModified=2023-03-25 16:56:24.761285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.762452000, lastModified=2023-03-25 16:56:24.761285000, delta=1167000 ns, racy<=10000 ns 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.762617000, lastModified=2023-03-25 16:56:24.761285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.762617000, lastModified=2023-03-25 16:56:24.761285000, delta=1332000 ns, racy<=10000 ns 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.762784000, lastModified=2023-03-25 16:56:24.761285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.762784000, lastModified=2023-03-25 16:56:24.761285000, delta=1499000 ns, racy<=10000 ns 16:56:24.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.763024000, lastModified=2023-03-25 16:56:24.762285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.763024000, lastModified=2023-03-25 16:56:24.762285000, delta=739000 ns, racy<=10000 ns 16:56:24.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.763205000, lastModified=2023-03-25 16:56:24.762285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.763205000, lastModified=2023-03-25 16:56:24.762285000, delta=920000 ns, racy<=10000 ns 16:56:24.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.763538000, lastModified=2023-03-25 16:56:24.762285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.763538000, lastModified=2023-03-25 16:56:24.762285000, delta=1253000 ns, racy<=10000 ns 16:56:24.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.763710000, lastModified=2023-03-25 16:56:24.762285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.763710000, lastModified=2023-03-25 16:56:24.762285000, delta=1425000 ns, racy<=10000 ns 16:56:24.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.763898000, lastModified=2023-03-25 16:56:24.762285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.762285000 to 2023-03-25 16:56:24.763285000 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.764083000, lastModified=2023-03-25 16:56:24.763285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.764083000, lastModified=2023-03-25 16:56:24.763285000, delta=798000 ns, racy<=10000 ns 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.764251000, lastModified=2023-03-25 16:56:24.763285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.764251000, lastModified=2023-03-25 16:56:24.763285000, delta=966000 ns, racy<=10000 ns 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.764416000, lastModified=2023-03-25 16:56:24.763285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.764416000, lastModified=2023-03-25 16:56:24.763285000, delta=1131000 ns, racy<=10000 ns 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.764582000, lastModified=2023-03-25 16:56:24.763285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.764582000, lastModified=2023-03-25 16:56:24.763285000, delta=1297000 ns, racy<=10000 ns 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.764743000, lastModified=2023-03-25 16:56:24.763285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.764743000, lastModified=2023-03-25 16:56:24.763285000, delta=1458000 ns, racy<=10000 ns 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.764937000, lastModified=2023-03-25 16:56:24.764285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.764937000, lastModified=2023-03-25 16:56:24.764285000, delta=652000 ns, racy<=10000 ns 16:56:24.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.765106000, lastModified=2023-03-25 16:56:24.764285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.765106000, lastModified=2023-03-25 16:56:24.764285000, delta=821000 ns, racy<=10000 ns 16:56:24.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.765489000, lastModified=2023-03-25 16:56:24.764285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.765489000, lastModified=2023-03-25 16:56:24.764285000, delta=1204000 ns, racy<=10000 ns 16:56:24.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.765671000, lastModified=2023-03-25 16:56:24.764285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.765671000, lastModified=2023-03-25 16:56:24.764285000, delta=1386000 ns, racy<=10000 ns 16:56:24.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.765870000, lastModified=2023-03-25 16:56:24.764285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.764285000 to 2023-03-25 16:56:24.765285000 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.766056000, lastModified=2023-03-25 16:56:24.765285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.766056000, lastModified=2023-03-25 16:56:24.765285000, delta=771000 ns, racy<=10000 ns 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.766227000, lastModified=2023-03-25 16:56:24.765285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.766227000, lastModified=2023-03-25 16:56:24.765285000, delta=942000 ns, racy<=10000 ns 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.766401000, lastModified=2023-03-25 16:56:24.765285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.766401000, lastModified=2023-03-25 16:56:24.765285000, delta=1116000 ns, racy<=10000 ns 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.766570000, lastModified=2023-03-25 16:56:24.765285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.766570000, lastModified=2023-03-25 16:56:24.765285000, delta=1285000 ns, racy<=10000 ns 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.766739000, lastModified=2023-03-25 16:56:24.765285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.766739000, lastModified=2023-03-25 16:56:24.765285000, delta=1454000 ns, racy<=10000 ns 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.766947000, lastModified=2023-03-25 16:56:24.766285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.766947000, lastModified=2023-03-25 16:56:24.766285000, delta=662000 ns, racy<=10000 ns 16:56:24.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.767115000, lastModified=2023-03-25 16:56:24.766285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.767115000, lastModified=2023-03-25 16:56:24.766285000, delta=830000 ns, racy<=10000 ns 16:56:24.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.767475000, lastModified=2023-03-25 16:56:24.766285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.767475000, lastModified=2023-03-25 16:56:24.766285000, delta=1190000 ns, racy<=10000 ns 16:56:24.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.767647000, lastModified=2023-03-25 16:56:24.766285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.767647000, lastModified=2023-03-25 16:56:24.766285000, delta=1362000 ns, racy<=10000 ns 16:56:24.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.767811000, lastModified=2023-03-25 16:56:24.766285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.766285000 to 2023-03-25 16:56:24.767285000 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.768018000, lastModified=2023-03-25 16:56:24.767285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.768018000, lastModified=2023-03-25 16:56:24.767285000, delta=733000 ns, racy<=10000 ns 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.768198000, lastModified=2023-03-25 16:56:24.767285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.768198000, lastModified=2023-03-25 16:56:24.767285000, delta=913000 ns, racy<=10000 ns 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.768360000, lastModified=2023-03-25 16:56:24.767285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.768360000, lastModified=2023-03-25 16:56:24.767285000, delta=1075000 ns, racy<=10000 ns 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.768523000, lastModified=2023-03-25 16:56:24.767285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.768523000, lastModified=2023-03-25 16:56:24.767285000, delta=1238000 ns, racy<=10000 ns 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.768685000, lastModified=2023-03-25 16:56:24.767285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.768685000, lastModified=2023-03-25 16:56:24.767285000, delta=1400000 ns, racy<=10000 ns 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.768856000, lastModified=2023-03-25 16:56:24.767285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.767285000 to 2023-03-25 16:56:24.768285000 16:56:24.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.769058000, lastModified=2023-03-25 16:56:24.768285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.769058000, lastModified=2023-03-25 16:56:24.768285000, delta=773000 ns, racy<=10000 ns 16:56:24.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.769423000, lastModified=2023-03-25 16:56:24.768285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.769423000, lastModified=2023-03-25 16:56:24.768285000, delta=1138000 ns, racy<=10000 ns 16:56:24.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.769637000, lastModified=2023-03-25 16:56:24.768285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.769637000, lastModified=2023-03-25 16:56:24.768285000, delta=1352000 ns, racy<=10000 ns 16:56:24.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.769828000, lastModified=2023-03-25 16:56:24.768285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.768285000 to 2023-03-25 16:56:24.769285000 16:56:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.770242000, lastModified=2023-03-25 16:56:24.769285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.770242000, lastModified=2023-03-25 16:56:24.769285000, delta=957000 ns, racy<=10000 ns 16:56:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.770412000, lastModified=2023-03-25 16:56:24.769285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.770412000, lastModified=2023-03-25 16:56:24.769285000, delta=1127000 ns, racy<=10000 ns 16:56:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.770579000, lastModified=2023-03-25 16:56:24.769285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.770579000, lastModified=2023-03-25 16:56:24.769285000, delta=1294000 ns, racy<=10000 ns 16:56:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.770744000, lastModified=2023-03-25 16:56:24.769285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.770744000, lastModified=2023-03-25 16:56:24.769285000, delta=1459000 ns, racy<=10000 ns 16:56:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.770932000, lastModified=2023-03-25 16:56:24.770285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.770932000, lastModified=2023-03-25 16:56:24.770285000, delta=647000 ns, racy<=10000 ns 16:56:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.771101000, lastModified=2023-03-25 16:56:24.770285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.771101000, lastModified=2023-03-25 16:56:24.770285000, delta=816000 ns, racy<=10000 ns 16:56:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.771265000, lastModified=2023-03-25 16:56:24.770285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.771265000, lastModified=2023-03-25 16:56:24.770285000, delta=980000 ns, racy<=10000 ns 16:56:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.771658000, lastModified=2023-03-25 16:56:24.770285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.771658000, lastModified=2023-03-25 16:56:24.770285000, delta=1373000 ns, racy<=10000 ns 16:56:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.771854000, lastModified=2023-03-25 16:56:24.770285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.770285000 to 2023-03-25 16:56:24.771285000 16:56:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.772076000, lastModified=2023-03-25 16:56:24.771285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.772076000, lastModified=2023-03-25 16:56:24.771285000, delta=791000 ns, racy<=10000 ns 16:56:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.772263000, lastModified=2023-03-25 16:56:24.771285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.772263000, lastModified=2023-03-25 16:56:24.771285000, delta=978000 ns, racy<=10000 ns 16:56:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.772466000, lastModified=2023-03-25 16:56:24.771285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.772466000, lastModified=2023-03-25 16:56:24.771285000, delta=1181000 ns, racy<=10000 ns 16:56:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.772701000, lastModified=2023-03-25 16:56:24.771285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.772701000, lastModified=2023-03-25 16:56:24.771285000, delta=1416000 ns, racy<=10000 ns 16:56:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.772908000, lastModified=2023-03-25 16:56:24.772285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.772908000, lastModified=2023-03-25 16:56:24.772285000, delta=623000 ns, racy<=10000 ns 16:56:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.773176000, lastModified=2023-03-25 16:56:24.772285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.773176000, lastModified=2023-03-25 16:56:24.772285000, delta=891000 ns, racy<=10000 ns 16:56:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.773350000, lastModified=2023-03-25 16:56:24.772285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.773350000, lastModified=2023-03-25 16:56:24.772285000, delta=1065000 ns, racy<=10000 ns 16:56:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.773511000, lastModified=2023-03-25 16:56:24.772285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.773511000, lastModified=2023-03-25 16:56:24.772285000, delta=1226000 ns, racy<=10000 ns 16:56:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.773839000, lastModified=2023-03-25 16:56:24.772285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.772285000 to 2023-03-25 16:56:24.773285000 16:56:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.774052000, lastModified=2023-03-25 16:56:24.773285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.774052000, lastModified=2023-03-25 16:56:24.773285000, delta=767000 ns, racy<=10000 ns 16:56:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.774252000, lastModified=2023-03-25 16:56:24.773285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.774252000, lastModified=2023-03-25 16:56:24.773285000, delta=967000 ns, racy<=10000 ns 16:56:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.774461000, lastModified=2023-03-25 16:56:24.773285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.774461000, lastModified=2023-03-25 16:56:24.773285000, delta=1176000 ns, racy<=10000 ns 16:56:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.774631000, lastModified=2023-03-25 16:56:24.773285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.774631000, lastModified=2023-03-25 16:56:24.773285000, delta=1346000 ns, racy<=10000 ns 16:56:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.774800000, lastModified=2023-03-25 16:56:24.773285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.773285000 to 2023-03-25 16:56:24.774285000 16:56:24.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.774979000, lastModified=2023-03-25 16:56:24.774285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.774979000, lastModified=2023-03-25 16:56:24.774285000, delta=694000 ns, racy<=10000 ns 16:56:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.775156000, lastModified=2023-03-25 16:56:24.774285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.775156000, lastModified=2023-03-25 16:56:24.774285000, delta=871000 ns, racy<=10000 ns 16:56:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.775327000, lastModified=2023-03-25 16:56:24.774285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.775327000, lastModified=2023-03-25 16:56:24.774285000, delta=1042000 ns, racy<=10000 ns 16:56:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.775503000, lastModified=2023-03-25 16:56:24.774285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.775503000, lastModified=2023-03-25 16:56:24.774285000, delta=1218000 ns, racy<=10000 ns 16:56:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.775838000, lastModified=2023-03-25 16:56:24.774285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.774285000 to 2023-03-25 16:56:24.775285000 16:56:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.776047000, lastModified=2023-03-25 16:56:24.775285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.776047000, lastModified=2023-03-25 16:56:24.775285000, delta=762000 ns, racy<=10000 ns 16:56:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.776387000, lastModified=2023-03-25 16:56:24.775285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.776387000, lastModified=2023-03-25 16:56:24.775285000, delta=1102000 ns, racy<=10000 ns 16:56:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.776575000, lastModified=2023-03-25 16:56:24.775285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.776575000, lastModified=2023-03-25 16:56:24.775285000, delta=1290000 ns, racy<=10000 ns 16:56:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.776741000, lastModified=2023-03-25 16:56:24.775285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.776741000, lastModified=2023-03-25 16:56:24.775285000, delta=1456000 ns, racy<=10000 ns 16:56:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.776 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.776943000, lastModified=2023-03-25 16:56:24.776285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.776943000, lastModified=2023-03-25 16:56:24.776285000, delta=658000 ns, racy<=10000 ns 16:56:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.777111000, lastModified=2023-03-25 16:56:24.776285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.777111000, lastModified=2023-03-25 16:56:24.776285000, delta=826000 ns, racy<=10000 ns 16:56:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.777276000, lastModified=2023-03-25 16:56:24.776285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.777276000, lastModified=2023-03-25 16:56:24.776285000, delta=991000 ns, racy<=10000 ns 16:56:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.777442000, lastModified=2023-03-25 16:56:24.776285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.777442000, lastModified=2023-03-25 16:56:24.776285000, delta=1157000 ns, racy<=10000 ns 16:56:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.777604000, lastModified=2023-03-25 16:56:24.776285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.777604000, lastModified=2023-03-25 16:56:24.776285000, delta=1319000 ns, racy<=10000 ns 16:56:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.777968000, lastModified=2023-03-25 16:56:24.776285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.776285000 to 2023-03-25 16:56:24.777285000 16:56:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.778138000, lastModified=2023-03-25 16:56:24.777285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.778138000, lastModified=2023-03-25 16:56:24.777285000, delta=853000 ns, racy<=10000 ns 16:56:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.778430000, lastModified=2023-03-25 16:56:24.777285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.778430000, lastModified=2023-03-25 16:56:24.777285000, delta=1145000 ns, racy<=10000 ns 16:56:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.778594000, lastModified=2023-03-25 16:56:24.777285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.778594000, lastModified=2023-03-25 16:56:24.777285000, delta=1309000 ns, racy<=10000 ns 16:56:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.778756000, lastModified=2023-03-25 16:56:24.777285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.778756000, lastModified=2023-03-25 16:56:24.777285000, delta=1471000 ns, racy<=10000 ns 16:56:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.778965000, lastModified=2023-03-25 16:56:24.778285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.778965000, lastModified=2023-03-25 16:56:24.778285000, delta=680000 ns, racy<=10000 ns 16:56:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.779204000, lastModified=2023-03-25 16:56:24.778285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.779204000, lastModified=2023-03-25 16:56:24.778285000, delta=919000 ns, racy<=10000 ns 16:56:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.779409000, lastModified=2023-03-25 16:56:24.778285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.779409000, lastModified=2023-03-25 16:56:24.778285000, delta=1124000 ns, racy<=10000 ns 16:56:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.779609000, lastModified=2023-03-25 16:56:24.778285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.779609000, lastModified=2023-03-25 16:56:24.778285000, delta=1324000 ns, racy<=10000 ns 16:56:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.779847000, lastModified=2023-03-25 16:56:24.778285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.778285000 to 2023-03-25 16:56:24.779285000 16:56:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.780212000, lastModified=2023-03-25 16:56:24.779285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.780212000, lastModified=2023-03-25 16:56:24.779285000, delta=927000 ns, racy<=10000 ns 16:56:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.780502000, lastModified=2023-03-25 16:56:24.779285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.780502000, lastModified=2023-03-25 16:56:24.779285000, delta=1217000 ns, racy<=10000 ns 16:56:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.780826000, lastModified=2023-03-25 16:56:24.779285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.779285000 to 2023-03-25 16:56:24.780285000 16:56:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.781099000, lastModified=2023-03-25 16:56:24.780285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.781099000, lastModified=2023-03-25 16:56:24.780285000, delta=814000 ns, racy<=10000 ns 16:56:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.781324000, lastModified=2023-03-25 16:56:24.780285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.781324000, lastModified=2023-03-25 16:56:24.780285000, delta=1039000 ns, racy<=10000 ns 16:56:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.781543000, lastModified=2023-03-25 16:56:24.780285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.781543000, lastModified=2023-03-25 16:56:24.780285000, delta=1258000 ns, racy<=10000 ns 16:56:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.781755000, lastModified=2023-03-25 16:56:24.780285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.781755000, lastModified=2023-03-25 16:56:24.780285000, delta=1470000 ns, racy<=10000 ns 16:56:24.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.782010000, lastModified=2023-03-25 16:56:24.781285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.782010000, lastModified=2023-03-25 16:56:24.781285000, delta=725000 ns, racy<=10000 ns 16:56:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.782241000, lastModified=2023-03-25 16:56:24.781285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.782241000, lastModified=2023-03-25 16:56:24.781285000, delta=956000 ns, racy<=10000 ns 16:56:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.782451000, lastModified=2023-03-25 16:56:24.781285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.782451000, lastModified=2023-03-25 16:56:24.781285000, delta=1166000 ns, racy<=10000 ns 16:56:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.782898000, lastModified=2023-03-25 16:56:24.781285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.781285000 to 2023-03-25 16:56:24.782285000 16:56:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.783126000, lastModified=2023-03-25 16:56:24.782285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.783126000, lastModified=2023-03-25 16:56:24.782285000, delta=841000 ns, racy<=10000 ns 16:56:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.783449000, lastModified=2023-03-25 16:56:24.782285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.783449000, lastModified=2023-03-25 16:56:24.782285000, delta=1164000 ns, racy<=10000 ns 16:56:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.783671000, lastModified=2023-03-25 16:56:24.782285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.783671000, lastModified=2023-03-25 16:56:24.782285000, delta=1386000 ns, racy<=10000 ns 16:56:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.783917000, lastModified=2023-03-25 16:56:24.783285000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.783285000 to 2023-03-25 16:56:24.794285000 16:56:24.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.813936000, lastModified=2023-03-25 16:56:24.813286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.813936000, lastModified=2023-03-25 16:56:24.813286000, delta=650000 ns, racy<=10000 ns 16:56:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.814160000, lastModified=2023-03-25 16:56:24.813286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.814160000, lastModified=2023-03-25 16:56:24.813286000, delta=874000 ns, racy<=10000 ns 16:56:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.814348000, lastModified=2023-03-25 16:56:24.813286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.814348000, lastModified=2023-03-25 16:56:24.813286000, delta=1062000 ns, racy<=10000 ns 16:56:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.814518000, lastModified=2023-03-25 16:56:24.813286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.814518000, lastModified=2023-03-25 16:56:24.813286000, delta=1232000 ns, racy<=10000 ns 16:56:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.814686000, lastModified=2023-03-25 16:56:24.813286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.814686000, lastModified=2023-03-25 16:56:24.813286000, delta=1400000 ns, racy<=10000 ns 16:56:24.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.815140000, lastModified=2023-03-25 16:56:24.813286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.813286000 to 2023-03-25 16:56:24.814286000 16:56:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.815347000, lastModified=2023-03-25 16:56:24.814286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.815347000, lastModified=2023-03-25 16:56:24.814286000, delta=1061000 ns, racy<=10000 ns 16:56:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.815630000, lastModified=2023-03-25 16:56:24.814286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.815630000, lastModified=2023-03-25 16:56:24.814286000, delta=1344000 ns, racy<=10000 ns 16:56:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.815806000, lastModified=2023-03-25 16:56:24.814286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.814286000 to 2023-03-25 16:56:24.815286000 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.816015000, lastModified=2023-03-25 16:56:24.815286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.816015000, lastModified=2023-03-25 16:56:24.815286000, delta=729000 ns, racy<=10000 ns 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.816198000, lastModified=2023-03-25 16:56:24.815286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.816198000, lastModified=2023-03-25 16:56:24.815286000, delta=912000 ns, racy<=10000 ns 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.816363000, lastModified=2023-03-25 16:56:24.815286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.816363000, lastModified=2023-03-25 16:56:24.815286000, delta=1077000 ns, racy<=10000 ns 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.816527000, lastModified=2023-03-25 16:56:24.815286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.816527000, lastModified=2023-03-25 16:56:24.815286000, delta=1241000 ns, racy<=10000 ns 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.816694000, lastModified=2023-03-25 16:56:24.815286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.816694000, lastModified=2023-03-25 16:56:24.815286000, delta=1408000 ns, racy<=10000 ns 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.816852000, lastModified=2023-03-25 16:56:24.815286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.815286000 to 2023-03-25 16:56:24.816286000 16:56:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.817208000, lastModified=2023-03-25 16:56:24.816286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.817208000, lastModified=2023-03-25 16:56:24.816286000, delta=922000 ns, racy<=10000 ns 16:56:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.817381000, lastModified=2023-03-25 16:56:24.816286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.817381000, lastModified=2023-03-25 16:56:24.816286000, delta=1095000 ns, racy<=10000 ns 16:56:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.817654000, lastModified=2023-03-25 16:56:24.816286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.817654000, lastModified=2023-03-25 16:56:24.816286000, delta=1368000 ns, racy<=10000 ns 16:56:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.817820000, lastModified=2023-03-25 16:56:24.816286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.816286000 to 2023-03-25 16:56:24.817286000 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.818015000, lastModified=2023-03-25 16:56:24.817286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.818015000, lastModified=2023-03-25 16:56:24.817286000, delta=729000 ns, racy<=10000 ns 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.818185000, lastModified=2023-03-25 16:56:24.817286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.818185000, lastModified=2023-03-25 16:56:24.817286000, delta=899000 ns, racy<=10000 ns 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.818352000, lastModified=2023-03-25 16:56:24.817286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.818352000, lastModified=2023-03-25 16:56:24.817286000, delta=1066000 ns, racy<=10000 ns 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.818515000, lastModified=2023-03-25 16:56:24.817286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.818515000, lastModified=2023-03-25 16:56:24.817286000, delta=1229000 ns, racy<=10000 ns 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.818680000, lastModified=2023-03-25 16:56:24.817286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.818680000, lastModified=2023-03-25 16:56:24.817286000, delta=1394000 ns, racy<=10000 ns 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.818839000, lastModified=2023-03-25 16:56:24.817286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.817286000 to 2023-03-25 16:56:24.818286000 16:56:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.819203000, lastModified=2023-03-25 16:56:24.818286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.819203000, lastModified=2023-03-25 16:56:24.818286000, delta=917000 ns, racy<=10000 ns 16:56:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.819368000, lastModified=2023-03-25 16:56:24.818286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.819368000, lastModified=2023-03-25 16:56:24.818286000, delta=1082000 ns, racy<=10000 ns 16:56:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.819653000, lastModified=2023-03-25 16:56:24.818286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.819653000, lastModified=2023-03-25 16:56:24.818286000, delta=1367000 ns, racy<=10000 ns 16:56:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.819816000, lastModified=2023-03-25 16:56:24.818286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.818286000 to 2023-03-25 16:56:24.819286000 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.820019000, lastModified=2023-03-25 16:56:24.819286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.820019000, lastModified=2023-03-25 16:56:24.819286000, delta=733000 ns, racy<=10000 ns 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.820189000, lastModified=2023-03-25 16:56:24.819286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.820189000, lastModified=2023-03-25 16:56:24.819286000, delta=903000 ns, racy<=10000 ns 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.820347000, lastModified=2023-03-25 16:56:24.819286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.820347000, lastModified=2023-03-25 16:56:24.819286000, delta=1061000 ns, racy<=10000 ns 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.820512000, lastModified=2023-03-25 16:56:24.819286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.820512000, lastModified=2023-03-25 16:56:24.819286000, delta=1226000 ns, racy<=10000 ns 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.820707000, lastModified=2023-03-25 16:56:24.819286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.820707000, lastModified=2023-03-25 16:56:24.819286000, delta=1421000 ns, racy<=10000 ns 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.820880000, lastModified=2023-03-25 16:56:24.819286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.819286000 to 2023-03-25 16:56:24.820286000 16:56:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.821227000, lastModified=2023-03-25 16:56:24.820286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.821227000, lastModified=2023-03-25 16:56:24.820286000, delta=941000 ns, racy<=10000 ns 16:56:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.821405000, lastModified=2023-03-25 16:56:24.820286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.821405000, lastModified=2023-03-25 16:56:24.820286000, delta=1119000 ns, racy<=10000 ns 16:56:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.821702000, lastModified=2023-03-25 16:56:24.820286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.821702000, lastModified=2023-03-25 16:56:24.820286000, delta=1416000 ns, racy<=10000 ns 16:56:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.821928000, lastModified=2023-03-25 16:56:24.820286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.820286000 to 2023-03-25 16:56:24.821286000 16:56:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.822175000, lastModified=2023-03-25 16:56:24.821286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.822175000, lastModified=2023-03-25 16:56:24.821286000, delta=889000 ns, racy<=10000 ns 16:56:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.822405000, lastModified=2023-03-25 16:56:24.821286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.822405000, lastModified=2023-03-25 16:56:24.821286000, delta=1119000 ns, racy<=10000 ns 16:56:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.822592000, lastModified=2023-03-25 16:56:24.821286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.822592000, lastModified=2023-03-25 16:56:24.821286000, delta=1306000 ns, racy<=10000 ns 16:56:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.822783000, lastModified=2023-03-25 16:56:24.821286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.822783000, lastModified=2023-03-25 16:56:24.821286000, delta=1497000 ns, racy<=10000 ns 16:56:24.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.822992000, lastModified=2023-03-25 16:56:24.822286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.822992000, lastModified=2023-03-25 16:56:24.822286000, delta=706000 ns, racy<=10000 ns 16:56:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.823172000, lastModified=2023-03-25 16:56:24.822286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.823172000, lastModified=2023-03-25 16:56:24.822286000, delta=886000 ns, racy<=10000 ns 16:56:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.823579000, lastModified=2023-03-25 16:56:24.822286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.823579000, lastModified=2023-03-25 16:56:24.822286000, delta=1293000 ns, racy<=10000 ns 16:56:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.823751000, lastModified=2023-03-25 16:56:24.822286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.823751000, lastModified=2023-03-25 16:56:24.822286000, delta=1465000 ns, racy<=10000 ns 16:56:24.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.824027000, lastModified=2023-03-25 16:56:24.823286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.824027000, lastModified=2023-03-25 16:56:24.823286000, delta=741000 ns, racy<=10000 ns 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.824203000, lastModified=2023-03-25 16:56:24.823286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.824203000, lastModified=2023-03-25 16:56:24.823286000, delta=917000 ns, racy<=10000 ns 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.824367000, lastModified=2023-03-25 16:56:24.823286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.824367000, lastModified=2023-03-25 16:56:24.823286000, delta=1081000 ns, racy<=10000 ns 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.824528000, lastModified=2023-03-25 16:56:24.823286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.824528000, lastModified=2023-03-25 16:56:24.823286000, delta=1242000 ns, racy<=10000 ns 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.824706000, lastModified=2023-03-25 16:56:24.823286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.824706000, lastModified=2023-03-25 16:56:24.823286000, delta=1420000 ns, racy<=10000 ns 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.824892000, lastModified=2023-03-25 16:56:24.823286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.823286000 to 2023-03-25 16:56:24.824286000 16:56:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.825079000, lastModified=2023-03-25 16:56:24.824286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.825079000, lastModified=2023-03-25 16:56:24.824286000, delta=793000 ns, racy<=10000 ns 16:56:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.825244000, lastModified=2023-03-25 16:56:24.824286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.825244000, lastModified=2023-03-25 16:56:24.824286000, delta=958000 ns, racy<=10000 ns 16:56:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.825562000, lastModified=2023-03-25 16:56:24.824286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.825562000, lastModified=2023-03-25 16:56:24.824286000, delta=1276000 ns, racy<=10000 ns 16:56:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.825759000, lastModified=2023-03-25 16:56:24.824286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.825759000, lastModified=2023-03-25 16:56:24.824286000, delta=1473000 ns, racy<=10000 ns 16:56:24.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.826033000, lastModified=2023-03-25 16:56:24.825286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.826033000, lastModified=2023-03-25 16:56:24.825286000, delta=747000 ns, racy<=10000 ns 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.826220000, lastModified=2023-03-25 16:56:24.825286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.826220000, lastModified=2023-03-25 16:56:24.825286000, delta=934000 ns, racy<=10000 ns 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.826385000, lastModified=2023-03-25 16:56:24.825286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.826385000, lastModified=2023-03-25 16:56:24.825286000, delta=1099000 ns, racy<=10000 ns 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.826566000, lastModified=2023-03-25 16:56:24.825286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.826566000, lastModified=2023-03-25 16:56:24.825286000, delta=1280000 ns, racy<=10000 ns 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.826732000, lastModified=2023-03-25 16:56:24.825286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.826732000, lastModified=2023-03-25 16:56:24.825286000, delta=1446000 ns, racy<=10000 ns 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.826930000, lastModified=2023-03-25 16:56:24.826286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.826930000, lastModified=2023-03-25 16:56:24.826286000, delta=644000 ns, racy<=10000 ns 16:56:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.827129000, lastModified=2023-03-25 16:56:24.826286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.827129000, lastModified=2023-03-25 16:56:24.826286000, delta=843000 ns, racy<=10000 ns 16:56:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.827335000, lastModified=2023-03-25 16:56:24.826286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.827335000, lastModified=2023-03-25 16:56:24.826286000, delta=1049000 ns, racy<=10000 ns 16:56:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.827701000, lastModified=2023-03-25 16:56:24.826286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.827701000, lastModified=2023-03-25 16:56:24.826286000, delta=1415000 ns, racy<=10000 ns 16:56:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.827889000, lastModified=2023-03-25 16:56:24.826286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.826286000 to 2023-03-25 16:56:24.827286000 16:56:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.828171000, lastModified=2023-03-25 16:56:24.827286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.828171000, lastModified=2023-03-25 16:56:24.827286000, delta=885000 ns, racy<=10000 ns 16:56:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.828354000, lastModified=2023-03-25 16:56:24.827286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.828354000, lastModified=2023-03-25 16:56:24.827286000, delta=1068000 ns, racy<=10000 ns 16:56:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.828526000, lastModified=2023-03-25 16:56:24.827286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.828526000, lastModified=2023-03-25 16:56:24.827286000, delta=1240000 ns, racy<=10000 ns 16:56:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.828709000, lastModified=2023-03-25 16:56:24.827286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.828709000, lastModified=2023-03-25 16:56:24.827286000, delta=1423000 ns, racy<=10000 ns 16:56:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.828922000, lastModified=2023-03-25 16:56:24.827286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.827286000 to 2023-03-25 16:56:24.828286000 16:56:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.829099000, lastModified=2023-03-25 16:56:24.828286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.829099000, lastModified=2023-03-25 16:56:24.828286000, delta=813000 ns, racy<=10000 ns 16:56:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.829274000, lastModified=2023-03-25 16:56:24.828286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.829274000, lastModified=2023-03-25 16:56:24.828286000, delta=988000 ns, racy<=10000 ns 16:56:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.829451000, lastModified=2023-03-25 16:56:24.828286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.829451000, lastModified=2023-03-25 16:56:24.828286000, delta=1165000 ns, racy<=10000 ns 16:56:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.829799000, lastModified=2023-03-25 16:56:24.828286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.828286000 to 2023-03-25 16:56:24.829286000 16:56:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.829996000, lastModified=2023-03-25 16:56:24.829286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.829996000, lastModified=2023-03-25 16:56:24.829286000, delta=710000 ns, racy<=10000 ns 16:56:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.830274000, lastModified=2023-03-25 16:56:24.829286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.830274000, lastModified=2023-03-25 16:56:24.829286000, delta=988000 ns, racy<=10000 ns 16:56:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.830444000, lastModified=2023-03-25 16:56:24.829286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.830444000, lastModified=2023-03-25 16:56:24.829286000, delta=1158000 ns, racy<=10000 ns 16:56:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.830615000, lastModified=2023-03-25 16:56:24.829286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.830615000, lastModified=2023-03-25 16:56:24.829286000, delta=1329000 ns, racy<=10000 ns 16:56:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.830822000, lastModified=2023-03-25 16:56:24.829286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.829286000 to 2023-03-25 16:56:24.830286000 16:56:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.831030000, lastModified=2023-03-25 16:56:24.830286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.831030000, lastModified=2023-03-25 16:56:24.830286000, delta=744000 ns, racy<=10000 ns 16:56:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.831219000, lastModified=2023-03-25 16:56:24.830286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.831219000, lastModified=2023-03-25 16:56:24.830286000, delta=933000 ns, racy<=10000 ns 16:56:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.831409000, lastModified=2023-03-25 16:56:24.830286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.831409000, lastModified=2023-03-25 16:56:24.830286000, delta=1123000 ns, racy<=10000 ns 16:56:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.831659000, lastModified=2023-03-25 16:56:24.830286000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.830286000 to 2023-03-25 16:56:24.841286000 16:56:24.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.853359000, lastModified=2023-03-25 16:56:24.852287000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.852287000 to 2023-03-25 16:56:24.863287000 16:56:24.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.875000000, lastModified=2023-03-25 16:56:24.874287000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.874287000 to 2023-03-25 16:56:24.885287000 16:56:24.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.896979000, lastModified=2023-03-25 16:56:24.896287000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.896287000 to 2023-03-25 16:56:24.904288000 16:56:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.905211000, lastModified=2023-03-25 16:56:24.904288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.905211000, lastModified=2023-03-25 16:56:24.904288000, delta=923000 ns, racy<=10000 ns 16:56:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.905424000, lastModified=2023-03-25 16:56:24.904288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.905424000, lastModified=2023-03-25 16:56:24.904288000, delta=1136000 ns, racy<=10000 ns 16:56:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.905611000, lastModified=2023-03-25 16:56:24.904288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.905611000, lastModified=2023-03-25 16:56:24.904288000, delta=1323000 ns, racy<=10000 ns 16:56:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.905795000, lastModified=2023-03-25 16:56:24.904288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.904288000 to 2023-03-25 16:56:24.905288000 16:56:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.906013000, lastModified=2023-03-25 16:56:24.905288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.906013000, lastModified=2023-03-25 16:56:24.905288000, delta=725000 ns, racy<=10000 ns 16:56:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.906198000, lastModified=2023-03-25 16:56:24.905288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.906198000, lastModified=2023-03-25 16:56:24.905288000, delta=910000 ns, racy<=10000 ns 16:56:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.906376000, lastModified=2023-03-25 16:56:24.905288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.906376000, lastModified=2023-03-25 16:56:24.905288000, delta=1088000 ns, racy<=10000 ns 16:56:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.906755000, lastModified=2023-03-25 16:56:24.905288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.906755000, lastModified=2023-03-25 16:56:24.905288000, delta=1467000 ns, racy<=10000 ns 16:56:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.906985000, lastModified=2023-03-25 16:56:24.906288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.906985000, lastModified=2023-03-25 16:56:24.906288000, delta=697000 ns, racy<=10000 ns 16:56:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.907271000, lastModified=2023-03-25 16:56:24.906288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.907271000, lastModified=2023-03-25 16:56:24.906288000, delta=983000 ns, racy<=10000 ns 16:56:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.907454000, lastModified=2023-03-25 16:56:24.906288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.907454000, lastModified=2023-03-25 16:56:24.906288000, delta=1166000 ns, racy<=10000 ns 16:56:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.907632000, lastModified=2023-03-25 16:56:24.906288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.907632000, lastModified=2023-03-25 16:56:24.906288000, delta=1344000 ns, racy<=10000 ns 16:56:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.907807000, lastModified=2023-03-25 16:56:24.906288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.906288000 to 2023-03-25 16:56:24.907288000 16:56:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.908024000, lastModified=2023-03-25 16:56:24.907288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.908024000, lastModified=2023-03-25 16:56:24.907288000, delta=736000 ns, racy<=10000 ns 16:56:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.908208000, lastModified=2023-03-25 16:56:24.907288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.908208000, lastModified=2023-03-25 16:56:24.907288000, delta=920000 ns, racy<=10000 ns 16:56:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.908384000, lastModified=2023-03-25 16:56:24.907288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.908384000, lastModified=2023-03-25 16:56:24.907288000, delta=1096000 ns, racy<=10000 ns 16:56:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.908568000, lastModified=2023-03-25 16:56:24.907288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.908568000, lastModified=2023-03-25 16:56:24.907288000, delta=1280000 ns, racy<=10000 ns 16:56:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.908948000, lastModified=2023-03-25 16:56:24.907288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.907288000 to 2023-03-25 16:56:24.908288000 16:56:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.909137000, lastModified=2023-03-25 16:56:24.908288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.909137000, lastModified=2023-03-25 16:56:24.908288000, delta=849000 ns, racy<=10000 ns 16:56:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.909426000, lastModified=2023-03-25 16:56:24.908288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.909426000, lastModified=2023-03-25 16:56:24.908288000, delta=1138000 ns, racy<=10000 ns 16:56:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.909602000, lastModified=2023-03-25 16:56:24.908288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.909602000, lastModified=2023-03-25 16:56:24.908288000, delta=1314000 ns, racy<=10000 ns 16:56:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.909777000, lastModified=2023-03-25 16:56:24.908288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.909777000, lastModified=2023-03-25 16:56:24.908288000, delta=1489000 ns, racy<=10000 ns 16:56:24.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.909993000, lastModified=2023-03-25 16:56:24.909288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.909993000, lastModified=2023-03-25 16:56:24.909288000, delta=705000 ns, racy<=10000 ns 16:56:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.910179000, lastModified=2023-03-25 16:56:24.909288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.910179000, lastModified=2023-03-25 16:56:24.909288000, delta=891000 ns, racy<=10000 ns 16:56:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.910386000, lastModified=2023-03-25 16:56:24.909288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.910386000, lastModified=2023-03-25 16:56:24.909288000, delta=1098000 ns, racy<=10000 ns 16:56:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.910566000, lastModified=2023-03-25 16:56:24.909288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.910566000, lastModified=2023-03-25 16:56:24.909288000, delta=1278000 ns, racy<=10000 ns 16:56:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.910746000, lastModified=2023-03-25 16:56:24.909288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.910746000, lastModified=2023-03-25 16:56:24.909288000, delta=1458000 ns, racy<=10000 ns 16:56:24.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.911155000, lastModified=2023-03-25 16:56:24.910288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.911155000, lastModified=2023-03-25 16:56:24.910288000, delta=867000 ns, racy<=10000 ns 16:56:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.911422000, lastModified=2023-03-25 16:56:24.910288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.911422000, lastModified=2023-03-25 16:56:24.910288000, delta=1134000 ns, racy<=10000 ns 16:56:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.911680000, lastModified=2023-03-25 16:56:24.910288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.911680000, lastModified=2023-03-25 16:56:24.910288000, delta=1392000 ns, racy<=10000 ns 16:56:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.911879000, lastModified=2023-03-25 16:56:24.910288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.910288000 to 2023-03-25 16:56:24.911288000 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.912053000, lastModified=2023-03-25 16:56:24.911288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.912053000, lastModified=2023-03-25 16:56:24.911288000, delta=765000 ns, racy<=10000 ns 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.912227000, lastModified=2023-03-25 16:56:24.911288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.912227000, lastModified=2023-03-25 16:56:24.911288000, delta=939000 ns, racy<=10000 ns 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.912434000, lastModified=2023-03-25 16:56:24.911288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.912434000, lastModified=2023-03-25 16:56:24.911288000, delta=1146000 ns, racy<=10000 ns 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.912616000, lastModified=2023-03-25 16:56:24.911288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.912616000, lastModified=2023-03-25 16:56:24.911288000, delta=1328000 ns, racy<=10000 ns 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.912787000, lastModified=2023-03-25 16:56:24.911288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.912787000, lastModified=2023-03-25 16:56:24.911288000, delta=1499000 ns, racy<=10000 ns 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.912965000, lastModified=2023-03-25 16:56:24.912288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.912965000, lastModified=2023-03-25 16:56:24.912288000, delta=677000 ns, racy<=10000 ns 16:56:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.913300000, lastModified=2023-03-25 16:56:24.912288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.913300000, lastModified=2023-03-25 16:56:24.912288000, delta=1012000 ns, racy<=10000 ns 16:56:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.913473000, lastModified=2023-03-25 16:56:24.912288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.913473000, lastModified=2023-03-25 16:56:24.912288000, delta=1185000 ns, racy<=10000 ns 16:56:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.913642000, lastModified=2023-03-25 16:56:24.912288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.913642000, lastModified=2023-03-25 16:56:24.912288000, delta=1354000 ns, racy<=10000 ns 16:56:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.913815000, lastModified=2023-03-25 16:56:24.912288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.912288000 to 2023-03-25 16:56:24.913288000 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.914003000, lastModified=2023-03-25 16:56:24.913288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.914003000, lastModified=2023-03-25 16:56:24.913288000, delta=715000 ns, racy<=10000 ns 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.914183000, lastModified=2023-03-25 16:56:24.913288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.914183000, lastModified=2023-03-25 16:56:24.913288000, delta=895000 ns, racy<=10000 ns 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.914347000, lastModified=2023-03-25 16:56:24.913288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.914347000, lastModified=2023-03-25 16:56:24.913288000, delta=1059000 ns, racy<=10000 ns 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.914514000, lastModified=2023-03-25 16:56:24.913288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.914514000, lastModified=2023-03-25 16:56:24.913288000, delta=1226000 ns, racy<=10000 ns 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.914683000, lastModified=2023-03-25 16:56:24.913288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.914683000, lastModified=2023-03-25 16:56:24.913288000, delta=1395000 ns, racy<=10000 ns 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.914851000, lastModified=2023-03-25 16:56:24.913288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.913288000 to 2023-03-25 16:56:24.914288000 16:56:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.915207000, lastModified=2023-03-25 16:56:24.914288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.915207000, lastModified=2023-03-25 16:56:24.914288000, delta=919000 ns, racy<=10000 ns 16:56:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.915416000, lastModified=2023-03-25 16:56:24.914288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.915416000, lastModified=2023-03-25 16:56:24.914288000, delta=1128000 ns, racy<=10000 ns 16:56:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.915600000, lastModified=2023-03-25 16:56:24.914288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.915600000, lastModified=2023-03-25 16:56:24.914288000, delta=1312000 ns, racy<=10000 ns 16:56:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.915767000, lastModified=2023-03-25 16:56:24.914288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.915767000, lastModified=2023-03-25 16:56:24.914288000, delta=1479000 ns, racy<=10000 ns 16:56:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.915946000, lastModified=2023-03-25 16:56:24.915288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.915946000, lastModified=2023-03-25 16:56:24.915288000, delta=658000 ns, racy<=10000 ns 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.916121000, lastModified=2023-03-25 16:56:24.915288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.916121000, lastModified=2023-03-25 16:56:24.915288000, delta=833000 ns, racy<=10000 ns 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.916301000, lastModified=2023-03-25 16:56:24.915288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.916301000, lastModified=2023-03-25 16:56:24.915288000, delta=1013000 ns, racy<=10000 ns 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.916498000, lastModified=2023-03-25 16:56:24.915288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.916498000, lastModified=2023-03-25 16:56:24.915288000, delta=1210000 ns, racy<=10000 ns 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.916666000, lastModified=2023-03-25 16:56:24.915288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.916666000, lastModified=2023-03-25 16:56:24.915288000, delta=1378000 ns, racy<=10000 ns 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.916842000, lastModified=2023-03-25 16:56:24.915288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.915288000 to 2023-03-25 16:56:24.916288000 16:56:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.917217000, lastModified=2023-03-25 16:56:24.916288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.917217000, lastModified=2023-03-25 16:56:24.916288000, delta=929000 ns, racy<=10000 ns 16:56:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.917398000, lastModified=2023-03-25 16:56:24.916288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.917398000, lastModified=2023-03-25 16:56:24.916288000, delta=1110000 ns, racy<=10000 ns 16:56:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.917568000, lastModified=2023-03-25 16:56:24.916288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.917568000, lastModified=2023-03-25 16:56:24.916288000, delta=1280000 ns, racy<=10000 ns 16:56:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.917735000, lastModified=2023-03-25 16:56:24.916288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.917735000, lastModified=2023-03-25 16:56:24.916288000, delta=1447000 ns, racy<=10000 ns 16:56:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.917930000, lastModified=2023-03-25 16:56:24.917288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.917930000, lastModified=2023-03-25 16:56:24.917288000, delta=642000 ns, racy<=10000 ns 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.918114000, lastModified=2023-03-25 16:56:24.917288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.918114000, lastModified=2023-03-25 16:56:24.917288000, delta=826000 ns, racy<=10000 ns 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.918279000, lastModified=2023-03-25 16:56:24.917288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.918279000, lastModified=2023-03-25 16:56:24.917288000, delta=991000 ns, racy<=10000 ns 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.918455000, lastModified=2023-03-25 16:56:24.917288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.918455000, lastModified=2023-03-25 16:56:24.917288000, delta=1167000 ns, racy<=10000 ns 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.918626000, lastModified=2023-03-25 16:56:24.917288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.918626000, lastModified=2023-03-25 16:56:24.917288000, delta=1338000 ns, racy<=10000 ns 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.918795000, lastModified=2023-03-25 16:56:24.917288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.918795000, lastModified=2023-03-25 16:56:24.917288000, delta=1507000 ns, racy<=10000 ns 16:56:24.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.919138000, lastModified=2023-03-25 16:56:24.918288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.919138000, lastModified=2023-03-25 16:56:24.918288000, delta=850000 ns, racy<=10000 ns 16:56:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.919319000, lastModified=2023-03-25 16:56:24.918288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.919319000, lastModified=2023-03-25 16:56:24.918288000, delta=1031000 ns, racy<=10000 ns 16:56:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.919487000, lastModified=2023-03-25 16:56:24.918288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.919487000, lastModified=2023-03-25 16:56:24.918288000, delta=1199000 ns, racy<=10000 ns 16:56:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.919655000, lastModified=2023-03-25 16:56:24.918288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.919655000, lastModified=2023-03-25 16:56:24.918288000, delta=1367000 ns, racy<=10000 ns 16:56:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.919822000, lastModified=2023-03-25 16:56:24.918288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.918288000 to 2023-03-25 16:56:24.919288000 16:56:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.919997000, lastModified=2023-03-25 16:56:24.919288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.919997000, lastModified=2023-03-25 16:56:24.919288000, delta=709000 ns, racy<=10000 ns 16:56:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.920180000, lastModified=2023-03-25 16:56:24.919288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.920180000, lastModified=2023-03-25 16:56:24.919288000, delta=892000 ns, racy<=10000 ns 16:56:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.920346000, lastModified=2023-03-25 16:56:24.919288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.920346000, lastModified=2023-03-25 16:56:24.919288000, delta=1058000 ns, racy<=10000 ns 16:56:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.920534000, lastModified=2023-03-25 16:56:24.919288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.920534000, lastModified=2023-03-25 16:56:24.919288000, delta=1246000 ns, racy<=10000 ns 16:56:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.920694000, lastModified=2023-03-25 16:56:24.919288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.920694000, lastModified=2023-03-25 16:56:24.919288000, delta=1406000 ns, racy<=10000 ns 16:56:24.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.921024000, lastModified=2023-03-25 16:56:24.919288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.919288000 to 2023-03-25 16:56:24.920288000 16:56:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.921232000, lastModified=2023-03-25 16:56:24.920288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.921232000, lastModified=2023-03-25 16:56:24.920288000, delta=944000 ns, racy<=10000 ns 16:56:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.921399000, lastModified=2023-03-25 16:56:24.920288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.921399000, lastModified=2023-03-25 16:56:24.920288000, delta=1111000 ns, racy<=10000 ns 16:56:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.921572000, lastModified=2023-03-25 16:56:24.920288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.921572000, lastModified=2023-03-25 16:56:24.920288000, delta=1284000 ns, racy<=10000 ns 16:56:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.921738000, lastModified=2023-03-25 16:56:24.920288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.921738000, lastModified=2023-03-25 16:56:24.920288000, delta=1450000 ns, racy<=10000 ns 16:56:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.921914000, lastModified=2023-03-25 16:56:24.921288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.921914000, lastModified=2023-03-25 16:56:24.921288000, delta=626000 ns, racy<=10000 ns 16:56:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.922083000, lastModified=2023-03-25 16:56:24.921288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.922083000, lastModified=2023-03-25 16:56:24.921288000, delta=795000 ns, racy<=10000 ns 16:56:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.922252000, lastModified=2023-03-25 16:56:24.921288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.922252000, lastModified=2023-03-25 16:56:24.921288000, delta=964000 ns, racy<=10000 ns 16:56:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.922459000, lastModified=2023-03-25 16:56:24.921288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.922459000, lastModified=2023-03-25 16:56:24.921288000, delta=1171000 ns, racy<=10000 ns 16:56:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.922640000, lastModified=2023-03-25 16:56:24.921288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.922640000, lastModified=2023-03-25 16:56:24.921288000, delta=1352000 ns, racy<=10000 ns 16:56:24.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.923027000, lastModified=2023-03-25 16:56:24.921288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.921288000 to 2023-03-25 16:56:24.922288000 16:56:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.923227000, lastModified=2023-03-25 16:56:24.922288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.923227000, lastModified=2023-03-25 16:56:24.922288000, delta=939000 ns, racy<=10000 ns 16:56:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.923397000, lastModified=2023-03-25 16:56:24.922288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.923397000, lastModified=2023-03-25 16:56:24.922288000, delta=1109000 ns, racy<=10000 ns 16:56:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.923580000, lastModified=2023-03-25 16:56:24.922288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.923580000, lastModified=2023-03-25 16:56:24.922288000, delta=1292000 ns, racy<=10000 ns 16:56:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.923767000, lastModified=2023-03-25 16:56:24.922288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.923767000, lastModified=2023-03-25 16:56:24.922288000, delta=1479000 ns, racy<=10000 ns 16:56:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.923964000, lastModified=2023-03-25 16:56:24.923288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.923964000, lastModified=2023-03-25 16:56:24.923288000, delta=676000 ns, racy<=10000 ns 16:56:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.924152000, lastModified=2023-03-25 16:56:24.923288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.924152000, lastModified=2023-03-25 16:56:24.923288000, delta=864000 ns, racy<=10000 ns 16:56:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.924330000, lastModified=2023-03-25 16:56:24.923288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.924330000, lastModified=2023-03-25 16:56:24.923288000, delta=1042000 ns, racy<=10000 ns 16:56:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.924518000, lastModified=2023-03-25 16:56:24.923288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.924518000, lastModified=2023-03-25 16:56:24.923288000, delta=1230000 ns, racy<=10000 ns 16:56:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.924707000, lastModified=2023-03-25 16:56:24.923288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.924707000, lastModified=2023-03-25 16:56:24.923288000, delta=1419000 ns, racy<=10000 ns 16:56:24.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.925065000, lastModified=2023-03-25 16:56:24.924288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.925065000, lastModified=2023-03-25 16:56:24.924288000, delta=777000 ns, racy<=10000 ns 16:56:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.925261000, lastModified=2023-03-25 16:56:24.924288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.925261000, lastModified=2023-03-25 16:56:24.924288000, delta=973000 ns, racy<=10000 ns 16:56:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.925443000, lastModified=2023-03-25 16:56:24.924288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.925443000, lastModified=2023-03-25 16:56:24.924288000, delta=1155000 ns, racy<=10000 ns 16:56:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.925623000, lastModified=2023-03-25 16:56:24.924288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.925623000, lastModified=2023-03-25 16:56:24.924288000, delta=1335000 ns, racy<=10000 ns 16:56:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.925803000, lastModified=2023-03-25 16:56:24.924288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.924288000 to 2023-03-25 16:56:24.925288000 16:56:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.926020000, lastModified=2023-03-25 16:56:24.925288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.926020000, lastModified=2023-03-25 16:56:24.925288000, delta=732000 ns, racy<=10000 ns 16:56:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.926201000, lastModified=2023-03-25 16:56:24.925288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.926201000, lastModified=2023-03-25 16:56:24.925288000, delta=913000 ns, racy<=10000 ns 16:56:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.926377000, lastModified=2023-03-25 16:56:24.925288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.926377000, lastModified=2023-03-25 16:56:24.925288000, delta=1089000 ns, racy<=10000 ns 16:56:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.926590000, lastModified=2023-03-25 16:56:24.925288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.926590000, lastModified=2023-03-25 16:56:24.925288000, delta=1302000 ns, racy<=10000 ns 16:56:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.926765000, lastModified=2023-03-25 16:56:24.925288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.926765000, lastModified=2023-03-25 16:56:24.925288000, delta=1477000 ns, racy<=10000 ns 16:56:24.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.927140000, lastModified=2023-03-25 16:56:24.926288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.927140000, lastModified=2023-03-25 16:56:24.926288000, delta=852000 ns, racy<=10000 ns 16:56:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.927327000, lastModified=2023-03-25 16:56:24.926288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.927327000, lastModified=2023-03-25 16:56:24.926288000, delta=1039000 ns, racy<=10000 ns 16:56:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.927507000, lastModified=2023-03-25 16:56:24.926288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.927507000, lastModified=2023-03-25 16:56:24.926288000, delta=1219000 ns, racy<=10000 ns 16:56:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.927686000, lastModified=2023-03-25 16:56:24.926288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.927686000, lastModified=2023-03-25 16:56:24.926288000, delta=1398000 ns, racy<=10000 ns 16:56:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.927860000, lastModified=2023-03-25 16:56:24.926288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.926288000 to 2023-03-25 16:56:24.927288000 16:56:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.928073000, lastModified=2023-03-25 16:56:24.927288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.928073000, lastModified=2023-03-25 16:56:24.927288000, delta=785000 ns, racy<=10000 ns 16:56:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.928250000, lastModified=2023-03-25 16:56:24.927288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.928250000, lastModified=2023-03-25 16:56:24.927288000, delta=962000 ns, racy<=10000 ns 16:56:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.928429000, lastModified=2023-03-25 16:56:24.927288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.928429000, lastModified=2023-03-25 16:56:24.927288000, delta=1141000 ns, racy<=10000 ns 16:56:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.928608000, lastModified=2023-03-25 16:56:24.927288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.928608000, lastModified=2023-03-25 16:56:24.927288000, delta=1320000 ns, racy<=10000 ns 16:56:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.928787000, lastModified=2023-03-25 16:56:24.927288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.928787000, lastModified=2023-03-25 16:56:24.927288000, delta=1499000 ns, racy<=10000 ns 16:56:24.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.929181000, lastModified=2023-03-25 16:56:24.928288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.929181000, lastModified=2023-03-25 16:56:24.928288000, delta=893000 ns, racy<=10000 ns 16:56:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.929366000, lastModified=2023-03-25 16:56:24.928288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.929366000, lastModified=2023-03-25 16:56:24.928288000, delta=1078000 ns, racy<=10000 ns 16:56:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.929593000, lastModified=2023-03-25 16:56:24.928288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.929593000, lastModified=2023-03-25 16:56:24.928288000, delta=1305000 ns, racy<=10000 ns 16:56:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.929794000, lastModified=2023-03-25 16:56:24.928288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.929794000, lastModified=2023-03-25 16:56:24.928288000, delta=1506000 ns, racy<=10000 ns 16:56:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.929972000, lastModified=2023-03-25 16:56:24.929288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.929972000, lastModified=2023-03-25 16:56:24.929288000, delta=684000 ns, racy<=10000 ns 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.930142000, lastModified=2023-03-25 16:56:24.929288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.930142000, lastModified=2023-03-25 16:56:24.929288000, delta=854000 ns, racy<=10000 ns 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.930314000, lastModified=2023-03-25 16:56:24.929288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.930314000, lastModified=2023-03-25 16:56:24.929288000, delta=1026000 ns, racy<=10000 ns 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.930478000, lastModified=2023-03-25 16:56:24.929288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.930478000, lastModified=2023-03-25 16:56:24.929288000, delta=1190000 ns, racy<=10000 ns 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.930666000, lastModified=2023-03-25 16:56:24.929288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.930666000, lastModified=2023-03-25 16:56:24.929288000, delta=1378000 ns, racy<=10000 ns 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.930843000, lastModified=2023-03-25 16:56:24.929288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.929288000 to 2023-03-25 16:56:24.930288000 16:56:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.931245000, lastModified=2023-03-25 16:56:24.930288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.931245000, lastModified=2023-03-25 16:56:24.930288000, delta=957000 ns, racy<=10000 ns 16:56:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.931470000, lastModified=2023-03-25 16:56:24.930288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.931470000, lastModified=2023-03-25 16:56:24.930288000, delta=1182000 ns, racy<=10000 ns 16:56:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.931644000, lastModified=2023-03-25 16:56:24.930288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.931644000, lastModified=2023-03-25 16:56:24.930288000, delta=1356000 ns, racy<=10000 ns 16:56:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.931811000, lastModified=2023-03-25 16:56:24.930288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.930288000 to 2023-03-25 16:56:24.931288000 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.931991000, lastModified=2023-03-25 16:56:24.931288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.931991000, lastModified=2023-03-25 16:56:24.931288000, delta=703000 ns, racy<=10000 ns 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.932163000, lastModified=2023-03-25 16:56:24.931288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.932163000, lastModified=2023-03-25 16:56:24.931288000, delta=875000 ns, racy<=10000 ns 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.932331000, lastModified=2023-03-25 16:56:24.931288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.932331000, lastModified=2023-03-25 16:56:24.931288000, delta=1043000 ns, racy<=10000 ns 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.932503000, lastModified=2023-03-25 16:56:24.931288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.932503000, lastModified=2023-03-25 16:56:24.931288000, delta=1215000 ns, racy<=10000 ns 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.932677000, lastModified=2023-03-25 16:56:24.931288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.932677000, lastModified=2023-03-25 16:56:24.931288000, delta=1389000 ns, racy<=10000 ns 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.932847000, lastModified=2023-03-25 16:56:24.931288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.931288000 to 2023-03-25 16:56:24.933288000 16:56:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.934252000, lastModified=2023-03-25 16:56:24.933288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.934252000, lastModified=2023-03-25 16:56:24.933288000, delta=964000 ns, racy<=10000 ns 16:56:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.934514000, lastModified=2023-03-25 16:56:24.933288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.934514000, lastModified=2023-03-25 16:56:24.933288000, delta=1226000 ns, racy<=10000 ns 16:56:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.934687000, lastModified=2023-03-25 16:56:24.933288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.934687000, lastModified=2023-03-25 16:56:24.933288000, delta=1399000 ns, racy<=10000 ns 16:56:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.934858000, lastModified=2023-03-25 16:56:24.933288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.933288000 to 2023-03-25 16:56:24.934288000 16:56:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.935041000, lastModified=2023-03-25 16:56:24.934288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.935041000, lastModified=2023-03-25 16:56:24.934288000, delta=753000 ns, racy<=10000 ns 16:56:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.935218000, lastModified=2023-03-25 16:56:24.934288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.935218000, lastModified=2023-03-25 16:56:24.934288000, delta=930000 ns, racy<=10000 ns 16:56:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.935384000, lastModified=2023-03-25 16:56:24.934288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.935384000, lastModified=2023-03-25 16:56:24.934288000, delta=1096000 ns, racy<=10000 ns 16:56:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.935687000, lastModified=2023-03-25 16:56:24.934288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.935687000, lastModified=2023-03-25 16:56:24.934288000, delta=1399000 ns, racy<=10000 ns 16:56:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.935857000, lastModified=2023-03-25 16:56:24.934288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.934288000 to 2023-03-25 16:56:24.935288000 16:56:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.936055000, lastModified=2023-03-25 16:56:24.935288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.936055000, lastModified=2023-03-25 16:56:24.935288000, delta=767000 ns, racy<=10000 ns 16:56:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.936412000, lastModified=2023-03-25 16:56:24.935288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.936412000, lastModified=2023-03-25 16:56:24.935288000, delta=1124000 ns, racy<=10000 ns 16:56:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.936589000, lastModified=2023-03-25 16:56:24.935288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.936589000, lastModified=2023-03-25 16:56:24.935288000, delta=1301000 ns, racy<=10000 ns 16:56:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.936753000, lastModified=2023-03-25 16:56:24.935288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.936753000, lastModified=2023-03-25 16:56:24.935288000, delta=1465000 ns, racy<=10000 ns 16:56:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.936954000, lastModified=2023-03-25 16:56:24.936288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.936954000, lastModified=2023-03-25 16:56:24.936288000, delta=666000 ns, racy<=10000 ns 16:56:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.937118000, lastModified=2023-03-25 16:56:24.936288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.937118000, lastModified=2023-03-25 16:56:24.936288000, delta=830000 ns, racy<=10000 ns 16:56:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.937283000, lastModified=2023-03-25 16:56:24.936288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.937283000, lastModified=2023-03-25 16:56:24.936288000, delta=995000 ns, racy<=10000 ns 16:56:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.937447000, lastModified=2023-03-25 16:56:24.936288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.937447000, lastModified=2023-03-25 16:56:24.936288000, delta=1159000 ns, racy<=10000 ns 16:56:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.937726000, lastModified=2023-03-25 16:56:24.936288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.937726000, lastModified=2023-03-25 16:56:24.936288000, delta=1438000 ns, racy<=10000 ns 16:56:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.937914000, lastModified=2023-03-25 16:56:24.937288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.937914000, lastModified=2023-03-25 16:56:24.937288000, delta=626000 ns, racy<=10000 ns 16:56:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.938095000, lastModified=2023-03-25 16:56:24.937288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.938095000, lastModified=2023-03-25 16:56:24.937288000, delta=807000 ns, racy<=10000 ns 16:56:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.938559000, lastModified=2023-03-25 16:56:24.937288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.938559000, lastModified=2023-03-25 16:56:24.937288000, delta=1271000 ns, racy<=10000 ns 16:56:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.938761000, lastModified=2023-03-25 16:56:24.937288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.938761000, lastModified=2023-03-25 16:56:24.937288000, delta=1473000 ns, racy<=10000 ns 16:56:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.938961000, lastModified=2023-03-25 16:56:24.938288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.938961000, lastModified=2023-03-25 16:56:24.938288000, delta=673000 ns, racy<=10000 ns 16:56:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.939129000, lastModified=2023-03-25 16:56:24.938288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.939129000, lastModified=2023-03-25 16:56:24.938288000, delta=841000 ns, racy<=10000 ns 16:56:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.939311000, lastModified=2023-03-25 16:56:24.938288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.939311000, lastModified=2023-03-25 16:56:24.938288000, delta=1023000 ns, racy<=10000 ns 16:56:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.939482000, lastModified=2023-03-25 16:56:24.938288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.939482000, lastModified=2023-03-25 16:56:24.938288000, delta=1194000 ns, racy<=10000 ns 16:56:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.939658000, lastModified=2023-03-25 16:56:24.938288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.939658000, lastModified=2023-03-25 16:56:24.938288000, delta=1370000 ns, racy<=10000 ns 16:56:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.939972000, lastModified=2023-03-25 16:56:24.939288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.939972000, lastModified=2023-03-25 16:56:24.939288000, delta=684000 ns, racy<=10000 ns 16:56:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.940138000, lastModified=2023-03-25 16:56:24.939288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.940138000, lastModified=2023-03-25 16:56:24.939288000, delta=850000 ns, racy<=10000 ns 16:56:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.940303000, lastModified=2023-03-25 16:56:24.939288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.940303000, lastModified=2023-03-25 16:56:24.939288000, delta=1015000 ns, racy<=10000 ns 16:56:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.940717000, lastModified=2023-03-25 16:56:24.939288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.940717000, lastModified=2023-03-25 16:56:24.939288000, delta=1429000 ns, racy<=10000 ns 16:56:24.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.941044000, lastModified=2023-03-25 16:56:24.940288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.941044000, lastModified=2023-03-25 16:56:24.940288000, delta=756000 ns, racy<=10000 ns 16:56:24.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.941304000, lastModified=2023-03-25 16:56:24.940288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.941304000, lastModified=2023-03-25 16:56:24.940288000, delta=1016000 ns, racy<=10000 ns 16:56:24.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.941547000, lastModified=2023-03-25 16:56:24.940288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.941547000, lastModified=2023-03-25 16:56:24.940288000, delta=1259000 ns, racy<=10000 ns 16:56:24.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.941799000, lastModified=2023-03-25 16:56:24.940288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.940288000 to 2023-03-25 16:56:24.941288000 16:56:24.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.942061000, lastModified=2023-03-25 16:56:24.941288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.942061000, lastModified=2023-03-25 16:56:24.941288000, delta=773000 ns, racy<=10000 ns 16:56:24.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.942310000, lastModified=2023-03-25 16:56:24.941288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.942310000, lastModified=2023-03-25 16:56:24.941288000, delta=1022000 ns, racy<=10000 ns 16:56:24.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.942644000, lastModified=2023-03-25 16:56:24.941288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.942644000, lastModified=2023-03-25 16:56:24.941288000, delta=1356000 ns, racy<=10000 ns 16:56:24.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.942919000, lastModified=2023-03-25 16:56:24.941288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.941288000 to 2023-03-25 16:56:24.942288000 16:56:24.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.943156000, lastModified=2023-03-25 16:56:24.942288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.943156000, lastModified=2023-03-25 16:56:24.942288000, delta=868000 ns, racy<=10000 ns 16:56:24.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.943583000, lastModified=2023-03-25 16:56:24.942288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.943583000, lastModified=2023-03-25 16:56:24.942288000, delta=1295000 ns, racy<=10000 ns 16:56:24.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.943836000, lastModified=2023-03-25 16:56:24.942288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.942288000 to 2023-03-25 16:56:24.943288000 16:56:24.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.944115000, lastModified=2023-03-25 16:56:24.943288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.944115000, lastModified=2023-03-25 16:56:24.943288000, delta=827000 ns, racy<=10000 ns 16:56:24.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.944358000, lastModified=2023-03-25 16:56:24.943288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.944358000, lastModified=2023-03-25 16:56:24.943288000, delta=1070000 ns, racy<=10000 ns 16:56:24.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.944609000, lastModified=2023-03-25 16:56:24.943288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.944609000, lastModified=2023-03-25 16:56:24.943288000, delta=1321000 ns, racy<=10000 ns 16:56:24.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.945008000, lastModified=2023-03-25 16:56:24.944288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.945008000, lastModified=2023-03-25 16:56:24.944288000, delta=720000 ns, racy<=10000 ns 16:56:24.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.945258000, lastModified=2023-03-25 16:56:24.944288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.945258000, lastModified=2023-03-25 16:56:24.944288000, delta=970000 ns, racy<=10000 ns 16:56:24.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.945591000, lastModified=2023-03-25 16:56:24.944288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.945591000, lastModified=2023-03-25 16:56:24.944288000, delta=1303000 ns, racy<=10000 ns 16:56:24.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.945830000, lastModified=2023-03-25 16:56:24.944288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.944288000 to 2023-03-25 16:56:24.945288000 16:56:24.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.946101000, lastModified=2023-03-25 16:56:24.945288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.946101000, lastModified=2023-03-25 16:56:24.945288000, delta=813000 ns, racy<=10000 ns 16:56:24.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.946517000, lastModified=2023-03-25 16:56:24.945288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.946517000, lastModified=2023-03-25 16:56:24.945288000, delta=1229000 ns, racy<=10000 ns 16:56:24.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.946812000, lastModified=2023-03-25 16:56:24.945288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.945288000 to 2023-03-25 16:56:24.946288000 16:56:24.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.947084000, lastModified=2023-03-25 16:56:24.946288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.947084000, lastModified=2023-03-25 16:56:24.946288000, delta=796000 ns, racy<=10000 ns 16:56:24.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.947331000, lastModified=2023-03-25 16:56:24.946288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.947331000, lastModified=2023-03-25 16:56:24.946288000, delta=1043000 ns, racy<=10000 ns 16:56:24.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.947575000, lastModified=2023-03-25 16:56:24.946288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.947575000, lastModified=2023-03-25 16:56:24.946288000, delta=1287000 ns, racy<=10000 ns 16:56:24.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.947817000, lastModified=2023-03-25 16:56:24.946288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.946288000 to 2023-03-25 16:56:24.947288000 16:56:24.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.948124000, lastModified=2023-03-25 16:56:24.947288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.948124000, lastModified=2023-03-25 16:56:24.947288000, delta=836000 ns, racy<=10000 ns 16:56:24.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.948515000, lastModified=2023-03-25 16:56:24.947288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.948515000, lastModified=2023-03-25 16:56:24.947288000, delta=1227000 ns, racy<=10000 ns 16:56:24.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.948760000, lastModified=2023-03-25 16:56:24.947288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.948760000, lastModified=2023-03-25 16:56:24.947288000, delta=1472000 ns, racy<=10000 ns 16:56:24.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.949058000, lastModified=2023-03-25 16:56:24.948288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.949058000, lastModified=2023-03-25 16:56:24.948288000, delta=770000 ns, racy<=10000 ns 16:56:24.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.949493000, lastModified=2023-03-25 16:56:24.948288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.949493000, lastModified=2023-03-25 16:56:24.948288000, delta=1205000 ns, racy<=10000 ns 16:56:24.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.949740000, lastModified=2023-03-25 16:56:24.948288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.949740000, lastModified=2023-03-25 16:56:24.948288000, delta=1452000 ns, racy<=10000 ns 16:56:24.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.950017000, lastModified=2023-03-25 16:56:24.949288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.950017000, lastModified=2023-03-25 16:56:24.949288000, delta=729000 ns, racy<=10000 ns 16:56:24.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.950261000, lastModified=2023-03-25 16:56:24.949288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.950261000, lastModified=2023-03-25 16:56:24.949288000, delta=973000 ns, racy<=10000 ns 16:56:24.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.950493000, lastModified=2023-03-25 16:56:24.949288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.950493000, lastModified=2023-03-25 16:56:24.949288000, delta=1205000 ns, racy<=10000 ns 16:56:24.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.950755000, lastModified=2023-03-25 16:56:24.949288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.950755000, lastModified=2023-03-25 16:56:24.949288000, delta=1467000 ns, racy<=10000 ns 16:56:24.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.950995000, lastModified=2023-03-25 16:56:24.950288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.950995000, lastModified=2023-03-25 16:56:24.950288000, delta=707000 ns, racy<=10000 ns 16:56:24.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.951319000, lastModified=2023-03-25 16:56:24.950288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.951319000, lastModified=2023-03-25 16:56:24.950288000, delta=1031000 ns, racy<=10000 ns 16:56:24.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.951556000, lastModified=2023-03-25 16:56:24.950288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.951556000, lastModified=2023-03-25 16:56:24.950288000, delta=1268000 ns, racy<=10000 ns 16:56:24.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.951786000, lastModified=2023-03-25 16:56:24.950288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.950288000 to 2023-03-25 16:56:24.951288000 16:56:24.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.952248000, lastModified=2023-03-25 16:56:24.951288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.952248000, lastModified=2023-03-25 16:56:24.951288000, delta=960000 ns, racy<=10000 ns 16:56:24.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.952484000, lastModified=2023-03-25 16:56:24.951288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.952484000, lastModified=2023-03-25 16:56:24.951288000, delta=1196000 ns, racy<=10000 ns 16:56:24.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.952697000, lastModified=2023-03-25 16:56:24.951288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.952697000, lastModified=2023-03-25 16:56:24.951288000, delta=1409000 ns, racy<=10000 ns 16:56:24.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.952937000, lastModified=2023-03-25 16:56:24.952288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.952937000, lastModified=2023-03-25 16:56:24.952288000, delta=649000 ns, racy<=10000 ns 16:56:24.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.953165000, lastModified=2023-03-25 16:56:24.952288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.953165000, lastModified=2023-03-25 16:56:24.952288000, delta=877000 ns, racy<=10000 ns 16:56:24.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.953390000, lastModified=2023-03-25 16:56:24.952288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.953390000, lastModified=2023-03-25 16:56:24.952288000, delta=1102000 ns, racy<=10000 ns 16:56:24.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.953612000, lastModified=2023-03-25 16:56:24.952288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.953612000, lastModified=2023-03-25 16:56:24.952288000, delta=1324000 ns, racy<=10000 ns 16:56:24.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.953952000, lastModified=2023-03-25 16:56:24.953288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.953952000, lastModified=2023-03-25 16:56:24.953288000, delta=664000 ns, racy<=10000 ns 16:56:24.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.954191000, lastModified=2023-03-25 16:56:24.953288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.954191000, lastModified=2023-03-25 16:56:24.953288000, delta=903000 ns, racy<=10000 ns 16:56:24.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.954432000, lastModified=2023-03-25 16:56:24.953288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.954432000, lastModified=2023-03-25 16:56:24.953288000, delta=1144000 ns, racy<=10000 ns 16:56:24.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.954839000, lastModified=2023-03-25 16:56:24.953288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.953288000 to 2023-03-25 16:56:24.954288000 16:56:24.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.955090000, lastModified=2023-03-25 16:56:24.954288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.955090000, lastModified=2023-03-25 16:56:24.954288000, delta=802000 ns, racy<=10000 ns 16:56:24.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.955341000, lastModified=2023-03-25 16:56:24.954288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.955341000, lastModified=2023-03-25 16:56:24.954288000, delta=1053000 ns, racy<=10000 ns 16:56:24.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.955590000, lastModified=2023-03-25 16:56:24.954288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.955590000, lastModified=2023-03-25 16:56:24.954288000, delta=1302000 ns, racy<=10000 ns 16:56:24.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.955826000, lastModified=2023-03-25 16:56:24.954288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.954288000 to 2023-03-25 16:56:24.955288000 16:56:24.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.956089000, lastModified=2023-03-25 16:56:24.955288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.956089000, lastModified=2023-03-25 16:56:24.955288000, delta=801000 ns, racy<=10000 ns 16:56:24.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.956330000, lastModified=2023-03-25 16:56:24.955288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.956330000, lastModified=2023-03-25 16:56:24.955288000, delta=1042000 ns, racy<=10000 ns 16:56:24.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.956674000, lastModified=2023-03-25 16:56:24.955288000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.956674000, lastModified=2023-03-25 16:56:24.955288000, delta=1386000 ns, racy<=10000 ns 16:56:24.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.956944000, lastModified=2023-03-25 16:56:24.956289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.956944000, lastModified=2023-03-25 16:56:24.956289000, delta=655000 ns, racy<=10000 ns 16:56:24.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.957199000, lastModified=2023-03-25 16:56:24.956289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.957199000, lastModified=2023-03-25 16:56:24.956289000, delta=910000 ns, racy<=10000 ns 16:56:24.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.957659000, lastModified=2023-03-25 16:56:24.956289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.957659000, lastModified=2023-03-25 16:56:24.956289000, delta=1370000 ns, racy<=10000 ns 16:56:24.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.957913000, lastModified=2023-03-25 16:56:24.957289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.957913000, lastModified=2023-03-25 16:56:24.957289000, delta=624000 ns, racy<=10000 ns 16:56:24.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.958149000, lastModified=2023-03-25 16:56:24.957289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.958149000, lastModified=2023-03-25 16:56:24.957289000, delta=860000 ns, racy<=10000 ns 16:56:24.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.958368000, lastModified=2023-03-25 16:56:24.957289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.958368000, lastModified=2023-03-25 16:56:24.957289000, delta=1079000 ns, racy<=10000 ns 16:56:24.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.958583000, lastModified=2023-03-25 16:56:24.957289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.958583000, lastModified=2023-03-25 16:56:24.957289000, delta=1294000 ns, racy<=10000 ns 16:56:24.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.958806000, lastModified=2023-03-25 16:56:24.957289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.957289000 to 2023-03-25 16:56:24.958289000 16:56:24.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.959034000, lastModified=2023-03-25 16:56:24.958289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.959034000, lastModified=2023-03-25 16:56:24.958289000, delta=745000 ns, racy<=10000 ns 16:56:24.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.959350000, lastModified=2023-03-25 16:56:24.958289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.959350000, lastModified=2023-03-25 16:56:24.958289000, delta=1061000 ns, racy<=10000 ns 16:56:24.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.959568000, lastModified=2023-03-25 16:56:24.958289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.959568000, lastModified=2023-03-25 16:56:24.958289000, delta=1279000 ns, racy<=10000 ns 16:56:24.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.959782000, lastModified=2023-03-25 16:56:24.958289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.959782000, lastModified=2023-03-25 16:56:24.958289000, delta=1493000 ns, racy<=10000 ns 16:56:24.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.960212000, lastModified=2023-03-25 16:56:24.959289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.960212000, lastModified=2023-03-25 16:56:24.959289000, delta=923000 ns, racy<=10000 ns 16:56:24.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.960452000, lastModified=2023-03-25 16:56:24.959289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.960452000, lastModified=2023-03-25 16:56:24.959289000, delta=1163000 ns, racy<=10000 ns 16:56:24.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.960666000, lastModified=2023-03-25 16:56:24.959289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.960666000, lastModified=2023-03-25 16:56:24.959289000, delta=1377000 ns, racy<=10000 ns 16:56:24.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.960951000, lastModified=2023-03-25 16:56:24.960289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.960951000, lastModified=2023-03-25 16:56:24.960289000, delta=662000 ns, racy<=10000 ns 16:56:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.961176000, lastModified=2023-03-25 16:56:24.960289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.961176000, lastModified=2023-03-25 16:56:24.960289000, delta=887000 ns, racy<=10000 ns 16:56:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.961392000, lastModified=2023-03-25 16:56:24.960289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.961392000, lastModified=2023-03-25 16:56:24.960289000, delta=1103000 ns, racy<=10000 ns 16:56:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.961600000, lastModified=2023-03-25 16:56:24.960289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.961600000, lastModified=2023-03-25 16:56:24.960289000, delta=1311000 ns, racy<=10000 ns 16:56:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.961952000, lastModified=2023-03-25 16:56:24.961289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.961952000, lastModified=2023-03-25 16:56:24.961289000, delta=663000 ns, racy<=10000 ns 16:56:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.962194000, lastModified=2023-03-25 16:56:24.961289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.962194000, lastModified=2023-03-25 16:56:24.961289000, delta=905000 ns, racy<=10000 ns 16:56:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.962424000, lastModified=2023-03-25 16:56:24.961289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.962424000, lastModified=2023-03-25 16:56:24.961289000, delta=1135000 ns, racy<=10000 ns 16:56:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.962883000, lastModified=2023-03-25 16:56:24.961289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.961289000 to 2023-03-25 16:56:24.962289000 16:56:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.963142000, lastModified=2023-03-25 16:56:24.962289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.963142000, lastModified=2023-03-25 16:56:24.962289000, delta=853000 ns, racy<=10000 ns 16:56:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.963613000, lastModified=2023-03-25 16:56:24.962289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.963613000, lastModified=2023-03-25 16:56:24.962289000, delta=1324000 ns, racy<=10000 ns 16:56:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.963858000, lastModified=2023-03-25 16:56:24.962289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.962289000 to 2023-03-25 16:56:24.963289000 16:56:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.964120000, lastModified=2023-03-25 16:56:24.963289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.964120000, lastModified=2023-03-25 16:56:24.963289000, delta=831000 ns, racy<=10000 ns 16:56:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.964362000, lastModified=2023-03-25 16:56:24.963289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.964362000, lastModified=2023-03-25 16:56:24.963289000, delta=1073000 ns, racy<=10000 ns 16:56:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.964587000, lastModified=2023-03-25 16:56:24.963289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.964587000, lastModified=2023-03-25 16:56:24.963289000, delta=1298000 ns, racy<=10000 ns 16:56:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.964956000, lastModified=2023-03-25 16:56:24.964289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.964956000, lastModified=2023-03-25 16:56:24.964289000, delta=667000 ns, racy<=10000 ns 16:56:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.965198000, lastModified=2023-03-25 16:56:24.964289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.965198000, lastModified=2023-03-25 16:56:24.964289000, delta=909000 ns, racy<=10000 ns 16:56:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.965419000, lastModified=2023-03-25 16:56:24.964289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.965419000, lastModified=2023-03-25 16:56:24.964289000, delta=1130000 ns, racy<=10000 ns 16:56:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.965815000, lastModified=2023-03-25 16:56:24.964289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:24.964289000 to 2023-03-25 16:56:24.965289000 16:56:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.966077000, lastModified=2023-03-25 16:56:24.965289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.966077000, lastModified=2023-03-25 16:56:24.965289000, delta=788000 ns, racy<=10000 ns 16:56:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.966304000, lastModified=2023-03-25 16:56:24.965289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.966304000, lastModified=2023-03-25 16:56:24.965289000, delta=1015000 ns, racy<=10000 ns 16:56:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.966521000, lastModified=2023-03-25 16:56:24.965289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.966521000, lastModified=2023-03-25 16:56:24.965289000, delta=1232000 ns, racy<=10000 ns 16:56:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.966743000, lastModified=2023-03-25 16:56:24.965289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.966743000, lastModified=2023-03-25 16:56:24.965289000, delta=1454000 ns, racy<=10000 ns 16:56:24.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:24.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:24.967005000, lastModified=2023-03-25 16:56:24.966289000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:24.967005000, lastModified=2023-03-25 16:56:24.966289000, delta=716000 ns, racy<=10000 ns 16:56:25.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.014092000, lastModified=2023-03-25 16:56:25.013290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.014092000, lastModified=2023-03-25 16:56:25.013290000, delta=802000 ns, racy<=10000 ns 16:56:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.014458000, lastModified=2023-03-25 16:56:25.013290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.014458000, lastModified=2023-03-25 16:56:25.013290000, delta=1168000 ns, racy<=10000 ns 16:56:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.014708000, lastModified=2023-03-25 16:56:25.013290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.014708000, lastModified=2023-03-25 16:56:25.013290000, delta=1418000 ns, racy<=10000 ns 16:56:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.014966000, lastModified=2023-03-25 16:56:25.014290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.014966000, lastModified=2023-03-25 16:56:25.014290000, delta=676000 ns, racy<=10000 ns 16:56:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.015434000, lastModified=2023-03-25 16:56:25.014290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.015434000, lastModified=2023-03-25 16:56:25.014290000, delta=1144000 ns, racy<=10000 ns 16:56:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.015685000, lastModified=2023-03-25 16:56:25.014290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.015685000, lastModified=2023-03-25 16:56:25.014290000, delta=1395000 ns, racy<=10000 ns 16:56:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.015942000, lastModified=2023-03-25 16:56:25.015290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.015942000, lastModified=2023-03-25 16:56:25.015290000, delta=652000 ns, racy<=10000 ns 16:56:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.016220000, lastModified=2023-03-25 16:56:25.015290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.016220000, lastModified=2023-03-25 16:56:25.015290000, delta=930000 ns, racy<=10000 ns 16:56:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.016458000, lastModified=2023-03-25 16:56:25.015290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.016458000, lastModified=2023-03-25 16:56:25.015290000, delta=1168000 ns, racy<=10000 ns 16:56:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.016693000, lastModified=2023-03-25 16:56:25.015290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.016693000, lastModified=2023-03-25 16:56:25.015290000, delta=1403000 ns, racy<=10000 ns 16:56:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.016 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.016963000, lastModified=2023-03-25 16:56:25.016290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.016963000, lastModified=2023-03-25 16:56:25.016290000, delta=673000 ns, racy<=10000 ns 16:56:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.017317000, lastModified=2023-03-25 16:56:25.016290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.017317000, lastModified=2023-03-25 16:56:25.016290000, delta=1027000 ns, racy<=10000 ns 16:56:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.017557000, lastModified=2023-03-25 16:56:25.016290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.017557000, lastModified=2023-03-25 16:56:25.016290000, delta=1267000 ns, racy<=10000 ns 16:56:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.017795000, lastModified=2023-03-25 16:56:25.016290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.017 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.016290000 to 2023-03-25 16:56:25.017290000 16:56:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.018262000, lastModified=2023-03-25 16:56:25.017290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.018262000, lastModified=2023-03-25 16:56:25.017290000, delta=972000 ns, racy<=10000 ns 16:56:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.018515000, lastModified=2023-03-25 16:56:25.017290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.018515000, lastModified=2023-03-25 16:56:25.017290000, delta=1225000 ns, racy<=10000 ns 16:56:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.018751000, lastModified=2023-03-25 16:56:25.017290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.018751000, lastModified=2023-03-25 16:56:25.017290000, delta=1461000 ns, racy<=10000 ns 16:56:25.018 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.019030000, lastModified=2023-03-25 16:56:25.018290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.019030000, lastModified=2023-03-25 16:56:25.018290000, delta=740000 ns, racy<=10000 ns 16:56:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.019249000, lastModified=2023-03-25 16:56:25.018290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.019249000, lastModified=2023-03-25 16:56:25.018290000, delta=959000 ns, racy<=10000 ns 16:56:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.019475000, lastModified=2023-03-25 16:56:25.018290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.019475000, lastModified=2023-03-25 16:56:25.018290000, delta=1185000 ns, racy<=10000 ns 16:56:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.019691000, lastModified=2023-03-25 16:56:25.018290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.019 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.018290000 to 2023-03-25 16:56:25.019290000 16:56:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.020021000, lastModified=2023-03-25 16:56:25.019290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.020021000, lastModified=2023-03-25 16:56:25.019290000, delta=731000 ns, racy<=10000 ns 16:56:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.020255000, lastModified=2023-03-25 16:56:25.019290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.020255000, lastModified=2023-03-25 16:56:25.019290000, delta=965000 ns, racy<=10000 ns 16:56:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.020472000, lastModified=2023-03-25 16:56:25.019290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.020472000, lastModified=2023-03-25 16:56:25.019290000, delta=1182000 ns, racy<=10000 ns 16:56:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.020 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.020869000, lastModified=2023-03-25 16:56:25.019290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.019290000 to 2023-03-25 16:56:25.020290000 16:56:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.021094000, lastModified=2023-03-25 16:56:25.020290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.021094000, lastModified=2023-03-25 16:56:25.020290000, delta=804000 ns, racy<=10000 ns 16:56:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.021361000, lastModified=2023-03-25 16:56:25.020290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.021361000, lastModified=2023-03-25 16:56:25.020290000, delta=1071000 ns, racy<=10000 ns 16:56:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.021596000, lastModified=2023-03-25 16:56:25.020290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.021596000, lastModified=2023-03-25 16:56:25.020290000, delta=1306000 ns, racy<=10000 ns 16:56:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.021824000, lastModified=2023-03-25 16:56:25.020290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.020290000 to 2023-03-25 16:56:25.021290000 16:56:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.022089000, lastModified=2023-03-25 16:56:25.021290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.022089000, lastModified=2023-03-25 16:56:25.021290000, delta=799000 ns, racy<=10000 ns 16:56:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.022325000, lastModified=2023-03-25 16:56:25.021290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.022325000, lastModified=2023-03-25 16:56:25.021290000, delta=1035000 ns, racy<=10000 ns 16:56:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.022552000, lastModified=2023-03-25 16:56:25.021290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.022552000, lastModified=2023-03-25 16:56:25.021290000, delta=1262000 ns, racy<=10000 ns 16:56:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.022793000, lastModified=2023-03-25 16:56:25.021290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.021290000 to 2023-03-25 16:56:25.022290000 16:56:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.023049000, lastModified=2023-03-25 16:56:25.022290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.023049000, lastModified=2023-03-25 16:56:25.022290000, delta=759000 ns, racy<=10000 ns 16:56:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.023519000, lastModified=2023-03-25 16:56:25.022290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.023519000, lastModified=2023-03-25 16:56:25.022290000, delta=1229000 ns, racy<=10000 ns 16:56:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.023756000, lastModified=2023-03-25 16:56:25.022290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.023756000, lastModified=2023-03-25 16:56:25.022290000, delta=1466000 ns, racy<=10000 ns 16:56:25.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.023989000, lastModified=2023-03-25 16:56:25.023290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.023989000, lastModified=2023-03-25 16:56:25.023290000, delta=699000 ns, racy<=10000 ns 16:56:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.024224000, lastModified=2023-03-25 16:56:25.023290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.024224000, lastModified=2023-03-25 16:56:25.023290000, delta=934000 ns, racy<=10000 ns 16:56:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.024501000, lastModified=2023-03-25 16:56:25.023290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.024501000, lastModified=2023-03-25 16:56:25.023290000, delta=1211000 ns, racy<=10000 ns 16:56:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.024720000, lastModified=2023-03-25 16:56:25.023290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.024720000, lastModified=2023-03-25 16:56:25.023290000, delta=1430000 ns, racy<=10000 ns 16:56:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.024976000, lastModified=2023-03-25 16:56:25.024290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.024976000, lastModified=2023-03-25 16:56:25.024290000, delta=686000 ns, racy<=10000 ns 16:56:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.025206000, lastModified=2023-03-25 16:56:25.024290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.025206000, lastModified=2023-03-25 16:56:25.024290000, delta=916000 ns, racy<=10000 ns 16:56:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.025428000, lastModified=2023-03-25 16:56:25.024290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.025428000, lastModified=2023-03-25 16:56:25.024290000, delta=1138000 ns, racy<=10000 ns 16:56:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.025646000, lastModified=2023-03-25 16:56:25.024290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.025646000, lastModified=2023-03-25 16:56:25.024290000, delta=1356000 ns, racy<=10000 ns 16:56:25.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.026128000, lastModified=2023-03-25 16:56:25.024290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.024290000 to 2023-03-25 16:56:25.025290000 16:56:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.026368000, lastModified=2023-03-25 16:56:25.025290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.026368000, lastModified=2023-03-25 16:56:25.025290000, delta=1078000 ns, racy<=10000 ns 16:56:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.026591000, lastModified=2023-03-25 16:56:25.025290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.026591000, lastModified=2023-03-25 16:56:25.025290000, delta=1301000 ns, racy<=10000 ns 16:56:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.026814000, lastModified=2023-03-25 16:56:25.025290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.025290000 to 2023-03-25 16:56:25.026290000 16:56:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.027083000, lastModified=2023-03-25 16:56:25.026290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.027083000, lastModified=2023-03-25 16:56:25.026290000, delta=793000 ns, racy<=10000 ns 16:56:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.027310000, lastModified=2023-03-25 16:56:25.026290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.027310000, lastModified=2023-03-25 16:56:25.026290000, delta=1020000 ns, racy<=10000 ns 16:56:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.027536000, lastModified=2023-03-25 16:56:25.026290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.027536000, lastModified=2023-03-25 16:56:25.026290000, delta=1246000 ns, racy<=10000 ns 16:56:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.027754000, lastModified=2023-03-25 16:56:25.026290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.027754000, lastModified=2023-03-25 16:56:25.026290000, delta=1464000 ns, racy<=10000 ns 16:56:25.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.028032000, lastModified=2023-03-25 16:56:25.027290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.028032000, lastModified=2023-03-25 16:56:25.027290000, delta=742000 ns, racy<=10000 ns 16:56:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.028261000, lastModified=2023-03-25 16:56:25.027290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.028261000, lastModified=2023-03-25 16:56:25.027290000, delta=971000 ns, racy<=10000 ns 16:56:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.028732000, lastModified=2023-03-25 16:56:25.027290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.028732000, lastModified=2023-03-25 16:56:25.027290000, delta=1442000 ns, racy<=10000 ns 16:56:25.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.029009000, lastModified=2023-03-25 16:56:25.028290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.029009000, lastModified=2023-03-25 16:56:25.028290000, delta=719000 ns, racy<=10000 ns 16:56:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.029247000, lastModified=2023-03-25 16:56:25.028290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.029247000, lastModified=2023-03-25 16:56:25.028290000, delta=957000 ns, racy<=10000 ns 16:56:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.029471000, lastModified=2023-03-25 16:56:25.028290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.029471000, lastModified=2023-03-25 16:56:25.028290000, delta=1181000 ns, racy<=10000 ns 16:56:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.029698000, lastModified=2023-03-25 16:56:25.028290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.029698000, lastModified=2023-03-25 16:56:25.028290000, delta=1408000 ns, racy<=10000 ns 16:56:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.029966000, lastModified=2023-03-25 16:56:25.029290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.029966000, lastModified=2023-03-25 16:56:25.029290000, delta=676000 ns, racy<=10000 ns 16:56:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.030209000, lastModified=2023-03-25 16:56:25.029290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.030209000, lastModified=2023-03-25 16:56:25.029290000, delta=919000 ns, racy<=10000 ns 16:56:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.030438000, lastModified=2023-03-25 16:56:25.029290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.030438000, lastModified=2023-03-25 16:56:25.029290000, delta=1148000 ns, racy<=10000 ns 16:56:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.030667000, lastModified=2023-03-25 16:56:25.029290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.030667000, lastModified=2023-03-25 16:56:25.029290000, delta=1377000 ns, racy<=10000 ns 16:56:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.030931000, lastModified=2023-03-25 16:56:25.030290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.030931000, lastModified=2023-03-25 16:56:25.030290000, delta=641000 ns, racy<=10000 ns 16:56:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.031438000, lastModified=2023-03-25 16:56:25.030290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.031438000, lastModified=2023-03-25 16:56:25.030290000, delta=1148000 ns, racy<=10000 ns 16:56:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.031680000, lastModified=2023-03-25 16:56:25.030290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.031680000, lastModified=2023-03-25 16:56:25.030290000, delta=1390000 ns, racy<=10000 ns 16:56:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.031969000, lastModified=2023-03-25 16:56:25.031290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.031969000, lastModified=2023-03-25 16:56:25.031290000, delta=679000 ns, racy<=10000 ns 16:56:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.032210000, lastModified=2023-03-25 16:56:25.031290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.032210000, lastModified=2023-03-25 16:56:25.031290000, delta=920000 ns, racy<=10000 ns 16:56:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.032436000, lastModified=2023-03-25 16:56:25.031290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.032436000, lastModified=2023-03-25 16:56:25.031290000, delta=1146000 ns, racy<=10000 ns 16:56:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.032665000, lastModified=2023-03-25 16:56:25.031290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.032665000, lastModified=2023-03-25 16:56:25.031290000, delta=1375000 ns, racy<=10000 ns 16:56:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.032929000, lastModified=2023-03-25 16:56:25.032290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.032929000, lastModified=2023-03-25 16:56:25.032290000, delta=639000 ns, racy<=10000 ns 16:56:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.033166000, lastModified=2023-03-25 16:56:25.032290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.033166000, lastModified=2023-03-25 16:56:25.032290000, delta=876000 ns, racy<=10000 ns 16:56:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.033392000, lastModified=2023-03-25 16:56:25.032290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.033392000, lastModified=2023-03-25 16:56:25.032290000, delta=1102000 ns, racy<=10000 ns 16:56:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.033622000, lastModified=2023-03-25 16:56:25.032290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.033622000, lastModified=2023-03-25 16:56:25.032290000, delta=1332000 ns, racy<=10000 ns 16:56:25.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.034078000, lastModified=2023-03-25 16:56:25.032290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.032290000 to 2023-03-25 16:56:25.033290000 16:56:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.034315000, lastModified=2023-03-25 16:56:25.033290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.034315000, lastModified=2023-03-25 16:56:25.033290000, delta=1025000 ns, racy<=10000 ns 16:56:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.034544000, lastModified=2023-03-25 16:56:25.033290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.034544000, lastModified=2023-03-25 16:56:25.033290000, delta=1254000 ns, racy<=10000 ns 16:56:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.034816000, lastModified=2023-03-25 16:56:25.033290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.033290000 to 2023-03-25 16:56:25.034290000 16:56:25.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.035101000, lastModified=2023-03-25 16:56:25.034290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.035101000, lastModified=2023-03-25 16:56:25.034290000, delta=811000 ns, racy<=10000 ns 16:56:25.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.035333000, lastModified=2023-03-25 16:56:25.034290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.035333000, lastModified=2023-03-25 16:56:25.034290000, delta=1043000 ns, racy<=10000 ns 16:56:25.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.035556000, lastModified=2023-03-25 16:56:25.034290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.035556000, lastModified=2023-03-25 16:56:25.034290000, delta=1266000 ns, racy<=10000 ns 16:56:25.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.035786000, lastModified=2023-03-25 16:56:25.034290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.034290000 to 2023-03-25 16:56:25.035290000 16:56:25.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.036036000, lastModified=2023-03-25 16:56:25.035290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.036036000, lastModified=2023-03-25 16:56:25.035290000, delta=746000 ns, racy<=10000 ns 16:56:25.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.036276000, lastModified=2023-03-25 16:56:25.035290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.036276000, lastModified=2023-03-25 16:56:25.035290000, delta=986000 ns, racy<=10000 ns 16:56:25.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.036732000, lastModified=2023-03-25 16:56:25.035290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.036732000, lastModified=2023-03-25 16:56:25.035290000, delta=1442000 ns, racy<=10000 ns 16:56:25.036 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.037005000, lastModified=2023-03-25 16:56:25.036290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.037005000, lastModified=2023-03-25 16:56:25.036290000, delta=715000 ns, racy<=10000 ns 16:56:25.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.037241000, lastModified=2023-03-25 16:56:25.036290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.037241000, lastModified=2023-03-25 16:56:25.036290000, delta=951000 ns, racy<=10000 ns 16:56:25.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.037466000, lastModified=2023-03-25 16:56:25.036290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.037466000, lastModified=2023-03-25 16:56:25.036290000, delta=1176000 ns, racy<=10000 ns 16:56:25.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.037695000, lastModified=2023-03-25 16:56:25.036290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.037695000, lastModified=2023-03-25 16:56:25.036290000, delta=1405000 ns, racy<=10000 ns 16:56:25.037 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.037993000, lastModified=2023-03-25 16:56:25.037290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.037993000, lastModified=2023-03-25 16:56:25.037290000, delta=703000 ns, racy<=10000 ns 16:56:25.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.038232000, lastModified=2023-03-25 16:56:25.037290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.038232000, lastModified=2023-03-25 16:56:25.037290000, delta=942000 ns, racy<=10000 ns 16:56:25.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.038457000, lastModified=2023-03-25 16:56:25.037290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.038457000, lastModified=2023-03-25 16:56:25.037290000, delta=1167000 ns, racy<=10000 ns 16:56:25.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.038682000, lastModified=2023-03-25 16:56:25.037290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.038682000, lastModified=2023-03-25 16:56:25.037290000, delta=1392000 ns, racy<=10000 ns 16:56:25.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.038 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.038945000, lastModified=2023-03-25 16:56:25.038290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.038945000, lastModified=2023-03-25 16:56:25.038290000, delta=655000 ns, racy<=10000 ns 16:56:25.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.039434000, lastModified=2023-03-25 16:56:25.038290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.039434000, lastModified=2023-03-25 16:56:25.038290000, delta=1144000 ns, racy<=10000 ns 16:56:25.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.039679000, lastModified=2023-03-25 16:56:25.038290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.039679000, lastModified=2023-03-25 16:56:25.038290000, delta=1389000 ns, racy<=10000 ns 16:56:25.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.039 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.039943000, lastModified=2023-03-25 16:56:25.039290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.039943000, lastModified=2023-03-25 16:56:25.039290000, delta=653000 ns, racy<=10000 ns 16:56:25.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.040182000, lastModified=2023-03-25 16:56:25.039290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.040182000, lastModified=2023-03-25 16:56:25.039290000, delta=892000 ns, racy<=10000 ns 16:56:25.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.040403000, lastModified=2023-03-25 16:56:25.039290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.040403000, lastModified=2023-03-25 16:56:25.039290000, delta=1113000 ns, racy<=10000 ns 16:56:25.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.040634000, lastModified=2023-03-25 16:56:25.039290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.040634000, lastModified=2023-03-25 16:56:25.039290000, delta=1344000 ns, racy<=10000 ns 16:56:25.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.040854000, lastModified=2023-03-25 16:56:25.039290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.039290000 to 2023-03-25 16:56:25.040290000 16:56:25.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.041104000, lastModified=2023-03-25 16:56:25.040290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.041104000, lastModified=2023-03-25 16:56:25.040290000, delta=814000 ns, racy<=10000 ns 16:56:25.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.041327000, lastModified=2023-03-25 16:56:25.040290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.041327000, lastModified=2023-03-25 16:56:25.040290000, delta=1037000 ns, racy<=10000 ns 16:56:25.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.041559000, lastModified=2023-03-25 16:56:25.040290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.041559000, lastModified=2023-03-25 16:56:25.040290000, delta=1269000 ns, racy<=10000 ns 16:56:25.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.042084000, lastModified=2023-03-25 16:56:25.040290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.040290000 to 2023-03-25 16:56:25.041290000 16:56:25.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.042314000, lastModified=2023-03-25 16:56:25.041290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.042314000, lastModified=2023-03-25 16:56:25.041290000, delta=1024000 ns, racy<=10000 ns 16:56:25.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.042530000, lastModified=2023-03-25 16:56:25.041290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.042530000, lastModified=2023-03-25 16:56:25.041290000, delta=1240000 ns, racy<=10000 ns 16:56:25.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.042713000, lastModified=2023-03-25 16:56:25.041290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.042713000, lastModified=2023-03-25 16:56:25.041290000, delta=1423000 ns, racy<=10000 ns 16:56:25.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.042931000, lastModified=2023-03-25 16:56:25.042290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.042931000, lastModified=2023-03-25 16:56:25.042290000, delta=641000 ns, racy<=10000 ns 16:56:25.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.043119000, lastModified=2023-03-25 16:56:25.042290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.043119000, lastModified=2023-03-25 16:56:25.042290000, delta=829000 ns, racy<=10000 ns 16:56:25.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.043300000, lastModified=2023-03-25 16:56:25.042290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.043300000, lastModified=2023-03-25 16:56:25.042290000, delta=1010000 ns, racy<=10000 ns 16:56:25.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.043482000, lastModified=2023-03-25 16:56:25.042290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.043482000, lastModified=2023-03-25 16:56:25.042290000, delta=1192000 ns, racy<=10000 ns 16:56:25.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.043669000, lastModified=2023-03-25 16:56:25.042290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.043669000, lastModified=2023-03-25 16:56:25.042290000, delta=1379000 ns, racy<=10000 ns 16:56:25.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.043886000, lastModified=2023-03-25 16:56:25.042290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.042290000 to 2023-03-25 16:56:25.043290000 16:56:25.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.044319000, lastModified=2023-03-25 16:56:25.043290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.044319000, lastModified=2023-03-25 16:56:25.043290000, delta=1029000 ns, racy<=10000 ns 16:56:25.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.044505000, lastModified=2023-03-25 16:56:25.043290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.044505000, lastModified=2023-03-25 16:56:25.043290000, delta=1215000 ns, racy<=10000 ns 16:56:25.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.044686000, lastModified=2023-03-25 16:56:25.043290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.044686000, lastModified=2023-03-25 16:56:25.043290000, delta=1396000 ns, racy<=10000 ns 16:56:25.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.044889000, lastModified=2023-03-25 16:56:25.043290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.043290000 to 2023-03-25 16:56:25.044290000 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.045075000, lastModified=2023-03-25 16:56:25.044290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.045075000, lastModified=2023-03-25 16:56:25.044290000, delta=785000 ns, racy<=10000 ns 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.045255000, lastModified=2023-03-25 16:56:25.044290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.045255000, lastModified=2023-03-25 16:56:25.044290000, delta=965000 ns, racy<=10000 ns 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.045428000, lastModified=2023-03-25 16:56:25.044290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.045428000, lastModified=2023-03-25 16:56:25.044290000, delta=1138000 ns, racy<=10000 ns 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.045609000, lastModified=2023-03-25 16:56:25.044290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.045609000, lastModified=2023-03-25 16:56:25.044290000, delta=1319000 ns, racy<=10000 ns 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.045788000, lastModified=2023-03-25 16:56:25.044290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.045788000, lastModified=2023-03-25 16:56:25.044290000, delta=1498000 ns, racy<=10000 ns 16:56:25.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.046002000, lastModified=2023-03-25 16:56:25.045290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.046002000, lastModified=2023-03-25 16:56:25.045290000, delta=712000 ns, racy<=10000 ns 16:56:25.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.046424000, lastModified=2023-03-25 16:56:25.045290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.046424000, lastModified=2023-03-25 16:56:25.045290000, delta=1134000 ns, racy<=10000 ns 16:56:25.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.046605000, lastModified=2023-03-25 16:56:25.045290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.046605000, lastModified=2023-03-25 16:56:25.045290000, delta=1315000 ns, racy<=10000 ns 16:56:25.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.046783000, lastModified=2023-03-25 16:56:25.045290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.046783000, lastModified=2023-03-25 16:56:25.045290000, delta=1493000 ns, racy<=10000 ns 16:56:25.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.047002000, lastModified=2023-03-25 16:56:25.046290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.047002000, lastModified=2023-03-25 16:56:25.046290000, delta=712000 ns, racy<=10000 ns 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.047183000, lastModified=2023-03-25 16:56:25.046290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.047183000, lastModified=2023-03-25 16:56:25.046290000, delta=893000 ns, racy<=10000 ns 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.047380000, lastModified=2023-03-25 16:56:25.046290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.047380000, lastModified=2023-03-25 16:56:25.046290000, delta=1090000 ns, racy<=10000 ns 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.047568000, lastModified=2023-03-25 16:56:25.046290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.047568000, lastModified=2023-03-25 16:56:25.046290000, delta=1278000 ns, racy<=10000 ns 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.047747000, lastModified=2023-03-25 16:56:25.046290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.047747000, lastModified=2023-03-25 16:56:25.046290000, delta=1457000 ns, racy<=10000 ns 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.047961000, lastModified=2023-03-25 16:56:25.047290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.047961000, lastModified=2023-03-25 16:56:25.047290000, delta=671000 ns, racy<=10000 ns 16:56:25.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.048144000, lastModified=2023-03-25 16:56:25.047290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.048144000, lastModified=2023-03-25 16:56:25.047290000, delta=854000 ns, racy<=10000 ns 16:56:25.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.048605000, lastModified=2023-03-25 16:56:25.047290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.048605000, lastModified=2023-03-25 16:56:25.047290000, delta=1315000 ns, racy<=10000 ns 16:56:25.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.048805000, lastModified=2023-03-25 16:56:25.047290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.047290000 to 2023-03-25 16:56:25.048290000 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.049017000, lastModified=2023-03-25 16:56:25.048290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.049017000, lastModified=2023-03-25 16:56:25.048290000, delta=727000 ns, racy<=10000 ns 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.049200000, lastModified=2023-03-25 16:56:25.048290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.049200000, lastModified=2023-03-25 16:56:25.048290000, delta=910000 ns, racy<=10000 ns 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.049373000, lastModified=2023-03-25 16:56:25.048290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.049373000, lastModified=2023-03-25 16:56:25.048290000, delta=1083000 ns, racy<=10000 ns 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.049555000, lastModified=2023-03-25 16:56:25.048290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.049555000, lastModified=2023-03-25 16:56:25.048290000, delta=1265000 ns, racy<=10000 ns 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.049731000, lastModified=2023-03-25 16:56:25.048290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.049731000, lastModified=2023-03-25 16:56:25.048290000, delta=1441000 ns, racy<=10000 ns 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.049946000, lastModified=2023-03-25 16:56:25.049290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.049946000, lastModified=2023-03-25 16:56:25.049290000, delta=656000 ns, racy<=10000 ns 16:56:25.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.050131000, lastModified=2023-03-25 16:56:25.049290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.050131000, lastModified=2023-03-25 16:56:25.049290000, delta=841000 ns, racy<=10000 ns 16:56:25.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.050319000, lastModified=2023-03-25 16:56:25.049290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.050319000, lastModified=2023-03-25 16:56:25.049290000, delta=1029000 ns, racy<=10000 ns 16:56:25.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.050738000, lastModified=2023-03-25 16:56:25.049290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.049290000 to 2023-03-25 16:56:25.050290000 16:56:25.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.051074000, lastModified=2023-03-25 16:56:25.050290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.051074000, lastModified=2023-03-25 16:56:25.050290000, delta=784000 ns, racy<=10000 ns 16:56:25.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.051258000, lastModified=2023-03-25 16:56:25.050290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.051258000, lastModified=2023-03-25 16:56:25.050290000, delta=968000 ns, racy<=10000 ns 16:56:25.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.051455000, lastModified=2023-03-25 16:56:25.050290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.051455000, lastModified=2023-03-25 16:56:25.050290000, delta=1165000 ns, racy<=10000 ns 16:56:25.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.051652000, lastModified=2023-03-25 16:56:25.050290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.051652000, lastModified=2023-03-25 16:56:25.050290000, delta=1362000 ns, racy<=10000 ns 16:56:25.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.051832000, lastModified=2023-03-25 16:56:25.050290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.050290000 to 2023-03-25 16:56:25.051290000 16:56:25.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.052044000, lastModified=2023-03-25 16:56:25.051290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.052044000, lastModified=2023-03-25 16:56:25.051290000, delta=754000 ns, racy<=10000 ns 16:56:25.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.052225000, lastModified=2023-03-25 16:56:25.051290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.052225000, lastModified=2023-03-25 16:56:25.051290000, delta=935000 ns, racy<=10000 ns 16:56:25.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.052406000, lastModified=2023-03-25 16:56:25.051290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.052406000, lastModified=2023-03-25 16:56:25.051290000, delta=1116000 ns, racy<=10000 ns 16:56:25.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.052595000, lastModified=2023-03-25 16:56:25.051290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.052595000, lastModified=2023-03-25 16:56:25.051290000, delta=1305000 ns, racy<=10000 ns 16:56:25.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.053041000, lastModified=2023-03-25 16:56:25.051290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.051290000 to 2023-03-25 16:56:25.052290000 16:56:25.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.053325000, lastModified=2023-03-25 16:56:25.052290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.053325000, lastModified=2023-03-25 16:56:25.052290000, delta=1035000 ns, racy<=10000 ns 16:56:25.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.053508000, lastModified=2023-03-25 16:56:25.052290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.053508000, lastModified=2023-03-25 16:56:25.052290000, delta=1218000 ns, racy<=10000 ns 16:56:25.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.053689000, lastModified=2023-03-25 16:56:25.052290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.053689000, lastModified=2023-03-25 16:56:25.052290000, delta=1399000 ns, racy<=10000 ns 16:56:25.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.053895000, lastModified=2023-03-25 16:56:25.052290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.052290000 to 2023-03-25 16:56:25.053290000 16:56:25.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.054085000, lastModified=2023-03-25 16:56:25.053290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.054085000, lastModified=2023-03-25 16:56:25.053290000, delta=795000 ns, racy<=10000 ns 16:56:25.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.054262000, lastModified=2023-03-25 16:56:25.053290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.054262000, lastModified=2023-03-25 16:56:25.053290000, delta=972000 ns, racy<=10000 ns 16:56:25.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.054437000, lastModified=2023-03-25 16:56:25.053290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.054437000, lastModified=2023-03-25 16:56:25.053290000, delta=1147000 ns, racy<=10000 ns 16:56:25.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.054613000, lastModified=2023-03-25 16:56:25.053290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.054613000, lastModified=2023-03-25 16:56:25.053290000, delta=1323000 ns, racy<=10000 ns 16:56:25.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.054794000, lastModified=2023-03-25 16:56:25.053290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.053290000 to 2023-03-25 16:56:25.054290000 16:56:25.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.055261000, lastModified=2023-03-25 16:56:25.054290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.055261000, lastModified=2023-03-25 16:56:25.054290000, delta=971000 ns, racy<=10000 ns 16:56:25.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.055546000, lastModified=2023-03-25 16:56:25.054290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.055546000, lastModified=2023-03-25 16:56:25.054290000, delta=1256000 ns, racy<=10000 ns 16:56:25.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.055724000, lastModified=2023-03-25 16:56:25.054290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.055724000, lastModified=2023-03-25 16:56:25.054290000, delta=1434000 ns, racy<=10000 ns 16:56:25.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.055945000, lastModified=2023-03-25 16:56:25.055290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.055945000, lastModified=2023-03-25 16:56:25.055290000, delta=655000 ns, racy<=10000 ns 16:56:25.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.056171000, lastModified=2023-03-25 16:56:25.055290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.056171000, lastModified=2023-03-25 16:56:25.055290000, delta=881000 ns, racy<=10000 ns 16:56:25.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.056376000, lastModified=2023-03-25 16:56:25.055290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.056376000, lastModified=2023-03-25 16:56:25.055290000, delta=1086000 ns, racy<=10000 ns 16:56:25.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.056555000, lastModified=2023-03-25 16:56:25.055290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.056555000, lastModified=2023-03-25 16:56:25.055290000, delta=1265000 ns, racy<=10000 ns 16:56:25.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.056734000, lastModified=2023-03-25 16:56:25.055290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.056734000, lastModified=2023-03-25 16:56:25.055290000, delta=1444000 ns, racy<=10000 ns 16:56:25.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.056976000, lastModified=2023-03-25 16:56:25.056290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.056976000, lastModified=2023-03-25 16:56:25.056290000, delta=686000 ns, racy<=10000 ns 16:56:25.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.057187000, lastModified=2023-03-25 16:56:25.056290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.057187000, lastModified=2023-03-25 16:56:25.056290000, delta=897000 ns, racy<=10000 ns 16:56:25.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.057664000, lastModified=2023-03-25 16:56:25.056290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.057664000, lastModified=2023-03-25 16:56:25.056290000, delta=1374000 ns, racy<=10000 ns 16:56:25.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.057988000, lastModified=2023-03-25 16:56:25.057290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.057988000, lastModified=2023-03-25 16:56:25.057290000, delta=698000 ns, racy<=10000 ns 16:56:25.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.058192000, lastModified=2023-03-25 16:56:25.057290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.058192000, lastModified=2023-03-25 16:56:25.057290000, delta=902000 ns, racy<=10000 ns 16:56:25.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.058368000, lastModified=2023-03-25 16:56:25.057290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.058368000, lastModified=2023-03-25 16:56:25.057290000, delta=1078000 ns, racy<=10000 ns 16:56:25.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.058549000, lastModified=2023-03-25 16:56:25.057290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.058549000, lastModified=2023-03-25 16:56:25.057290000, delta=1259000 ns, racy<=10000 ns 16:56:25.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.058723000, lastModified=2023-03-25 16:56:25.057290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.058723000, lastModified=2023-03-25 16:56:25.057290000, delta=1433000 ns, racy<=10000 ns 16:56:25.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.058928000, lastModified=2023-03-25 16:56:25.058290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.058928000, lastModified=2023-03-25 16:56:25.058290000, delta=638000 ns, racy<=10000 ns 16:56:25.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.059130000, lastModified=2023-03-25 16:56:25.058290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.059130000, lastModified=2023-03-25 16:56:25.058290000, delta=840000 ns, racy<=10000 ns 16:56:25.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.059307000, lastModified=2023-03-25 16:56:25.058290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.059307000, lastModified=2023-03-25 16:56:25.058290000, delta=1017000 ns, racy<=10000 ns 16:56:25.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.059491000, lastModified=2023-03-25 16:56:25.058290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.059491000, lastModified=2023-03-25 16:56:25.058290000, delta=1201000 ns, racy<=10000 ns 16:56:25.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.060030000, lastModified=2023-03-25 16:56:25.058290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.058290000 to 2023-03-25 16:56:25.059290000 16:56:25.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.060336000, lastModified=2023-03-25 16:56:25.059290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.060336000, lastModified=2023-03-25 16:56:25.059290000, delta=1046000 ns, racy<=10000 ns 16:56:25.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.060528000, lastModified=2023-03-25 16:56:25.059290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.060528000, lastModified=2023-03-25 16:56:25.059290000, delta=1238000 ns, racy<=10000 ns 16:56:25.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.060807000, lastModified=2023-03-25 16:56:25.059290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.059290000 to 2023-03-25 16:56:25.060290000 16:56:25.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.061226000, lastModified=2023-03-25 16:56:25.060290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.061226000, lastModified=2023-03-25 16:56:25.060290000, delta=936000 ns, racy<=10000 ns 16:56:25.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.061632000, lastModified=2023-03-25 16:56:25.060290000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.061632000, lastModified=2023-03-25 16:56:25.060290000, delta=1342000 ns, racy<=10000 ns 16:56:25.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.061927000, lastModified=2023-03-25 16:56:25.061291000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.061927000, lastModified=2023-03-25 16:56:25.061291000, delta=636000 ns, racy<=10000 ns 16:56:25.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.062329000, lastModified=2023-03-25 16:56:25.061291000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.062329000, lastModified=2023-03-25 16:56:25.061291000, delta=1038000 ns, racy<=10000 ns 16:56:25.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.062766000, lastModified=2023-03-25 16:56:25.061291000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.061291000 to 2023-03-25 16:56:25.062291000 16:56:25.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.063162000, lastModified=2023-03-25 16:56:25.062291000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.063162000, lastModified=2023-03-25 16:56:25.062291000, delta=871000 ns, racy<=10000 ns 16:56:25.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.114219000, lastModified=2023-03-25 16:56:25.112291000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.112291000 to 2023-03-25 16:56:25.113292000 16:56:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.114572000, lastModified=2023-03-25 16:56:25.113292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.114572000, lastModified=2023-03-25 16:56:25.113292000, delta=1280000 ns, racy<=10000 ns 16:56:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.114816000, lastModified=2023-03-25 16:56:25.113292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.113292000 to 2023-03-25 16:56:25.114292000 16:56:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.115020000, lastModified=2023-03-25 16:56:25.114292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.115020000, lastModified=2023-03-25 16:56:25.114292000, delta=728000 ns, racy<=10000 ns 16:56:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.115252000, lastModified=2023-03-25 16:56:25.114292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.115252000, lastModified=2023-03-25 16:56:25.114292000, delta=960000 ns, racy<=10000 ns 16:56:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.115433000, lastModified=2023-03-25 16:56:25.114292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.115433000, lastModified=2023-03-25 16:56:25.114292000, delta=1141000 ns, racy<=10000 ns 16:56:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.115612000, lastModified=2023-03-25 16:56:25.114292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.115612000, lastModified=2023-03-25 16:56:25.114292000, delta=1320000 ns, racy<=10000 ns 16:56:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.115812000, lastModified=2023-03-25 16:56:25.114292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.114292000 to 2023-03-25 16:56:25.115292000 16:56:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.116053000, lastModified=2023-03-25 16:56:25.115292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.116053000, lastModified=2023-03-25 16:56:25.115292000, delta=761000 ns, racy<=10000 ns 16:56:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.116279000, lastModified=2023-03-25 16:56:25.115292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.116279000, lastModified=2023-03-25 16:56:25.115292000, delta=987000 ns, racy<=10000 ns 16:56:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.116714000, lastModified=2023-03-25 16:56:25.115292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.115292000 to 2023-03-25 16:56:25.116292000 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.117004000, lastModified=2023-03-25 16:56:25.116292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.117004000, lastModified=2023-03-25 16:56:25.116292000, delta=712000 ns, racy<=10000 ns 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.117211000, lastModified=2023-03-25 16:56:25.116292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.117211000, lastModified=2023-03-25 16:56:25.116292000, delta=919000 ns, racy<=10000 ns 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.117389000, lastModified=2023-03-25 16:56:25.116292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.117389000, lastModified=2023-03-25 16:56:25.116292000, delta=1097000 ns, racy<=10000 ns 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.117563000, lastModified=2023-03-25 16:56:25.116292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.117563000, lastModified=2023-03-25 16:56:25.116292000, delta=1271000 ns, racy<=10000 ns 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.117744000, lastModified=2023-03-25 16:56:25.116292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.117744000, lastModified=2023-03-25 16:56:25.116292000, delta=1452000 ns, racy<=10000 ns 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.117948000, lastModified=2023-03-25 16:56:25.117292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.117948000, lastModified=2023-03-25 16:56:25.117292000, delta=656000 ns, racy<=10000 ns 16:56:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.118147000, lastModified=2023-03-25 16:56:25.117292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.118147000, lastModified=2023-03-25 16:56:25.117292000, delta=855000 ns, racy<=10000 ns 16:56:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.118330000, lastModified=2023-03-25 16:56:25.117292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.118330000, lastModified=2023-03-25 16:56:25.117292000, delta=1038000 ns, racy<=10000 ns 16:56:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.118510000, lastModified=2023-03-25 16:56:25.117292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.118510000, lastModified=2023-03-25 16:56:25.117292000, delta=1218000 ns, racy<=10000 ns 16:56:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.118847000, lastModified=2023-03-25 16:56:25.117292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.117292000 to 2023-03-25 16:56:25.118292000 16:56:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.119185000, lastModified=2023-03-25 16:56:25.118292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.119185000, lastModified=2023-03-25 16:56:25.118292000, delta=893000 ns, racy<=10000 ns 16:56:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.119366000, lastModified=2023-03-25 16:56:25.118292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.119366000, lastModified=2023-03-25 16:56:25.118292000, delta=1074000 ns, racy<=10000 ns 16:56:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.119545000, lastModified=2023-03-25 16:56:25.118292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.119545000, lastModified=2023-03-25 16:56:25.118292000, delta=1253000 ns, racy<=10000 ns 16:56:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.119721000, lastModified=2023-03-25 16:56:25.118292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.119721000, lastModified=2023-03-25 16:56:25.118292000, delta=1429000 ns, racy<=10000 ns 16:56:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.119 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.119936000, lastModified=2023-03-25 16:56:25.119292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.119936000, lastModified=2023-03-25 16:56:25.119292000, delta=644000 ns, racy<=10000 ns 16:56:25.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.120131000, lastModified=2023-03-25 16:56:25.119292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.120131000, lastModified=2023-03-25 16:56:25.119292000, delta=839000 ns, racy<=10000 ns 16:56:25.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.120309000, lastModified=2023-03-25 16:56:25.119292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.120309000, lastModified=2023-03-25 16:56:25.119292000, delta=1017000 ns, racy<=10000 ns 16:56:25.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.120490000, lastModified=2023-03-25 16:56:25.119292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.120490000, lastModified=2023-03-25 16:56:25.119292000, delta=1198000 ns, racy<=10000 ns 16:56:25.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.120665000, lastModified=2023-03-25 16:56:25.119292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.120665000, lastModified=2023-03-25 16:56:25.119292000, delta=1373000 ns, racy<=10000 ns 16:56:25.120 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.121040000, lastModified=2023-03-25 16:56:25.119292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.119292000 to 2023-03-25 16:56:25.120292000 16:56:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.121333000, lastModified=2023-03-25 16:56:25.120292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.121333000, lastModified=2023-03-25 16:56:25.120292000, delta=1041000 ns, racy<=10000 ns 16:56:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.121512000, lastModified=2023-03-25 16:56:25.120292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.121512000, lastModified=2023-03-25 16:56:25.120292000, delta=1220000 ns, racy<=10000 ns 16:56:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.121687000, lastModified=2023-03-25 16:56:25.120292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.121687000, lastModified=2023-03-25 16:56:25.120292000, delta=1395000 ns, racy<=10000 ns 16:56:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.121865000, lastModified=2023-03-25 16:56:25.120292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.121 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.120292000 to 2023-03-25 16:56:25.121292000 16:56:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.122076000, lastModified=2023-03-25 16:56:25.121292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.122076000, lastModified=2023-03-25 16:56:25.121292000, delta=784000 ns, racy<=10000 ns 16:56:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.122257000, lastModified=2023-03-25 16:56:25.121292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.122257000, lastModified=2023-03-25 16:56:25.121292000, delta=965000 ns, racy<=10000 ns 16:56:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.122435000, lastModified=2023-03-25 16:56:25.121292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.122435000, lastModified=2023-03-25 16:56:25.121292000, delta=1143000 ns, racy<=10000 ns 16:56:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.122611000, lastModified=2023-03-25 16:56:25.121292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.122611000, lastModified=2023-03-25 16:56:25.121292000, delta=1319000 ns, racy<=10000 ns 16:56:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.122820000, lastModified=2023-03-25 16:56:25.121292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.122 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.121292000 to 2023-03-25 16:56:25.122292000 16:56:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.123204000, lastModified=2023-03-25 16:56:25.122292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.123204000, lastModified=2023-03-25 16:56:25.122292000, delta=912000 ns, racy<=10000 ns 16:56:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.123580000, lastModified=2023-03-25 16:56:25.122292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.123580000, lastModified=2023-03-25 16:56:25.122292000, delta=1288000 ns, racy<=10000 ns 16:56:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.123775000, lastModified=2023-03-25 16:56:25.122292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.123775000, lastModified=2023-03-25 16:56:25.122292000, delta=1483000 ns, racy<=10000 ns 16:56:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.123 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.123978000, lastModified=2023-03-25 16:56:25.123292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.123978000, lastModified=2023-03-25 16:56:25.123292000, delta=686000 ns, racy<=10000 ns 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.124159000, lastModified=2023-03-25 16:56:25.123292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.124159000, lastModified=2023-03-25 16:56:25.123292000, delta=867000 ns, racy<=10000 ns 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.124330000, lastModified=2023-03-25 16:56:25.123292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.124330000, lastModified=2023-03-25 16:56:25.123292000, delta=1038000 ns, racy<=10000 ns 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.124498000, lastModified=2023-03-25 16:56:25.123292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.124498000, lastModified=2023-03-25 16:56:25.123292000, delta=1206000 ns, racy<=10000 ns 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.124666000, lastModified=2023-03-25 16:56:25.123292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.124666000, lastModified=2023-03-25 16:56:25.123292000, delta=1374000 ns, racy<=10000 ns 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.124834000, lastModified=2023-03-25 16:56:25.123292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.124 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.123292000 to 2023-03-25 16:56:25.124292000 16:56:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.125046000, lastModified=2023-03-25 16:56:25.124292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.125046000, lastModified=2023-03-25 16:56:25.124292000, delta=754000 ns, racy<=10000 ns 16:56:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.125395000, lastModified=2023-03-25 16:56:25.124292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.125395000, lastModified=2023-03-25 16:56:25.124292000, delta=1103000 ns, racy<=10000 ns 16:56:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.125689000, lastModified=2023-03-25 16:56:25.124292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.125689000, lastModified=2023-03-25 16:56:25.124292000, delta=1397000 ns, racy<=10000 ns 16:56:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.125 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.125857000, lastModified=2023-03-25 16:56:25.124292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.124292000 to 2023-03-25 16:56:25.125292000 16:56:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.126110000, lastModified=2023-03-25 16:56:25.125292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.126110000, lastModified=2023-03-25 16:56:25.125292000, delta=818000 ns, racy<=10000 ns 16:56:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.126326000, lastModified=2023-03-25 16:56:25.125292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.126326000, lastModified=2023-03-25 16:56:25.125292000, delta=1034000 ns, racy<=10000 ns 16:56:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.126508000, lastModified=2023-03-25 16:56:25.125292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.126508000, lastModified=2023-03-25 16:56:25.125292000, delta=1216000 ns, racy<=10000 ns 16:56:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.126691000, lastModified=2023-03-25 16:56:25.125292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.126691000, lastModified=2023-03-25 16:56:25.125292000, delta=1399000 ns, racy<=10000 ns 16:56:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.126 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.126858000, lastModified=2023-03-25 16:56:25.125292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.125292000 to 2023-03-25 16:56:25.126292000 16:56:25.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.127121000, lastModified=2023-03-25 16:56:25.126292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.127121000, lastModified=2023-03-25 16:56:25.126292000, delta=829000 ns, racy<=10000 ns 16:56:25.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.127350000, lastModified=2023-03-25 16:56:25.126292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.127350000, lastModified=2023-03-25 16:56:25.126292000, delta=1058000 ns, racy<=10000 ns 16:56:25.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.127 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.127758000, lastModified=2023-03-25 16:56:25.126292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.126292000 to 2023-03-25 16:56:25.127292000 16:56:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.128162000, lastModified=2023-03-25 16:56:25.127292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.128162000, lastModified=2023-03-25 16:56:25.127292000, delta=870000 ns, racy<=10000 ns 16:56:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.128399000, lastModified=2023-03-25 16:56:25.127292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.128399000, lastModified=2023-03-25 16:56:25.127292000, delta=1107000 ns, racy<=10000 ns 16:56:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.128587000, lastModified=2023-03-25 16:56:25.127292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.128587000, lastModified=2023-03-25 16:56:25.127292000, delta=1295000 ns, racy<=10000 ns 16:56:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.128762000, lastModified=2023-03-25 16:56:25.127292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.128762000, lastModified=2023-03-25 16:56:25.127292000, delta=1470000 ns, racy<=10000 ns 16:56:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.128 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.128964000, lastModified=2023-03-25 16:56:25.128292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.128964000, lastModified=2023-03-25 16:56:25.128292000, delta=672000 ns, racy<=10000 ns 16:56:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.129146000, lastModified=2023-03-25 16:56:25.128292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.129146000, lastModified=2023-03-25 16:56:25.128292000, delta=854000 ns, racy<=10000 ns 16:56:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.129317000, lastModified=2023-03-25 16:56:25.128292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.129317000, lastModified=2023-03-25 16:56:25.128292000, delta=1025000 ns, racy<=10000 ns 16:56:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.129495000, lastModified=2023-03-25 16:56:25.128292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.129495000, lastModified=2023-03-25 16:56:25.128292000, delta=1203000 ns, racy<=10000 ns 16:56:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.129671000, lastModified=2023-03-25 16:56:25.128292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.129671000, lastModified=2023-03-25 16:56:25.128292000, delta=1379000 ns, racy<=10000 ns 16:56:25.129 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.130042000, lastModified=2023-03-25 16:56:25.128292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.128292000 to 2023-03-25 16:56:25.129292000 16:56:25.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.130325000, lastModified=2023-03-25 16:56:25.129292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.130325000, lastModified=2023-03-25 16:56:25.129292000, delta=1033000 ns, racy<=10000 ns 16:56:25.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.130517000, lastModified=2023-03-25 16:56:25.129292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.130517000, lastModified=2023-03-25 16:56:25.129292000, delta=1225000 ns, racy<=10000 ns 16:56:25.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.130702000, lastModified=2023-03-25 16:56:25.129292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.130702000, lastModified=2023-03-25 16:56:25.129292000, delta=1410000 ns, racy<=10000 ns 16:56:25.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.130894000, lastModified=2023-03-25 16:56:25.129292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.129292000 to 2023-03-25 16:56:25.130292000 16:56:25.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.131126000, lastModified=2023-03-25 16:56:25.130292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.131126000, lastModified=2023-03-25 16:56:25.130292000, delta=834000 ns, racy<=10000 ns 16:56:25.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.131296000, lastModified=2023-03-25 16:56:25.130292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.131296000, lastModified=2023-03-25 16:56:25.130292000, delta=1004000 ns, racy<=10000 ns 16:56:25.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.131590000, lastModified=2023-03-25 16:56:25.130292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.131590000, lastModified=2023-03-25 16:56:25.130292000, delta=1298000 ns, racy<=10000 ns 16:56:25.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.131827000, lastModified=2023-03-25 16:56:25.130292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.130292000 to 2023-03-25 16:56:25.131292000 16:56:25.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.132008000, lastModified=2023-03-25 16:56:25.131292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.132008000, lastModified=2023-03-25 16:56:25.131292000, delta=716000 ns, racy<=10000 ns 16:56:25.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.132398000, lastModified=2023-03-25 16:56:25.131292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.132398000, lastModified=2023-03-25 16:56:25.131292000, delta=1106000 ns, racy<=10000 ns 16:56:25.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.132693000, lastModified=2023-03-25 16:56:25.131292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.132693000, lastModified=2023-03-25 16:56:25.131292000, delta=1401000 ns, racy<=10000 ns 16:56:25.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.132886000, lastModified=2023-03-25 16:56:25.131292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.131292000 to 2023-03-25 16:56:25.132292000 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.133072000, lastModified=2023-03-25 16:56:25.132292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.133072000, lastModified=2023-03-25 16:56:25.132292000, delta=780000 ns, racy<=10000 ns 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.133254000, lastModified=2023-03-25 16:56:25.132292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.133254000, lastModified=2023-03-25 16:56:25.132292000, delta=962000 ns, racy<=10000 ns 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.133425000, lastModified=2023-03-25 16:56:25.132292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.133425000, lastModified=2023-03-25 16:56:25.132292000, delta=1133000 ns, racy<=10000 ns 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.133590000, lastModified=2023-03-25 16:56:25.132292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.133590000, lastModified=2023-03-25 16:56:25.132292000, delta=1298000 ns, racy<=10000 ns 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.133755000, lastModified=2023-03-25 16:56:25.132292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.133755000, lastModified=2023-03-25 16:56:25.132292000, delta=1463000 ns, racy<=10000 ns 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.133956000, lastModified=2023-03-25 16:56:25.133292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.133956000, lastModified=2023-03-25 16:56:25.133292000, delta=664000 ns, racy<=10000 ns 16:56:25.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.134131000, lastModified=2023-03-25 16:56:25.133292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.134131000, lastModified=2023-03-25 16:56:25.133292000, delta=839000 ns, racy<=10000 ns 16:56:25.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.134463000, lastModified=2023-03-25 16:56:25.133292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.134463000, lastModified=2023-03-25 16:56:25.133292000, delta=1171000 ns, racy<=10000 ns 16:56:25.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.134642000, lastModified=2023-03-25 16:56:25.133292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.134642000, lastModified=2023-03-25 16:56:25.133292000, delta=1350000 ns, racy<=10000 ns 16:56:25.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.134806000, lastModified=2023-03-25 16:56:25.133292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.133292000 to 2023-03-25 16:56:25.134292000 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.135028000, lastModified=2023-03-25 16:56:25.134292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.135028000, lastModified=2023-03-25 16:56:25.134292000, delta=736000 ns, racy<=10000 ns 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.135211000, lastModified=2023-03-25 16:56:25.134292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.135211000, lastModified=2023-03-25 16:56:25.134292000, delta=919000 ns, racy<=10000 ns 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.135376000, lastModified=2023-03-25 16:56:25.134292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.135376000, lastModified=2023-03-25 16:56:25.134292000, delta=1084000 ns, racy<=10000 ns 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.135546000, lastModified=2023-03-25 16:56:25.134292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.135546000, lastModified=2023-03-25 16:56:25.134292000, delta=1254000 ns, racy<=10000 ns 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.135728000, lastModified=2023-03-25 16:56:25.134292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.135728000, lastModified=2023-03-25 16:56:25.134292000, delta=1436000 ns, racy<=10000 ns 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.135928000, lastModified=2023-03-25 16:56:25.135292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.135928000, lastModified=2023-03-25 16:56:25.135292000, delta=636000 ns, racy<=10000 ns 16:56:25.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.136124000, lastModified=2023-03-25 16:56:25.135292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.136124000, lastModified=2023-03-25 16:56:25.135292000, delta=832000 ns, racy<=10000 ns 16:56:25.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.136457000, lastModified=2023-03-25 16:56:25.135292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.136457000, lastModified=2023-03-25 16:56:25.135292000, delta=1165000 ns, racy<=10000 ns 16:56:25.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.136626000, lastModified=2023-03-25 16:56:25.135292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.136626000, lastModified=2023-03-25 16:56:25.135292000, delta=1334000 ns, racy<=10000 ns 16:56:25.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.136804000, lastModified=2023-03-25 16:56:25.135292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.135292000 to 2023-03-25 16:56:25.136292000 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.137068000, lastModified=2023-03-25 16:56:25.136292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.137068000, lastModified=2023-03-25 16:56:25.136292000, delta=776000 ns, racy<=10000 ns 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.137289000, lastModified=2023-03-25 16:56:25.136292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.137289000, lastModified=2023-03-25 16:56:25.136292000, delta=997000 ns, racy<=10000 ns 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.137456000, lastModified=2023-03-25 16:56:25.136292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.137456000, lastModified=2023-03-25 16:56:25.136292000, delta=1164000 ns, racy<=10000 ns 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.137625000, lastModified=2023-03-25 16:56:25.136292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.137625000, lastModified=2023-03-25 16:56:25.136292000, delta=1333000 ns, racy<=10000 ns 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.137781000, lastModified=2023-03-25 16:56:25.136292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.137781000, lastModified=2023-03-25 16:56:25.136292000, delta=1489000 ns, racy<=10000 ns 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.137972000, lastModified=2023-03-25 16:56:25.137292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.137972000, lastModified=2023-03-25 16:56:25.137292000, delta=680000 ns, racy<=10000 ns 16:56:25.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.138151000, lastModified=2023-03-25 16:56:25.137292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.138151000, lastModified=2023-03-25 16:56:25.137292000, delta=859000 ns, racy<=10000 ns 16:56:25.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.138502000, lastModified=2023-03-25 16:56:25.137292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.138502000, lastModified=2023-03-25 16:56:25.137292000, delta=1210000 ns, racy<=10000 ns 16:56:25.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.138674000, lastModified=2023-03-25 16:56:25.137292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.138674000, lastModified=2023-03-25 16:56:25.137292000, delta=1382000 ns, racy<=10000 ns 16:56:25.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.138843000, lastModified=2023-03-25 16:56:25.137292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.137292000 to 2023-03-25 16:56:25.138292000 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.139025000, lastModified=2023-03-25 16:56:25.138292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.139025000, lastModified=2023-03-25 16:56:25.138292000, delta=733000 ns, racy<=10000 ns 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.139197000, lastModified=2023-03-25 16:56:25.138292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.139197000, lastModified=2023-03-25 16:56:25.138292000, delta=905000 ns, racy<=10000 ns 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.139362000, lastModified=2023-03-25 16:56:25.138292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.139362000, lastModified=2023-03-25 16:56:25.138292000, delta=1070000 ns, racy<=10000 ns 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.139533000, lastModified=2023-03-25 16:56:25.138292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.139533000, lastModified=2023-03-25 16:56:25.138292000, delta=1241000 ns, racy<=10000 ns 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.139703000, lastModified=2023-03-25 16:56:25.138292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.139703000, lastModified=2023-03-25 16:56:25.138292000, delta=1411000 ns, racy<=10000 ns 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.139884000, lastModified=2023-03-25 16:56:25.138292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.138292000 to 2023-03-25 16:56:25.139292000 16:56:25.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.140066000, lastModified=2023-03-25 16:56:25.139292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.140066000, lastModified=2023-03-25 16:56:25.139292000, delta=774000 ns, racy<=10000 ns 16:56:25.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.140428000, lastModified=2023-03-25 16:56:25.139292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.140428000, lastModified=2023-03-25 16:56:25.139292000, delta=1136000 ns, racy<=10000 ns 16:56:25.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.140611000, lastModified=2023-03-25 16:56:25.139292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.140611000, lastModified=2023-03-25 16:56:25.139292000, delta=1319000 ns, racy<=10000 ns 16:56:25.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.140775000, lastModified=2023-03-25 16:56:25.139292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.139292000 to 2023-03-25 16:56:25.140292000 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.141010000, lastModified=2023-03-25 16:56:25.140292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.141010000, lastModified=2023-03-25 16:56:25.140292000, delta=718000 ns, racy<=10000 ns 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.141201000, lastModified=2023-03-25 16:56:25.140292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.141201000, lastModified=2023-03-25 16:56:25.140292000, delta=909000 ns, racy<=10000 ns 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.141366000, lastModified=2023-03-25 16:56:25.140292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.141366000, lastModified=2023-03-25 16:56:25.140292000, delta=1074000 ns, racy<=10000 ns 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.141530000, lastModified=2023-03-25 16:56:25.140292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.141530000, lastModified=2023-03-25 16:56:25.140292000, delta=1238000 ns, racy<=10000 ns 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.141694000, lastModified=2023-03-25 16:56:25.140292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.141694000, lastModified=2023-03-25 16:56:25.140292000, delta=1402000 ns, racy<=10000 ns 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.141883000, lastModified=2023-03-25 16:56:25.140292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.140292000 to 2023-03-25 16:56:25.141292000 16:56:25.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.142066000, lastModified=2023-03-25 16:56:25.141292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.142066000, lastModified=2023-03-25 16:56:25.141292000, delta=774000 ns, racy<=10000 ns 16:56:25.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.142411000, lastModified=2023-03-25 16:56:25.141292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.142411000, lastModified=2023-03-25 16:56:25.141292000, delta=1119000 ns, racy<=10000 ns 16:56:25.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.142576000, lastModified=2023-03-25 16:56:25.141292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.142576000, lastModified=2023-03-25 16:56:25.141292000, delta=1284000 ns, racy<=10000 ns 16:56:25.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.142736000, lastModified=2023-03-25 16:56:25.141292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.142736000, lastModified=2023-03-25 16:56:25.141292000, delta=1444000 ns, racy<=10000 ns 16:56:25.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.142 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.142982000, lastModified=2023-03-25 16:56:25.142292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.142982000, lastModified=2023-03-25 16:56:25.142292000, delta=690000 ns, racy<=10000 ns 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.143165000, lastModified=2023-03-25 16:56:25.142292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.143165000, lastModified=2023-03-25 16:56:25.142292000, delta=873000 ns, racy<=10000 ns 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.143329000, lastModified=2023-03-25 16:56:25.142292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.143329000, lastModified=2023-03-25 16:56:25.142292000, delta=1037000 ns, racy<=10000 ns 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.143491000, lastModified=2023-03-25 16:56:25.142292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.143491000, lastModified=2023-03-25 16:56:25.142292000, delta=1199000 ns, racy<=10000 ns 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.143663000, lastModified=2023-03-25 16:56:25.142292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.143663000, lastModified=2023-03-25 16:56:25.142292000, delta=1371000 ns, racy<=10000 ns 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.143826000, lastModified=2023-03-25 16:56:25.142292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.143 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.142292000 to 2023-03-25 16:56:25.143292000 16:56:25.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.144030000, lastModified=2023-03-25 16:56:25.143292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.144030000, lastModified=2023-03-25 16:56:25.143292000, delta=738000 ns, racy<=10000 ns 16:56:25.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.144440000, lastModified=2023-03-25 16:56:25.143292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.144440000, lastModified=2023-03-25 16:56:25.143292000, delta=1148000 ns, racy<=10000 ns 16:56:25.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.144758000, lastModified=2023-03-25 16:56:25.143292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.144758000, lastModified=2023-03-25 16:56:25.143292000, delta=1466000 ns, racy<=10000 ns 16:56:25.144 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.145017000, lastModified=2023-03-25 16:56:25.144292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.145017000, lastModified=2023-03-25 16:56:25.144292000, delta=725000 ns, racy<=10000 ns 16:56:25.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.145254000, lastModified=2023-03-25 16:56:25.144292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.145254000, lastModified=2023-03-25 16:56:25.144292000, delta=962000 ns, racy<=10000 ns 16:56:25.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.145479000, lastModified=2023-03-25 16:56:25.144292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.145479000, lastModified=2023-03-25 16:56:25.144292000, delta=1187000 ns, racy<=10000 ns 16:56:25.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.145728000, lastModified=2023-03-25 16:56:25.144292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.145728000, lastModified=2023-03-25 16:56:25.144292000, delta=1436000 ns, racy<=10000 ns 16:56:25.145 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.146010000, lastModified=2023-03-25 16:56:25.145292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.146010000, lastModified=2023-03-25 16:56:25.145292000, delta=718000 ns, racy<=10000 ns 16:56:25.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.146266000, lastModified=2023-03-25 16:56:25.145292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.146266000, lastModified=2023-03-25 16:56:25.145292000, delta=974000 ns, racy<=10000 ns 16:56:25.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.146658000, lastModified=2023-03-25 16:56:25.145292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.146658000, lastModified=2023-03-25 16:56:25.145292000, delta=1366000 ns, racy<=10000 ns 16:56:25.146 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.147155000, lastModified=2023-03-25 16:56:25.146292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.147155000, lastModified=2023-03-25 16:56:25.146292000, delta=863000 ns, racy<=10000 ns 16:56:25.147 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.148248000, lastModified=2023-03-25 16:56:25.146292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.146292000 to 2023-03-25 16:56:25.147292000 16:56:25.148 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.148685000, lastModified=2023-03-25 16:56:25.147292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.147292000 to 2023-03-25 16:56:25.148292000 16:56:25.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.149216000, lastModified=2023-03-25 16:56:25.148292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.149216000, lastModified=2023-03-25 16:56:25.148292000, delta=924000 ns, racy<=10000 ns 16:56:25.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.149666000, lastModified=2023-03-25 16:56:25.148292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.148292000 to 2023-03-25 16:56:25.149292000 16:56:25.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.150177000, lastModified=2023-03-25 16:56:25.149292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.150177000, lastModified=2023-03-25 16:56:25.149292000, delta=885000 ns, racy<=10000 ns 16:56:25.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.150500000, lastModified=2023-03-25 16:56:25.149292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.150500000, lastModified=2023-03-25 16:56:25.149292000, delta=1208000 ns, racy<=10000 ns 16:56:25.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.150745000, lastModified=2023-03-25 16:56:25.149292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.150745000, lastModified=2023-03-25 16:56:25.149292000, delta=1453000 ns, racy<=10000 ns 16:56:25.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.150974000, lastModified=2023-03-25 16:56:25.150292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.150974000, lastModified=2023-03-25 16:56:25.150292000, delta=682000 ns, racy<=10000 ns 16:56:25.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.151223000, lastModified=2023-03-25 16:56:25.150292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.151223000, lastModified=2023-03-25 16:56:25.150292000, delta=931000 ns, racy<=10000 ns 16:56:25.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.151441000, lastModified=2023-03-25 16:56:25.150292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.151441000, lastModified=2023-03-25 16:56:25.150292000, delta=1149000 ns, racy<=10000 ns 16:56:25.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.151830000, lastModified=2023-03-25 16:56:25.150292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.150292000 to 2023-03-25 16:56:25.151292000 16:56:25.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.152099000, lastModified=2023-03-25 16:56:25.151292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.152099000, lastModified=2023-03-25 16:56:25.151292000, delta=807000 ns, racy<=10000 ns 16:56:25.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.152355000, lastModified=2023-03-25 16:56:25.151292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.152355000, lastModified=2023-03-25 16:56:25.151292000, delta=1063000 ns, racy<=10000 ns 16:56:25.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.152572000, lastModified=2023-03-25 16:56:25.151292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.152572000, lastModified=2023-03-25 16:56:25.151292000, delta=1280000 ns, racy<=10000 ns 16:56:25.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.152797000, lastModified=2023-03-25 16:56:25.151292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.151292000 to 2023-03-25 16:56:25.152292000 16:56:25.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.153053000, lastModified=2023-03-25 16:56:25.152292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.153053000, lastModified=2023-03-25 16:56:25.152292000, delta=761000 ns, racy<=10000 ns 16:56:25.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.153313000, lastModified=2023-03-25 16:56:25.152292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.153313000, lastModified=2023-03-25 16:56:25.152292000, delta=1021000 ns, racy<=10000 ns 16:56:25.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.153544000, lastModified=2023-03-25 16:56:25.152292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.153544000, lastModified=2023-03-25 16:56:25.152292000, delta=1252000 ns, racy<=10000 ns 16:56:25.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.153785000, lastModified=2023-03-25 16:56:25.152292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.152292000 to 2023-03-25 16:56:25.153292000 16:56:25.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.154039000, lastModified=2023-03-25 16:56:25.153292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.154039000, lastModified=2023-03-25 16:56:25.153292000, delta=747000 ns, racy<=10000 ns 16:56:25.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.154451000, lastModified=2023-03-25 16:56:25.153292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.154451000, lastModified=2023-03-25 16:56:25.153292000, delta=1159000 ns, racy<=10000 ns 16:56:25.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.154699000, lastModified=2023-03-25 16:56:25.153292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.154699000, lastModified=2023-03-25 16:56:25.153292000, delta=1407000 ns, racy<=10000 ns 16:56:25.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.154974000, lastModified=2023-03-25 16:56:25.154292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.154974000, lastModified=2023-03-25 16:56:25.154292000, delta=682000 ns, racy<=10000 ns 16:56:25.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.155213000, lastModified=2023-03-25 16:56:25.154292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.155213000, lastModified=2023-03-25 16:56:25.154292000, delta=921000 ns, racy<=10000 ns 16:56:25.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.155444000, lastModified=2023-03-25 16:56:25.154292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.155444000, lastModified=2023-03-25 16:56:25.154292000, delta=1152000 ns, racy<=10000 ns 16:56:25.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.155680000, lastModified=2023-03-25 16:56:25.154292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.155680000, lastModified=2023-03-25 16:56:25.154292000, delta=1388000 ns, racy<=10000 ns 16:56:25.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.155963000, lastModified=2023-03-25 16:56:25.155292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.155963000, lastModified=2023-03-25 16:56:25.155292000, delta=671000 ns, racy<=10000 ns 16:56:25.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.156219000, lastModified=2023-03-25 16:56:25.155292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.156219000, lastModified=2023-03-25 16:56:25.155292000, delta=927000 ns, racy<=10000 ns 16:56:25.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.156459000, lastModified=2023-03-25 16:56:25.155292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.156459000, lastModified=2023-03-25 16:56:25.155292000, delta=1167000 ns, racy<=10000 ns 16:56:25.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.156688000, lastModified=2023-03-25 16:56:25.155292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.156688000, lastModified=2023-03-25 16:56:25.155292000, delta=1396000 ns, racy<=10000 ns 16:56:25.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.157143000, lastModified=2023-03-25 16:56:25.156292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.157143000, lastModified=2023-03-25 16:56:25.156292000, delta=851000 ns, racy<=10000 ns 16:56:25.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.157405000, lastModified=2023-03-25 16:56:25.156292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.157405000, lastModified=2023-03-25 16:56:25.156292000, delta=1113000 ns, racy<=10000 ns 16:56:25.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.157641000, lastModified=2023-03-25 16:56:25.156292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.157641000, lastModified=2023-03-25 16:56:25.156292000, delta=1349000 ns, racy<=10000 ns 16:56:25.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.157913000, lastModified=2023-03-25 16:56:25.156292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.156292000 to 2023-03-25 16:56:25.157292000 16:56:25.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.158139000, lastModified=2023-03-25 16:56:25.157292000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.158139000, lastModified=2023-03-25 16:56:25.157292000, delta=847000 ns, racy<=10000 ns 16:56:25.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.214079000, lastModified=2023-03-25 16:56:25.213293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.214079000, lastModified=2023-03-25 16:56:25.213293000, delta=786000 ns, racy<=10000 ns 16:56:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.214340000, lastModified=2023-03-25 16:56:25.213293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.214340000, lastModified=2023-03-25 16:56:25.213293000, delta=1047000 ns, racy<=10000 ns 16:56:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.214574000, lastModified=2023-03-25 16:56:25.213293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.214574000, lastModified=2023-03-25 16:56:25.213293000, delta=1281000 ns, racy<=10000 ns 16:56:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.214780000, lastModified=2023-03-25 16:56:25.213293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.214780000, lastModified=2023-03-25 16:56:25.213293000, delta=1487000 ns, racy<=10000 ns 16:56:25.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.214993000, lastModified=2023-03-25 16:56:25.214293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.214993000, lastModified=2023-03-25 16:56:25.214293000, delta=700000 ns, racy<=10000 ns 16:56:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.215469000, lastModified=2023-03-25 16:56:25.214293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.215469000, lastModified=2023-03-25 16:56:25.214293000, delta=1176000 ns, racy<=10000 ns 16:56:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.215719000, lastModified=2023-03-25 16:56:25.214293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.215719000, lastModified=2023-03-25 16:56:25.214293000, delta=1426000 ns, racy<=10000 ns 16:56:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.215941000, lastModified=2023-03-25 16:56:25.215293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.215941000, lastModified=2023-03-25 16:56:25.215293000, delta=648000 ns, racy<=10000 ns 16:56:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.216135000, lastModified=2023-03-25 16:56:25.215293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.216135000, lastModified=2023-03-25 16:56:25.215293000, delta=842000 ns, racy<=10000 ns 16:56:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.216403000, lastModified=2023-03-25 16:56:25.215293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.216403000, lastModified=2023-03-25 16:56:25.215293000, delta=1110000 ns, racy<=10000 ns 16:56:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.216646000, lastModified=2023-03-25 16:56:25.215293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.216646000, lastModified=2023-03-25 16:56:25.215293000, delta=1353000 ns, racy<=10000 ns 16:56:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.216 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.216884000, lastModified=2023-03-25 16:56:25.215293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.215293000 to 2023-03-25 16:56:25.216293000 16:56:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.217153000, lastModified=2023-03-25 16:56:25.216293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.217153000, lastModified=2023-03-25 16:56:25.216293000, delta=860000 ns, racy<=10000 ns 16:56:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.217393000, lastModified=2023-03-25 16:56:25.216293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.217393000, lastModified=2023-03-25 16:56:25.216293000, delta=1100000 ns, racy<=10000 ns 16:56:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.217642000, lastModified=2023-03-25 16:56:25.216293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.217642000, lastModified=2023-03-25 16:56:25.216293000, delta=1349000 ns, racy<=10000 ns 16:56:25.217 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.218060000, lastModified=2023-03-25 16:56:25.216293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.216293000 to 2023-03-25 16:56:25.217293000 16:56:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.218306000, lastModified=2023-03-25 16:56:25.217293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.218306000, lastModified=2023-03-25 16:56:25.217293000, delta=1013000 ns, racy<=10000 ns 16:56:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.218540000, lastModified=2023-03-25 16:56:25.217293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.218540000, lastModified=2023-03-25 16:56:25.217293000, delta=1247000 ns, racy<=10000 ns 16:56:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.218786000, lastModified=2023-03-25 16:56:25.217293000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.218 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.217293000 to 2023-03-25 16:56:25.218294000 16:56:25.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.219049000, lastModified=2023-03-25 16:56:25.218294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.219049000, lastModified=2023-03-25 16:56:25.218294000, delta=755000 ns, racy<=10000 ns 16:56:25.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.219426000, lastModified=2023-03-25 16:56:25.218294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.219426000, lastModified=2023-03-25 16:56:25.218294000, delta=1132000 ns, racy<=10000 ns 16:56:25.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.219619000, lastModified=2023-03-25 16:56:25.218294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.219619000, lastModified=2023-03-25 16:56:25.218294000, delta=1325000 ns, racy<=10000 ns 16:56:25.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.219790000, lastModified=2023-03-25 16:56:25.218294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.219790000, lastModified=2023-03-25 16:56:25.218294000, delta=1496000 ns, racy<=10000 ns 16:56:25.219 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.219996000, lastModified=2023-03-25 16:56:25.219294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.219996000, lastModified=2023-03-25 16:56:25.219294000, delta=702000 ns, racy<=10000 ns 16:56:25.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.220192000, lastModified=2023-03-25 16:56:25.219294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.220192000, lastModified=2023-03-25 16:56:25.219294000, delta=898000 ns, racy<=10000 ns 16:56:25.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.220537000, lastModified=2023-03-25 16:56:25.219294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.220537000, lastModified=2023-03-25 16:56:25.219294000, delta=1243000 ns, racy<=10000 ns 16:56:25.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.220707000, lastModified=2023-03-25 16:56:25.219294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.220707000, lastModified=2023-03-25 16:56:25.219294000, delta=1413000 ns, racy<=10000 ns 16:56:25.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.220 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.220890000, lastModified=2023-03-25 16:56:25.219294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.219294000 to 2023-03-25 16:56:25.220294000 16:56:25.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.221080000, lastModified=2023-03-25 16:56:25.220294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.221080000, lastModified=2023-03-25 16:56:25.220294000, delta=786000 ns, racy<=10000 ns 16:56:25.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.221252000, lastModified=2023-03-25 16:56:25.220294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.221252000, lastModified=2023-03-25 16:56:25.220294000, delta=958000 ns, racy<=10000 ns 16:56:25.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.221537000, lastModified=2023-03-25 16:56:25.220294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.221537000, lastModified=2023-03-25 16:56:25.220294000, delta=1243000 ns, racy<=10000 ns 16:56:25.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.221703000, lastModified=2023-03-25 16:56:25.220294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.221703000, lastModified=2023-03-25 16:56:25.220294000, delta=1409000 ns, racy<=10000 ns 16:56:25.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.221 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.221894000, lastModified=2023-03-25 16:56:25.220294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.220294000 to 2023-03-25 16:56:25.221294000 16:56:25.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.222080000, lastModified=2023-03-25 16:56:25.221294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.222080000, lastModified=2023-03-25 16:56:25.221294000, delta=786000 ns, racy<=10000 ns 16:56:25.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.222248000, lastModified=2023-03-25 16:56:25.221294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.222248000, lastModified=2023-03-25 16:56:25.221294000, delta=954000 ns, racy<=10000 ns 16:56:25.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.222672000, lastModified=2023-03-25 16:56:25.221294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.222672000, lastModified=2023-03-25 16:56:25.221294000, delta=1378000 ns, racy<=10000 ns 16:56:25.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.222 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.222946000, lastModified=2023-03-25 16:56:25.222294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.222946000, lastModified=2023-03-25 16:56:25.222294000, delta=652000 ns, racy<=10000 ns 16:56:25.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.223213000, lastModified=2023-03-25 16:56:25.222294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.223213000, lastModified=2023-03-25 16:56:25.222294000, delta=919000 ns, racy<=10000 ns 16:56:25.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.223454000, lastModified=2023-03-25 16:56:25.222294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.223454000, lastModified=2023-03-25 16:56:25.222294000, delta=1160000 ns, racy<=10000 ns 16:56:25.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.223691000, lastModified=2023-03-25 16:56:25.222294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.223691000, lastModified=2023-03-25 16:56:25.222294000, delta=1397000 ns, racy<=10000 ns 16:56:25.223 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.224032000, lastModified=2023-03-25 16:56:25.223294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.224032000, lastModified=2023-03-25 16:56:25.223294000, delta=738000 ns, racy<=10000 ns 16:56:25.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.224285000, lastModified=2023-03-25 16:56:25.223294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.224285000, lastModified=2023-03-25 16:56:25.223294000, delta=991000 ns, racy<=10000 ns 16:56:25.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.224527000, lastModified=2023-03-25 16:56:25.223294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.224527000, lastModified=2023-03-25 16:56:25.223294000, delta=1233000 ns, racy<=10000 ns 16:56:25.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.224773000, lastModified=2023-03-25 16:56:25.223294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.224 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.223294000 to 2023-03-25 16:56:25.224294000 16:56:25.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.225041000, lastModified=2023-03-25 16:56:25.224294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.225041000, lastModified=2023-03-25 16:56:25.224294000, delta=747000 ns, racy<=10000 ns 16:56:25.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.225489000, lastModified=2023-03-25 16:56:25.224294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.225489000, lastModified=2023-03-25 16:56:25.224294000, delta=1195000 ns, racy<=10000 ns 16:56:25.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.225753000, lastModified=2023-03-25 16:56:25.224294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.225753000, lastModified=2023-03-25 16:56:25.224294000, delta=1459000 ns, racy<=10000 ns 16:56:25.225 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.226039000, lastModified=2023-03-25 16:56:25.225294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.226039000, lastModified=2023-03-25 16:56:25.225294000, delta=745000 ns, racy<=10000 ns 16:56:25.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.226314000, lastModified=2023-03-25 16:56:25.225294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.226314000, lastModified=2023-03-25 16:56:25.225294000, delta=1020000 ns, racy<=10000 ns 16:56:25.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.226551000, lastModified=2023-03-25 16:56:25.225294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.226551000, lastModified=2023-03-25 16:56:25.225294000, delta=1257000 ns, racy<=10000 ns 16:56:25.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.226 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.226909000, lastModified=2023-03-25 16:56:25.225294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.225294000 to 2023-03-25 16:56:25.226294000 16:56:25.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.227167000, lastModified=2023-03-25 16:56:25.226294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.227167000, lastModified=2023-03-25 16:56:25.226294000, delta=873000 ns, racy<=10000 ns 16:56:25.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.227407000, lastModified=2023-03-25 16:56:25.226294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.227407000, lastModified=2023-03-25 16:56:25.226294000, delta=1113000 ns, racy<=10000 ns 16:56:25.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.227644000, lastModified=2023-03-25 16:56:25.226294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.227644000, lastModified=2023-03-25 16:56:25.226294000, delta=1350000 ns, racy<=10000 ns 16:56:25.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.227 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.227920000, lastModified=2023-03-25 16:56:25.226294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.226294000 to 2023-03-25 16:56:25.227294000 16:56:25.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.228338000, lastModified=2023-03-25 16:56:25.227294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.228338000, lastModified=2023-03-25 16:56:25.227294000, delta=1044000 ns, racy<=10000 ns 16:56:25.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.228589000, lastModified=2023-03-25 16:56:25.227294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.228589000, lastModified=2023-03-25 16:56:25.227294000, delta=1295000 ns, racy<=10000 ns 16:56:25.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.228823000, lastModified=2023-03-25 16:56:25.227294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.228 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.227294000 to 2023-03-25 16:56:25.228294000 16:56:25.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.229064000, lastModified=2023-03-25 16:56:25.228294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.229064000, lastModified=2023-03-25 16:56:25.228294000, delta=770000 ns, racy<=10000 ns 16:56:25.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.229313000, lastModified=2023-03-25 16:56:25.228294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.229313000, lastModified=2023-03-25 16:56:25.228294000, delta=1019000 ns, racy<=10000 ns 16:56:25.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.229655000, lastModified=2023-03-25 16:56:25.228294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.229655000, lastModified=2023-03-25 16:56:25.228294000, delta=1361000 ns, racy<=10000 ns 16:56:25.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.229 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.229902000, lastModified=2023-03-25 16:56:25.228294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.228294000 to 2023-03-25 16:56:25.229294000 16:56:25.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.230149000, lastModified=2023-03-25 16:56:25.229294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.230149000, lastModified=2023-03-25 16:56:25.229294000, delta=855000 ns, racy<=10000 ns 16:56:25.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.230379000, lastModified=2023-03-25 16:56:25.229294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.230379000, lastModified=2023-03-25 16:56:25.229294000, delta=1085000 ns, racy<=10000 ns 16:56:25.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.230612000, lastModified=2023-03-25 16:56:25.229294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.230612000, lastModified=2023-03-25 16:56:25.229294000, delta=1318000 ns, racy<=10000 ns 16:56:25.230 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.231023000, lastModified=2023-03-25 16:56:25.229294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.229294000 to 2023-03-25 16:56:25.230294000 16:56:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.231276000, lastModified=2023-03-25 16:56:25.230294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.231276000, lastModified=2023-03-25 16:56:25.230294000, delta=982000 ns, racy<=10000 ns 16:56:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.231491000, lastModified=2023-03-25 16:56:25.230294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.231491000, lastModified=2023-03-25 16:56:25.230294000, delta=1197000 ns, racy<=10000 ns 16:56:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.231688000, lastModified=2023-03-25 16:56:25.230294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.231688000, lastModified=2023-03-25 16:56:25.230294000, delta=1394000 ns, racy<=10000 ns 16:56:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.231900000, lastModified=2023-03-25 16:56:25.230294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.231 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.230294000 to 2023-03-25 16:56:25.231294000 16:56:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.232186000, lastModified=2023-03-25 16:56:25.231294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.232186000, lastModified=2023-03-25 16:56:25.231294000, delta=892000 ns, racy<=10000 ns 16:56:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.232369000, lastModified=2023-03-25 16:56:25.231294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.232369000, lastModified=2023-03-25 16:56:25.231294000, delta=1075000 ns, racy<=10000 ns 16:56:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.232548000, lastModified=2023-03-25 16:56:25.231294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.232548000, lastModified=2023-03-25 16:56:25.231294000, delta=1254000 ns, racy<=10000 ns 16:56:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.232721000, lastModified=2023-03-25 16:56:25.231294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.232721000, lastModified=2023-03-25 16:56:25.231294000, delta=1427000 ns, racy<=10000 ns 16:56:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.232 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.232941000, lastModified=2023-03-25 16:56:25.232294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.232941000, lastModified=2023-03-25 16:56:25.232294000, delta=647000 ns, racy<=10000 ns 16:56:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.233283000, lastModified=2023-03-25 16:56:25.232294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.233283000, lastModified=2023-03-25 16:56:25.232294000, delta=989000 ns, racy<=10000 ns 16:56:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.233468000, lastModified=2023-03-25 16:56:25.232294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.233468000, lastModified=2023-03-25 16:56:25.232294000, delta=1174000 ns, racy<=10000 ns 16:56:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.233649000, lastModified=2023-03-25 16:56:25.232294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.233649000, lastModified=2023-03-25 16:56:25.232294000, delta=1355000 ns, racy<=10000 ns 16:56:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.233821000, lastModified=2023-03-25 16:56:25.232294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.233 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.232294000 to 2023-03-25 16:56:25.233294000 16:56:25.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.234077000, lastModified=2023-03-25 16:56:25.233294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.234077000, lastModified=2023-03-25 16:56:25.233294000, delta=783000 ns, racy<=10000 ns 16:56:25.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.234410000, lastModified=2023-03-25 16:56:25.233294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.234410000, lastModified=2023-03-25 16:56:25.233294000, delta=1116000 ns, racy<=10000 ns 16:56:25.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.234703000, lastModified=2023-03-25 16:56:25.233294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.234703000, lastModified=2023-03-25 16:56:25.233294000, delta=1409000 ns, racy<=10000 ns 16:56:25.234 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.234988000, lastModified=2023-03-25 16:56:25.234294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.234988000, lastModified=2023-03-25 16:56:25.234294000, delta=694000 ns, racy<=10000 ns 16:56:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.235240000, lastModified=2023-03-25 16:56:25.234294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.235240000, lastModified=2023-03-25 16:56:25.234294000, delta=946000 ns, racy<=10000 ns 16:56:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.235508000, lastModified=2023-03-25 16:56:25.234294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.235508000, lastModified=2023-03-25 16:56:25.234294000, delta=1214000 ns, racy<=10000 ns 16:56:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.235 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.235952000, lastModified=2023-03-25 16:56:25.234294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.234294000 to 2023-03-25 16:56:25.235294000 16:56:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.236208000, lastModified=2023-03-25 16:56:25.235294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.236208000, lastModified=2023-03-25 16:56:25.235294000, delta=914000 ns, racy<=10000 ns 16:56:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.236451000, lastModified=2023-03-25 16:56:25.235294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.236451000, lastModified=2023-03-25 16:56:25.235294000, delta=1157000 ns, racy<=10000 ns 16:56:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.236688000, lastModified=2023-03-25 16:56:25.235294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.236688000, lastModified=2023-03-25 16:56:25.235294000, delta=1394000 ns, racy<=10000 ns 16:56:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.236 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.236964000, lastModified=2023-03-25 16:56:25.236294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.236964000, lastModified=2023-03-25 16:56:25.236294000, delta=670000 ns, racy<=10000 ns 16:56:25.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.237308000, lastModified=2023-03-25 16:56:25.236294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.237308000, lastModified=2023-03-25 16:56:25.236294000, delta=1014000 ns, racy<=10000 ns 16:56:25.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.237562000, lastModified=2023-03-25 16:56:25.236294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.237562000, lastModified=2023-03-25 16:56:25.236294000, delta=1268000 ns, racy<=10000 ns 16:56:25.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.237 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.237832000, lastModified=2023-03-25 16:56:25.236294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.236294000 to 2023-03-25 16:56:25.237294000 16:56:25.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.238104000, lastModified=2023-03-25 16:56:25.237294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.238104000, lastModified=2023-03-25 16:56:25.237294000, delta=810000 ns, racy<=10000 ns 16:56:25.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.238349000, lastModified=2023-03-25 16:56:25.237294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.238349000, lastModified=2023-03-25 16:56:25.237294000, delta=1055000 ns, racy<=10000 ns 16:56:25.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.238771000, lastModified=2023-03-25 16:56:25.237294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.238 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.237294000 to 2023-03-25 16:56:25.238294000 16:56:25.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.239059000, lastModified=2023-03-25 16:56:25.238294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.239059000, lastModified=2023-03-25 16:56:25.238294000, delta=765000 ns, racy<=10000 ns 16:56:25.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.239308000, lastModified=2023-03-25 16:56:25.238294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.239308000, lastModified=2023-03-25 16:56:25.238294000, delta=1014000 ns, racy<=10000 ns 16:56:25.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.239545000, lastModified=2023-03-25 16:56:25.238294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.239545000, lastModified=2023-03-25 16:56:25.238294000, delta=1251000 ns, racy<=10000 ns 16:56:25.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.239783000, lastModified=2023-03-25 16:56:25.238294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.239 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.238294000 to 2023-03-25 16:56:25.239294000 16:56:25.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.240174000, lastModified=2023-03-25 16:56:25.239294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.240174000, lastModified=2023-03-25 16:56:25.239294000, delta=880000 ns, racy<=10000 ns 16:56:25.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.240423000, lastModified=2023-03-25 16:56:25.239294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.240423000, lastModified=2023-03-25 16:56:25.239294000, delta=1129000 ns, racy<=10000 ns 16:56:25.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.240661000, lastModified=2023-03-25 16:56:25.239294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.240661000, lastModified=2023-03-25 16:56:25.239294000, delta=1367000 ns, racy<=10000 ns 16:56:25.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.240 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.240933000, lastModified=2023-03-25 16:56:25.240294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.240933000, lastModified=2023-03-25 16:56:25.240294000, delta=639000 ns, racy<=10000 ns 16:56:25.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.241202000, lastModified=2023-03-25 16:56:25.240294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.241202000, lastModified=2023-03-25 16:56:25.240294000, delta=908000 ns, racy<=10000 ns 16:56:25.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.241628000, lastModified=2023-03-25 16:56:25.240294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.241628000, lastModified=2023-03-25 16:56:25.240294000, delta=1334000 ns, racy<=10000 ns 16:56:25.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.241 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.241894000, lastModified=2023-03-25 16:56:25.240294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.240294000 to 2023-03-25 16:56:25.241294000 16:56:25.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.242153000, lastModified=2023-03-25 16:56:25.241294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.242153000, lastModified=2023-03-25 16:56:25.241294000, delta=859000 ns, racy<=10000 ns 16:56:25.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.242414000, lastModified=2023-03-25 16:56:25.241294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.242414000, lastModified=2023-03-25 16:56:25.241294000, delta=1120000 ns, racy<=10000 ns 16:56:25.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.242643000, lastModified=2023-03-25 16:56:25.241294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.242643000, lastModified=2023-03-25 16:56:25.241294000, delta=1349000 ns, racy<=10000 ns 16:56:25.242 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.242989000, lastModified=2023-03-25 16:56:25.242294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.242989000, lastModified=2023-03-25 16:56:25.242294000, delta=695000 ns, racy<=10000 ns 16:56:25.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.243246000, lastModified=2023-03-25 16:56:25.242294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.243246000, lastModified=2023-03-25 16:56:25.242294000, delta=952000 ns, racy<=10000 ns 16:56:25.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.243489000, lastModified=2023-03-25 16:56:25.242294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.243489000, lastModified=2023-03-25 16:56:25.242294000, delta=1195000 ns, racy<=10000 ns 16:56:25.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.243734000, lastModified=2023-03-25 16:56:25.242294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.243734000, lastModified=2023-03-25 16:56:25.242294000, delta=1440000 ns, racy<=10000 ns 16:56:25.243 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.244028000, lastModified=2023-03-25 16:56:25.243294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.244028000, lastModified=2023-03-25 16:56:25.243294000, delta=734000 ns, racy<=10000 ns 16:56:25.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.244487000, lastModified=2023-03-25 16:56:25.243294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.244487000, lastModified=2023-03-25 16:56:25.243294000, delta=1193000 ns, racy<=10000 ns 16:56:25.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.244739000, lastModified=2023-03-25 16:56:25.243294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.244739000, lastModified=2023-03-25 16:56:25.243294000, delta=1445000 ns, racy<=10000 ns 16:56:25.244 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.245010000, lastModified=2023-03-25 16:56:25.244294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.245010000, lastModified=2023-03-25 16:56:25.244294000, delta=716000 ns, racy<=10000 ns 16:56:25.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.245246000, lastModified=2023-03-25 16:56:25.244294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.245246000, lastModified=2023-03-25 16:56:25.244294000, delta=952000 ns, racy<=10000 ns 16:56:25.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.245497000, lastModified=2023-03-25 16:56:25.244294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.245497000, lastModified=2023-03-25 16:56:25.244294000, delta=1203000 ns, racy<=10000 ns 16:56:25.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.245 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.245836000, lastModified=2023-03-25 16:56:25.244294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.244294000 to 2023-03-25 16:56:25.245294000 16:56:25.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.246100000, lastModified=2023-03-25 16:56:25.245294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.246100000, lastModified=2023-03-25 16:56:25.245294000, delta=806000 ns, racy<=10000 ns 16:56:25.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.246336000, lastModified=2023-03-25 16:56:25.245294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.246336000, lastModified=2023-03-25 16:56:25.245294000, delta=1042000 ns, racy<=10000 ns 16:56:25.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.246585000, lastModified=2023-03-25 16:56:25.245294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.246585000, lastModified=2023-03-25 16:56:25.245294000, delta=1291000 ns, racy<=10000 ns 16:56:25.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.246825000, lastModified=2023-03-25 16:56:25.245294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.246 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.245294000 to 2023-03-25 16:56:25.246294000 16:56:25.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.247241000, lastModified=2023-03-25 16:56:25.246294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.247241000, lastModified=2023-03-25 16:56:25.246294000, delta=947000 ns, racy<=10000 ns 16:56:25.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.247496000, lastModified=2023-03-25 16:56:25.246294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.247496000, lastModified=2023-03-25 16:56:25.246294000, delta=1202000 ns, racy<=10000 ns 16:56:25.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.247739000, lastModified=2023-03-25 16:56:25.246294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.247739000, lastModified=2023-03-25 16:56:25.246294000, delta=1445000 ns, racy<=10000 ns 16:56:25.247 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.248022000, lastModified=2023-03-25 16:56:25.247294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.248022000, lastModified=2023-03-25 16:56:25.247294000, delta=728000 ns, racy<=10000 ns 16:56:25.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.248286000, lastModified=2023-03-25 16:56:25.247294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.248286000, lastModified=2023-03-25 16:56:25.247294000, delta=992000 ns, racy<=10000 ns 16:56:25.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.248658000, lastModified=2023-03-25 16:56:25.247294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.248658000, lastModified=2023-03-25 16:56:25.247294000, delta=1364000 ns, racy<=10000 ns 16:56:25.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.248 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.248947000, lastModified=2023-03-25 16:56:25.248294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.248947000, lastModified=2023-03-25 16:56:25.248294000, delta=653000 ns, racy<=10000 ns 16:56:25.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.249223000, lastModified=2023-03-25 16:56:25.248294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.249223000, lastModified=2023-03-25 16:56:25.248294000, delta=929000 ns, racy<=10000 ns 16:56:25.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.249486000, lastModified=2023-03-25 16:56:25.248294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.249486000, lastModified=2023-03-25 16:56:25.248294000, delta=1192000 ns, racy<=10000 ns 16:56:25.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.249734000, lastModified=2023-03-25 16:56:25.248294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.249734000, lastModified=2023-03-25 16:56:25.248294000, delta=1440000 ns, racy<=10000 ns 16:56:25.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.250173000, lastModified=2023-03-25 16:56:25.249294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.250173000, lastModified=2023-03-25 16:56:25.249294000, delta=879000 ns, racy<=10000 ns 16:56:25.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.250441000, lastModified=2023-03-25 16:56:25.249294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.250441000, lastModified=2023-03-25 16:56:25.249294000, delta=1147000 ns, racy<=10000 ns 16:56:25.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.250687000, lastModified=2023-03-25 16:56:25.249294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.250687000, lastModified=2023-03-25 16:56:25.249294000, delta=1393000 ns, racy<=10000 ns 16:56:25.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.250970000, lastModified=2023-03-25 16:56:25.250294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.250970000, lastModified=2023-03-25 16:56:25.250294000, delta=676000 ns, racy<=10000 ns 16:56:25.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.251231000, lastModified=2023-03-25 16:56:25.250294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.251231000, lastModified=2023-03-25 16:56:25.250294000, delta=937000 ns, racy<=10000 ns 16:56:25.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.251571000, lastModified=2023-03-25 16:56:25.250294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.251571000, lastModified=2023-03-25 16:56:25.250294000, delta=1277000 ns, racy<=10000 ns 16:56:25.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.251814000, lastModified=2023-03-25 16:56:25.250294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.250294000 to 2023-03-25 16:56:25.251294000 16:56:25.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.252104000, lastModified=2023-03-25 16:56:25.251294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.252104000, lastModified=2023-03-25 16:56:25.251294000, delta=810000 ns, racy<=10000 ns 16:56:25.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.252343000, lastModified=2023-03-25 16:56:25.251294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.252343000, lastModified=2023-03-25 16:56:25.251294000, delta=1049000 ns, racy<=10000 ns 16:56:25.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.252578000, lastModified=2023-03-25 16:56:25.251294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.252578000, lastModified=2023-03-25 16:56:25.251294000, delta=1284000 ns, racy<=10000 ns 16:56:25.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.252992000, lastModified=2023-03-25 16:56:25.251294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.251294000 to 2023-03-25 16:56:25.252294000 16:56:25.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.253258000, lastModified=2023-03-25 16:56:25.252294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.253258000, lastModified=2023-03-25 16:56:25.252294000, delta=964000 ns, racy<=10000 ns 16:56:25.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.253493000, lastModified=2023-03-25 16:56:25.252294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.253493000, lastModified=2023-03-25 16:56:25.252294000, delta=1199000 ns, racy<=10000 ns 16:56:25.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.253723000, lastModified=2023-03-25 16:56:25.252294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.253723000, lastModified=2023-03-25 16:56:25.252294000, delta=1429000 ns, racy<=10000 ns 16:56:25.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.253987000, lastModified=2023-03-25 16:56:25.253294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.253987000, lastModified=2023-03-25 16:56:25.253294000, delta=693000 ns, racy<=10000 ns 16:56:25.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.254323000, lastModified=2023-03-25 16:56:25.253294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.254323000, lastModified=2023-03-25 16:56:25.253294000, delta=1029000 ns, racy<=10000 ns 16:56:25.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.254566000, lastModified=2023-03-25 16:56:25.253294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.254566000, lastModified=2023-03-25 16:56:25.253294000, delta=1272000 ns, racy<=10000 ns 16:56:25.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.254788000, lastModified=2023-03-25 16:56:25.253294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.254788000, lastModified=2023-03-25 16:56:25.253294000, delta=1494000 ns, racy<=10000 ns 16:56:25.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.255010000, lastModified=2023-03-25 16:56:25.254294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.255010000, lastModified=2023-03-25 16:56:25.254294000, delta=716000 ns, racy<=10000 ns 16:56:25.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.255189000, lastModified=2023-03-25 16:56:25.254294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.255189000, lastModified=2023-03-25 16:56:25.254294000, delta=895000 ns, racy<=10000 ns 16:56:25.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.255516000, lastModified=2023-03-25 16:56:25.254294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.255516000, lastModified=2023-03-25 16:56:25.254294000, delta=1222000 ns, racy<=10000 ns 16:56:25.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.255687000, lastModified=2023-03-25 16:56:25.254294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.255687000, lastModified=2023-03-25 16:56:25.254294000, delta=1393000 ns, racy<=10000 ns 16:56:25.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.255856000, lastModified=2023-03-25 16:56:25.254294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.254294000 to 2023-03-25 16:56:25.255294000 16:56:25.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.256061000, lastModified=2023-03-25 16:56:25.255294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.256061000, lastModified=2023-03-25 16:56:25.255294000, delta=767000 ns, racy<=10000 ns 16:56:25.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.256282000, lastModified=2023-03-25 16:56:25.255294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.256282000, lastModified=2023-03-25 16:56:25.255294000, delta=988000 ns, racy<=10000 ns 16:56:25.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.256616000, lastModified=2023-03-25 16:56:25.255294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.256616000, lastModified=2023-03-25 16:56:25.255294000, delta=1322000 ns, racy<=10000 ns 16:56:25.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.256968000, lastModified=2023-03-25 16:56:25.256294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.256968000, lastModified=2023-03-25 16:56:25.256294000, delta=674000 ns, racy<=10000 ns 16:56:25.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.257221000, lastModified=2023-03-25 16:56:25.256294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.257221000, lastModified=2023-03-25 16:56:25.256294000, delta=927000 ns, racy<=10000 ns 16:56:25.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.257463000, lastModified=2023-03-25 16:56:25.256294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.257463000, lastModified=2023-03-25 16:56:25.256294000, delta=1169000 ns, racy<=10000 ns 16:56:25.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.257697000, lastModified=2023-03-25 16:56:25.256294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.257697000, lastModified=2023-03-25 16:56:25.256294000, delta=1403000 ns, racy<=10000 ns 16:56:25.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.258139000, lastModified=2023-03-25 16:56:25.257294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.258139000, lastModified=2023-03-25 16:56:25.257294000, delta=845000 ns, racy<=10000 ns 16:56:25.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.258404000, lastModified=2023-03-25 16:56:25.257294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.258404000, lastModified=2023-03-25 16:56:25.257294000, delta=1110000 ns, racy<=10000 ns 16:56:25.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.258641000, lastModified=2023-03-25 16:56:25.257294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.258641000, lastModified=2023-03-25 16:56:25.257294000, delta=1347000 ns, racy<=10000 ns 16:56:25.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.258894000, lastModified=2023-03-25 16:56:25.257294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.257294000 to 2023-03-25 16:56:25.258294000 16:56:25.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.259139000, lastModified=2023-03-25 16:56:25.258294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.259139000, lastModified=2023-03-25 16:56:25.258294000, delta=845000 ns, racy<=10000 ns 16:56:25.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.259375000, lastModified=2023-03-25 16:56:25.258294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.259375000, lastModified=2023-03-25 16:56:25.258294000, delta=1081000 ns, racy<=10000 ns 16:56:25.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.259608000, lastModified=2023-03-25 16:56:25.258294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.259608000, lastModified=2023-03-25 16:56:25.258294000, delta=1314000 ns, racy<=10000 ns 16:56:25.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.259839000, lastModified=2023-03-25 16:56:25.258294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.258294000 to 2023-03-25 16:56:25.259294000 16:56:25.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.260111000, lastModified=2023-03-25 16:56:25.259294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.260111000, lastModified=2023-03-25 16:56:25.259294000, delta=817000 ns, racy<=10000 ns 16:56:25.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.260362000, lastModified=2023-03-25 16:56:25.259294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.260362000, lastModified=2023-03-25 16:56:25.259294000, delta=1068000 ns, racy<=10000 ns 16:56:25.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.260848000, lastModified=2023-03-25 16:56:25.259294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.259294000 to 2023-03-25 16:56:25.260294000 16:56:25.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.261154000, lastModified=2023-03-25 16:56:25.260294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.261154000, lastModified=2023-03-25 16:56:25.260294000, delta=860000 ns, racy<=10000 ns 16:56:25.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.261429000, lastModified=2023-03-25 16:56:25.260294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.261429000, lastModified=2023-03-25 16:56:25.260294000, delta=1135000 ns, racy<=10000 ns 16:56:25.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.261694000, lastModified=2023-03-25 16:56:25.260294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.261694000, lastModified=2023-03-25 16:56:25.260294000, delta=1400000 ns, racy<=10000 ns 16:56:25.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.262005000, lastModified=2023-03-25 16:56:25.261294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.262005000, lastModified=2023-03-25 16:56:25.261294000, delta=711000 ns, racy<=10000 ns 16:56:25.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.262268000, lastModified=2023-03-25 16:56:25.261294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.262268000, lastModified=2023-03-25 16:56:25.261294000, delta=974000 ns, racy<=10000 ns 16:56:25.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.262515000, lastModified=2023-03-25 16:56:25.261294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.262515000, lastModified=2023-03-25 16:56:25.261294000, delta=1221000 ns, racy<=10000 ns 16:56:25.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.262760000, lastModified=2023-03-25 16:56:25.261294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.262760000, lastModified=2023-03-25 16:56:25.261294000, delta=1466000 ns, racy<=10000 ns 16:56:25.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.263037000, lastModified=2023-03-25 16:56:25.262294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.263037000, lastModified=2023-03-25 16:56:25.262294000, delta=743000 ns, racy<=10000 ns 16:56:25.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.263310000, lastModified=2023-03-25 16:56:25.262294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.263310000, lastModified=2023-03-25 16:56:25.262294000, delta=1016000 ns, racy<=10000 ns 16:56:25.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.263723000, lastModified=2023-03-25 16:56:25.262294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.263723000, lastModified=2023-03-25 16:56:25.262294000, delta=1429000 ns, racy<=10000 ns 16:56:25.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.264032000, lastModified=2023-03-25 16:56:25.263294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.264032000, lastModified=2023-03-25 16:56:25.263294000, delta=738000 ns, racy<=10000 ns 16:56:25.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.264319000, lastModified=2023-03-25 16:56:25.263294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.264319000, lastModified=2023-03-25 16:56:25.263294000, delta=1025000 ns, racy<=10000 ns 16:56:25.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.264554000, lastModified=2023-03-25 16:56:25.263294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.264554000, lastModified=2023-03-25 16:56:25.263294000, delta=1260000 ns, racy<=10000 ns 16:56:25.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.264786000, lastModified=2023-03-25 16:56:25.263294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.263294000 to 2023-03-25 16:56:25.264294000 16:56:25.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.265055000, lastModified=2023-03-25 16:56:25.264294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.265055000, lastModified=2023-03-25 16:56:25.264294000, delta=761000 ns, racy<=10000 ns 16:56:25.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.265302000, lastModified=2023-03-25 16:56:25.264294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.265302000, lastModified=2023-03-25 16:56:25.264294000, delta=1008000 ns, racy<=10000 ns 16:56:25.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.265531000, lastModified=2023-03-25 16:56:25.264294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.265531000, lastModified=2023-03-25 16:56:25.264294000, delta=1237000 ns, racy<=10000 ns 16:56:25.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.265773000, lastModified=2023-03-25 16:56:25.264294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.264294000 to 2023-03-25 16:56:25.265294000 16:56:25.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.266070000, lastModified=2023-03-25 16:56:25.265294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.266070000, lastModified=2023-03-25 16:56:25.265294000, delta=776000 ns, racy<=10000 ns 16:56:25.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.266516000, lastModified=2023-03-25 16:56:25.265294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.266516000, lastModified=2023-03-25 16:56:25.265294000, delta=1222000 ns, racy<=10000 ns 16:56:25.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.266768000, lastModified=2023-03-25 16:56:25.265294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.266768000, lastModified=2023-03-25 16:56:25.265294000, delta=1474000 ns, racy<=10000 ns 16:56:25.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.267089000, lastModified=2023-03-25 16:56:25.266294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.267089000, lastModified=2023-03-25 16:56:25.266294000, delta=795000 ns, racy<=10000 ns 16:56:25.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.267343000, lastModified=2023-03-25 16:56:25.266294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.267343000, lastModified=2023-03-25 16:56:25.266294000, delta=1049000 ns, racy<=10000 ns 16:56:25.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.267586000, lastModified=2023-03-25 16:56:25.266294000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.267586000, lastModified=2023-03-25 16:56:25.266294000, delta=1292000 ns, racy<=10000 ns 16:56:25.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.314012000, lastModified=2023-03-25 16:56:25.313295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.314012000, lastModified=2023-03-25 16:56:25.313295000, delta=717000 ns, racy<=10000 ns 16:56:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.314321000, lastModified=2023-03-25 16:56:25.313295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.314321000, lastModified=2023-03-25 16:56:25.313295000, delta=1026000 ns, racy<=10000 ns 16:56:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.314580000, lastModified=2023-03-25 16:56:25.313295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.314580000, lastModified=2023-03-25 16:56:25.313295000, delta=1285000 ns, racy<=10000 ns 16:56:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.314823000, lastModified=2023-03-25 16:56:25.313295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.313295000 to 2023-03-25 16:56:25.314295000 16:56:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.315162000, lastModified=2023-03-25 16:56:25.314295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.315162000, lastModified=2023-03-25 16:56:25.314295000, delta=867000 ns, racy<=10000 ns 16:56:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.315768000, lastModified=2023-03-25 16:56:25.314295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.314295000 to 2023-03-25 16:56:25.315295000 16:56:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.316052000, lastModified=2023-03-25 16:56:25.315295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.316052000, lastModified=2023-03-25 16:56:25.315295000, delta=757000 ns, racy<=10000 ns 16:56:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.316309000, lastModified=2023-03-25 16:56:25.315295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.316309000, lastModified=2023-03-25 16:56:25.315295000, delta=1014000 ns, racy<=10000 ns 16:56:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.316554000, lastModified=2023-03-25 16:56:25.315295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.316554000, lastModified=2023-03-25 16:56:25.315295000, delta=1259000 ns, racy<=10000 ns 16:56:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.316804000, lastModified=2023-03-25 16:56:25.315295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.315295000 to 2023-03-25 16:56:25.316295000 16:56:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.317072000, lastModified=2023-03-25 16:56:25.316295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.317072000, lastModified=2023-03-25 16:56:25.316295000, delta=777000 ns, racy<=10000 ns 16:56:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.317321000, lastModified=2023-03-25 16:56:25.316295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.317321000, lastModified=2023-03-25 16:56:25.316295000, delta=1026000 ns, racy<=10000 ns 16:56:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.317557000, lastModified=2023-03-25 16:56:25.316295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.317557000, lastModified=2023-03-25 16:56:25.316295000, delta=1262000 ns, racy<=10000 ns 16:56:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.317801000, lastModified=2023-03-25 16:56:25.316295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.317 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.316295000 to 2023-03-25 16:56:25.317295000 16:56:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.318072000, lastModified=2023-03-25 16:56:25.317295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.318072000, lastModified=2023-03-25 16:56:25.317295000, delta=777000 ns, racy<=10000 ns 16:56:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.318496000, lastModified=2023-03-25 16:56:25.317295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.318496000, lastModified=2023-03-25 16:56:25.317295000, delta=1201000 ns, racy<=10000 ns 16:56:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.318748000, lastModified=2023-03-25 16:56:25.317295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.318748000, lastModified=2023-03-25 16:56:25.317295000, delta=1453000 ns, racy<=10000 ns 16:56:25.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.319025000, lastModified=2023-03-25 16:56:25.318295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.319025000, lastModified=2023-03-25 16:56:25.318295000, delta=730000 ns, racy<=10000 ns 16:56:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.319270000, lastModified=2023-03-25 16:56:25.318295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.319270000, lastModified=2023-03-25 16:56:25.318295000, delta=975000 ns, racy<=10000 ns 16:56:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.319507000, lastModified=2023-03-25 16:56:25.318295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.319507000, lastModified=2023-03-25 16:56:25.318295000, delta=1212000 ns, racy<=10000 ns 16:56:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.319770000, lastModified=2023-03-25 16:56:25.318295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.319770000, lastModified=2023-03-25 16:56:25.318295000, delta=1475000 ns, racy<=10000 ns 16:56:25.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.320047000, lastModified=2023-03-25 16:56:25.319295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.320047000, lastModified=2023-03-25 16:56:25.319295000, delta=752000 ns, racy<=10000 ns 16:56:25.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.320293000, lastModified=2023-03-25 16:56:25.319295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.320293000, lastModified=2023-03-25 16:56:25.319295000, delta=998000 ns, racy<=10000 ns 16:56:25.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.320535000, lastModified=2023-03-25 16:56:25.319295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.320535000, lastModified=2023-03-25 16:56:25.319295000, delta=1240000 ns, racy<=10000 ns 16:56:25.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.320774000, lastModified=2023-03-25 16:56:25.319295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.319295000 to 2023-03-25 16:56:25.320295000 16:56:25.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.321254000, lastModified=2023-03-25 16:56:25.320295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.321254000, lastModified=2023-03-25 16:56:25.320295000, delta=959000 ns, racy<=10000 ns 16:56:25.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.321518000, lastModified=2023-03-25 16:56:25.320295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.321518000, lastModified=2023-03-25 16:56:25.320295000, delta=1223000 ns, racy<=10000 ns 16:56:25.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.321760000, lastModified=2023-03-25 16:56:25.320295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.321760000, lastModified=2023-03-25 16:56:25.320295000, delta=1465000 ns, racy<=10000 ns 16:56:25.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.322041000, lastModified=2023-03-25 16:56:25.321295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.322041000, lastModified=2023-03-25 16:56:25.321295000, delta=746000 ns, racy<=10000 ns 16:56:25.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.322283000, lastModified=2023-03-25 16:56:25.321295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.322283000, lastModified=2023-03-25 16:56:25.321295000, delta=988000 ns, racy<=10000 ns 16:56:25.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.322525000, lastModified=2023-03-25 16:56:25.321295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.322525000, lastModified=2023-03-25 16:56:25.321295000, delta=1230000 ns, racy<=10000 ns 16:56:25.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.322976000, lastModified=2023-03-25 16:56:25.322295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.322976000, lastModified=2023-03-25 16:56:25.322295000, delta=681000 ns, racy<=10000 ns 16:56:25.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.323229000, lastModified=2023-03-25 16:56:25.322295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.323229000, lastModified=2023-03-25 16:56:25.322295000, delta=934000 ns, racy<=10000 ns 16:56:25.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.323482000, lastModified=2023-03-25 16:56:25.322295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.323482000, lastModified=2023-03-25 16:56:25.322295000, delta=1187000 ns, racy<=10000 ns 16:56:25.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.323749000, lastModified=2023-03-25 16:56:25.322295000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.323749000, lastModified=2023-03-25 16:56:25.322295000, delta=1454000 ns, racy<=10000 ns 16:56:25.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.324201000, lastModified=2023-03-25 16:56:25.323296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.324201000, lastModified=2023-03-25 16:56:25.323296000, delta=905000 ns, racy<=10000 ns 16:56:25.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.324457000, lastModified=2023-03-25 16:56:25.323296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.324457000, lastModified=2023-03-25 16:56:25.323296000, delta=1161000 ns, racy<=10000 ns 16:56:25.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.324698000, lastModified=2023-03-25 16:56:25.323296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.324698000, lastModified=2023-03-25 16:56:25.323296000, delta=1402000 ns, racy<=10000 ns 16:56:25.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.324966000, lastModified=2023-03-25 16:56:25.324296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.324966000, lastModified=2023-03-25 16:56:25.324296000, delta=670000 ns, racy<=10000 ns 16:56:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.325202000, lastModified=2023-03-25 16:56:25.324296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.325202000, lastModified=2023-03-25 16:56:25.324296000, delta=906000 ns, racy<=10000 ns 16:56:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.325432000, lastModified=2023-03-25 16:56:25.324296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.325432000, lastModified=2023-03-25 16:56:25.324296000, delta=1136000 ns, racy<=10000 ns 16:56:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.325665000, lastModified=2023-03-25 16:56:25.324296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.325665000, lastModified=2023-03-25 16:56:25.324296000, delta=1369000 ns, racy<=10000 ns 16:56:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.325924000, lastModified=2023-03-25 16:56:25.324296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.324296000 to 2023-03-25 16:56:25.325296000 16:56:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.326143000, lastModified=2023-03-25 16:56:25.325296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.326143000, lastModified=2023-03-25 16:56:25.325296000, delta=847000 ns, racy<=10000 ns 16:56:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.326372000, lastModified=2023-03-25 16:56:25.325296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.326372000, lastModified=2023-03-25 16:56:25.325296000, delta=1076000 ns, racy<=10000 ns 16:56:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.326767000, lastModified=2023-03-25 16:56:25.325296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.326767000, lastModified=2023-03-25 16:56:25.325296000, delta=1471000 ns, racy<=10000 ns 16:56:25.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.327057000, lastModified=2023-03-25 16:56:25.326296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.327057000, lastModified=2023-03-25 16:56:25.326296000, delta=761000 ns, racy<=10000 ns 16:56:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.327297000, lastModified=2023-03-25 16:56:25.326296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.327297000, lastModified=2023-03-25 16:56:25.326296000, delta=1001000 ns, racy<=10000 ns 16:56:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.327521000, lastModified=2023-03-25 16:56:25.326296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.327521000, lastModified=2023-03-25 16:56:25.326296000, delta=1225000 ns, racy<=10000 ns 16:56:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.327747000, lastModified=2023-03-25 16:56:25.326296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.327747000, lastModified=2023-03-25 16:56:25.326296000, delta=1451000 ns, racy<=10000 ns 16:56:25.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.328011000, lastModified=2023-03-25 16:56:25.327296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.328011000, lastModified=2023-03-25 16:56:25.327296000, delta=715000 ns, racy<=10000 ns 16:56:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.328249000, lastModified=2023-03-25 16:56:25.327296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.328249000, lastModified=2023-03-25 16:56:25.327296000, delta=953000 ns, racy<=10000 ns 16:56:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.328476000, lastModified=2023-03-25 16:56:25.327296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.328476000, lastModified=2023-03-25 16:56:25.327296000, delta=1180000 ns, racy<=10000 ns 16:56:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.328704000, lastModified=2023-03-25 16:56:25.327296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.328704000, lastModified=2023-03-25 16:56:25.327296000, delta=1408000 ns, racy<=10000 ns 16:56:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.328961000, lastModified=2023-03-25 16:56:25.328296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.328961000, lastModified=2023-03-25 16:56:25.328296000, delta=665000 ns, racy<=10000 ns 16:56:25.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.329416000, lastModified=2023-03-25 16:56:25.328296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.329416000, lastModified=2023-03-25 16:56:25.328296000, delta=1120000 ns, racy<=10000 ns 16:56:25.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.329663000, lastModified=2023-03-25 16:56:25.328296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.329663000, lastModified=2023-03-25 16:56:25.328296000, delta=1367000 ns, racy<=10000 ns 16:56:25.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.329957000, lastModified=2023-03-25 16:56:25.329296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.329957000, lastModified=2023-03-25 16:56:25.329296000, delta=661000 ns, racy<=10000 ns 16:56:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.330196000, lastModified=2023-03-25 16:56:25.329296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.330196000, lastModified=2023-03-25 16:56:25.329296000, delta=900000 ns, racy<=10000 ns 16:56:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.330423000, lastModified=2023-03-25 16:56:25.329296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.330423000, lastModified=2023-03-25 16:56:25.329296000, delta=1127000 ns, racy<=10000 ns 16:56:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.330656000, lastModified=2023-03-25 16:56:25.329296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.330656000, lastModified=2023-03-25 16:56:25.329296000, delta=1360000 ns, racy<=10000 ns 16:56:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.330955000, lastModified=2023-03-25 16:56:25.330296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.330955000, lastModified=2023-03-25 16:56:25.330296000, delta=659000 ns, racy<=10000 ns 16:56:25.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.331190000, lastModified=2023-03-25 16:56:25.330296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.331190000, lastModified=2023-03-25 16:56:25.330296000, delta=894000 ns, racy<=10000 ns 16:56:25.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.331415000, lastModified=2023-03-25 16:56:25.330296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.331415000, lastModified=2023-03-25 16:56:25.330296000, delta=1119000 ns, racy<=10000 ns 16:56:25.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.331653000, lastModified=2023-03-25 16:56:25.330296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.331653000, lastModified=2023-03-25 16:56:25.330296000, delta=1357000 ns, racy<=10000 ns 16:56:25.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.332085000, lastModified=2023-03-25 16:56:25.330296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.330296000 to 2023-03-25 16:56:25.331296000 16:56:25.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.332321000, lastModified=2023-03-25 16:56:25.331296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.332321000, lastModified=2023-03-25 16:56:25.331296000, delta=1025000 ns, racy<=10000 ns 16:56:25.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.332557000, lastModified=2023-03-25 16:56:25.331296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.332557000, lastModified=2023-03-25 16:56:25.331296000, delta=1261000 ns, racy<=10000 ns 16:56:25.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.332781000, lastModified=2023-03-25 16:56:25.331296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.331296000 to 2023-03-25 16:56:25.332296000 16:56:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.333035000, lastModified=2023-03-25 16:56:25.332296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.333035000, lastModified=2023-03-25 16:56:25.332296000, delta=739000 ns, racy<=10000 ns 16:56:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.333270000, lastModified=2023-03-25 16:56:25.332296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.333270000, lastModified=2023-03-25 16:56:25.332296000, delta=974000 ns, racy<=10000 ns 16:56:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.333495000, lastModified=2023-03-25 16:56:25.332296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.333495000, lastModified=2023-03-25 16:56:25.332296000, delta=1199000 ns, racy<=10000 ns 16:56:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.333746000, lastModified=2023-03-25 16:56:25.332296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.333746000, lastModified=2023-03-25 16:56:25.332296000, delta=1450000 ns, racy<=10000 ns 16:56:25.333 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.334032000, lastModified=2023-03-25 16:56:25.333296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.334032000, lastModified=2023-03-25 16:56:25.333296000, delta=736000 ns, racy<=10000 ns 16:56:25.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.334256000, lastModified=2023-03-25 16:56:25.333296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.334256000, lastModified=2023-03-25 16:56:25.333296000, delta=960000 ns, racy<=10000 ns 16:56:25.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.334658000, lastModified=2023-03-25 16:56:25.333296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.334658000, lastModified=2023-03-25 16:56:25.333296000, delta=1362000 ns, racy<=10000 ns 16:56:25.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.334841000, lastModified=2023-03-25 16:56:25.333296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.334 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.333296000 to 2023-03-25 16:56:25.334296000 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.335023000, lastModified=2023-03-25 16:56:25.334296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.335023000, lastModified=2023-03-25 16:56:25.334296000, delta=727000 ns, racy<=10000 ns 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.335200000, lastModified=2023-03-25 16:56:25.334296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.335200000, lastModified=2023-03-25 16:56:25.334296000, delta=904000 ns, racy<=10000 ns 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.335368000, lastModified=2023-03-25 16:56:25.334296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.335368000, lastModified=2023-03-25 16:56:25.334296000, delta=1072000 ns, racy<=10000 ns 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.335535000, lastModified=2023-03-25 16:56:25.334296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.335535000, lastModified=2023-03-25 16:56:25.334296000, delta=1239000 ns, racy<=10000 ns 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.335739000, lastModified=2023-03-25 16:56:25.334296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.335739000, lastModified=2023-03-25 16:56:25.334296000, delta=1443000 ns, racy<=10000 ns 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.335928000, lastModified=2023-03-25 16:56:25.335296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.335928000, lastModified=2023-03-25 16:56:25.335296000, delta=632000 ns, racy<=10000 ns 16:56:25.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.336127000, lastModified=2023-03-25 16:56:25.335296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.336127000, lastModified=2023-03-25 16:56:25.335296000, delta=831000 ns, racy<=10000 ns 16:56:25.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.336311000, lastModified=2023-03-25 16:56:25.335296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.336311000, lastModified=2023-03-25 16:56:25.335296000, delta=1015000 ns, racy<=10000 ns 16:56:25.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.336777000, lastModified=2023-03-25 16:56:25.335296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.336777000, lastModified=2023-03-25 16:56:25.335296000, delta=1481000 ns, racy<=10000 ns 16:56:25.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.336999000, lastModified=2023-03-25 16:56:25.336296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.336999000, lastModified=2023-03-25 16:56:25.336296000, delta=703000 ns, racy<=10000 ns 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.337229000, lastModified=2023-03-25 16:56:25.336296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.337229000, lastModified=2023-03-25 16:56:25.336296000, delta=933000 ns, racy<=10000 ns 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.337438000, lastModified=2023-03-25 16:56:25.336296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.337438000, lastModified=2023-03-25 16:56:25.336296000, delta=1142000 ns, racy<=10000 ns 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.337617000, lastModified=2023-03-25 16:56:25.336296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.337617000, lastModified=2023-03-25 16:56:25.336296000, delta=1321000 ns, racy<=10000 ns 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.337782000, lastModified=2023-03-25 16:56:25.336296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.337782000, lastModified=2023-03-25 16:56:25.336296000, delta=1486000 ns, racy<=10000 ns 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.337974000, lastModified=2023-03-25 16:56:25.337296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.337974000, lastModified=2023-03-25 16:56:25.337296000, delta=678000 ns, racy<=10000 ns 16:56:25.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.338149000, lastModified=2023-03-25 16:56:25.337296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.338149000, lastModified=2023-03-25 16:56:25.337296000, delta=853000 ns, racy<=10000 ns 16:56:25.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.338313000, lastModified=2023-03-25 16:56:25.337296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.338313000, lastModified=2023-03-25 16:56:25.337296000, delta=1017000 ns, racy<=10000 ns 16:56:25.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.338484000, lastModified=2023-03-25 16:56:25.337296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.338484000, lastModified=2023-03-25 16:56:25.337296000, delta=1188000 ns, racy<=10000 ns 16:56:25.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.339023000, lastModified=2023-03-25 16:56:25.337296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.337296000 to 2023-03-25 16:56:25.338296000 16:56:25.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.339237000, lastModified=2023-03-25 16:56:25.338296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.339237000, lastModified=2023-03-25 16:56:25.338296000, delta=941000 ns, racy<=10000 ns 16:56:25.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.339416000, lastModified=2023-03-25 16:56:25.338296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.339416000, lastModified=2023-03-25 16:56:25.338296000, delta=1120000 ns, racy<=10000 ns 16:56:25.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.339667000, lastModified=2023-03-25 16:56:25.338296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.339667000, lastModified=2023-03-25 16:56:25.338296000, delta=1371000 ns, racy<=10000 ns 16:56:25.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.339892000, lastModified=2023-03-25 16:56:25.338296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.338296000 to 2023-03-25 16:56:25.339296000 16:56:25.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.340075000, lastModified=2023-03-25 16:56:25.339296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.340075000, lastModified=2023-03-25 16:56:25.339296000, delta=779000 ns, racy<=10000 ns 16:56:25.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.340286000, lastModified=2023-03-25 16:56:25.339296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.340286000, lastModified=2023-03-25 16:56:25.339296000, delta=990000 ns, racy<=10000 ns 16:56:25.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.340484000, lastModified=2023-03-25 16:56:25.339296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.340484000, lastModified=2023-03-25 16:56:25.339296000, delta=1188000 ns, racy<=10000 ns 16:56:25.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.340665000, lastModified=2023-03-25 16:56:25.339296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.340665000, lastModified=2023-03-25 16:56:25.339296000, delta=1369000 ns, racy<=10000 ns 16:56:25.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.340834000, lastModified=2023-03-25 16:56:25.339296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.339296000 to 2023-03-25 16:56:25.340296000 16:56:25.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.341276000, lastModified=2023-03-25 16:56:25.340296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.341276000, lastModified=2023-03-25 16:56:25.340296000, delta=980000 ns, racy<=10000 ns 16:56:25.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.341447000, lastModified=2023-03-25 16:56:25.340296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.341447000, lastModified=2023-03-25 16:56:25.340296000, delta=1151000 ns, racy<=10000 ns 16:56:25.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.341617000, lastModified=2023-03-25 16:56:25.340296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.341617000, lastModified=2023-03-25 16:56:25.340296000, delta=1321000 ns, racy<=10000 ns 16:56:25.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.341785000, lastModified=2023-03-25 16:56:25.340296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.341785000, lastModified=2023-03-25 16:56:25.340296000, delta=1489000 ns, racy<=10000 ns 16:56:25.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.341963000, lastModified=2023-03-25 16:56:25.341296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.341963000, lastModified=2023-03-25 16:56:25.341296000, delta=667000 ns, racy<=10000 ns 16:56:25.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.342166000, lastModified=2023-03-25 16:56:25.341296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.342166000, lastModified=2023-03-25 16:56:25.341296000, delta=870000 ns, racy<=10000 ns 16:56:25.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.342329000, lastModified=2023-03-25 16:56:25.341296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.342329000, lastModified=2023-03-25 16:56:25.341296000, delta=1033000 ns, racy<=10000 ns 16:56:25.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.342494000, lastModified=2023-03-25 16:56:25.341296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.342494000, lastModified=2023-03-25 16:56:25.341296000, delta=1198000 ns, racy<=10000 ns 16:56:25.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.342657000, lastModified=2023-03-25 16:56:25.341296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.342657000, lastModified=2023-03-25 16:56:25.341296000, delta=1361000 ns, racy<=10000 ns 16:56:25.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.342 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.342820000, lastModified=2023-03-25 16:56:25.341296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.341296000 to 2023-03-25 16:56:25.342296000 16:56:25.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.343250000, lastModified=2023-03-25 16:56:25.342296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.343250000, lastModified=2023-03-25 16:56:25.342296000, delta=954000 ns, racy<=10000 ns 16:56:25.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.343418000, lastModified=2023-03-25 16:56:25.342296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.343418000, lastModified=2023-03-25 16:56:25.342296000, delta=1122000 ns, racy<=10000 ns 16:56:25.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.343577000, lastModified=2023-03-25 16:56:25.342296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.343577000, lastModified=2023-03-25 16:56:25.342296000, delta=1281000 ns, racy<=10000 ns 16:56:25.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.343748000, lastModified=2023-03-25 16:56:25.342296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.343748000, lastModified=2023-03-25 16:56:25.342296000, delta=1452000 ns, racy<=10000 ns 16:56:25.343 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.344002000, lastModified=2023-03-25 16:56:25.343296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.344002000, lastModified=2023-03-25 16:56:25.343296000, delta=706000 ns, racy<=10000 ns 16:56:25.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.344284000, lastModified=2023-03-25 16:56:25.343296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.344284000, lastModified=2023-03-25 16:56:25.343296000, delta=988000 ns, racy<=10000 ns 16:56:25.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.344537000, lastModified=2023-03-25 16:56:25.343296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.344537000, lastModified=2023-03-25 16:56:25.343296000, delta=1241000 ns, racy<=10000 ns 16:56:25.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.344714000, lastModified=2023-03-25 16:56:25.343296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.344714000, lastModified=2023-03-25 16:56:25.343296000, delta=1418000 ns, racy<=10000 ns 16:56:25.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.344 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.344919000, lastModified=2023-03-25 16:56:25.344296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.344919000, lastModified=2023-03-25 16:56:25.344296000, delta=623000 ns, racy<=10000 ns 16:56:25.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.345092000, lastModified=2023-03-25 16:56:25.344296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.345092000, lastModified=2023-03-25 16:56:25.344296000, delta=796000 ns, racy<=10000 ns 16:56:25.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.345556000, lastModified=2023-03-25 16:56:25.344296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.345556000, lastModified=2023-03-25 16:56:25.344296000, delta=1260000 ns, racy<=10000 ns 16:56:25.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.345722000, lastModified=2023-03-25 16:56:25.344296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.345722000, lastModified=2023-03-25 16:56:25.344296000, delta=1426000 ns, racy<=10000 ns 16:56:25.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.345 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.345915000, lastModified=2023-03-25 16:56:25.345296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.345915000, lastModified=2023-03-25 16:56:25.345296000, delta=619000 ns, racy<=10000 ns 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.346102000, lastModified=2023-03-25 16:56:25.345296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.346102000, lastModified=2023-03-25 16:56:25.345296000, delta=806000 ns, racy<=10000 ns 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.346268000, lastModified=2023-03-25 16:56:25.345296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.346268000, lastModified=2023-03-25 16:56:25.345296000, delta=972000 ns, racy<=10000 ns 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.346430000, lastModified=2023-03-25 16:56:25.345296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.346430000, lastModified=2023-03-25 16:56:25.345296000, delta=1134000 ns, racy<=10000 ns 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.346593000, lastModified=2023-03-25 16:56:25.345296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.346593000, lastModified=2023-03-25 16:56:25.345296000, delta=1297000 ns, racy<=10000 ns 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.346754000, lastModified=2023-03-25 16:56:25.345296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.346754000, lastModified=2023-03-25 16:56:25.345296000, delta=1458000 ns, racy<=10000 ns 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.346 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.346962000, lastModified=2023-03-25 16:56:25.346296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.346962000, lastModified=2023-03-25 16:56:25.346296000, delta=666000 ns, racy<=10000 ns 16:56:25.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.347124000, lastModified=2023-03-25 16:56:25.346296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.347124000, lastModified=2023-03-25 16:56:25.346296000, delta=828000 ns, racy<=10000 ns 16:56:25.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.347648000, lastModified=2023-03-25 16:56:25.346296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.347648000, lastModified=2023-03-25 16:56:25.346296000, delta=1352000 ns, racy<=10000 ns 16:56:25.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.347856000, lastModified=2023-03-25 16:56:25.346296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.347 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.346296000 to 2023-03-25 16:56:25.347296000 16:56:25.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.348043000, lastModified=2023-03-25 16:56:25.347296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.348043000, lastModified=2023-03-25 16:56:25.347296000, delta=747000 ns, racy<=10000 ns 16:56:25.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.348304000, lastModified=2023-03-25 16:56:25.347296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.348304000, lastModified=2023-03-25 16:56:25.347296000, delta=1008000 ns, racy<=10000 ns 16:56:25.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.348469000, lastModified=2023-03-25 16:56:25.347296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.348469000, lastModified=2023-03-25 16:56:25.347296000, delta=1173000 ns, racy<=10000 ns 16:56:25.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.348635000, lastModified=2023-03-25 16:56:25.347296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.348635000, lastModified=2023-03-25 16:56:25.347296000, delta=1339000 ns, racy<=10000 ns 16:56:25.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.348799000, lastModified=2023-03-25 16:56:25.347296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.348799000, lastModified=2023-03-25 16:56:25.347296000, delta=1503000 ns, racy<=10000 ns 16:56:25.348 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.348994000, lastModified=2023-03-25 16:56:25.348296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.348994000, lastModified=2023-03-25 16:56:25.348296000, delta=698000 ns, racy<=10000 ns 16:56:25.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.349166000, lastModified=2023-03-25 16:56:25.348296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.349166000, lastModified=2023-03-25 16:56:25.348296000, delta=870000 ns, racy<=10000 ns 16:56:25.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.349334000, lastModified=2023-03-25 16:56:25.348296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.349334000, lastModified=2023-03-25 16:56:25.348296000, delta=1038000 ns, racy<=10000 ns 16:56:25.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.349828000, lastModified=2023-03-25 16:56:25.348296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.348296000 to 2023-03-25 16:56:25.349296000 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.350024000, lastModified=2023-03-25 16:56:25.349296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.350024000, lastModified=2023-03-25 16:56:25.349296000, delta=728000 ns, racy<=10000 ns 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.350194000, lastModified=2023-03-25 16:56:25.349296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.350194000, lastModified=2023-03-25 16:56:25.349296000, delta=898000 ns, racy<=10000 ns 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.350358000, lastModified=2023-03-25 16:56:25.349296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.350358000, lastModified=2023-03-25 16:56:25.349296000, delta=1062000 ns, racy<=10000 ns 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.350522000, lastModified=2023-03-25 16:56:25.349296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.350522000, lastModified=2023-03-25 16:56:25.349296000, delta=1226000 ns, racy<=10000 ns 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.350689000, lastModified=2023-03-25 16:56:25.349296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.350689000, lastModified=2023-03-25 16:56:25.349296000, delta=1393000 ns, racy<=10000 ns 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.350852000, lastModified=2023-03-25 16:56:25.349296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.349296000 to 2023-03-25 16:56:25.350296000 16:56:25.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.351054000, lastModified=2023-03-25 16:56:25.350296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.351054000, lastModified=2023-03-25 16:56:25.350296000, delta=758000 ns, racy<=10000 ns 16:56:25.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.351222000, lastModified=2023-03-25 16:56:25.350296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.351222000, lastModified=2023-03-25 16:56:25.350296000, delta=926000 ns, racy<=10000 ns 16:56:25.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.351386000, lastModified=2023-03-25 16:56:25.350296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.351386000, lastModified=2023-03-25 16:56:25.350296000, delta=1090000 ns, racy<=10000 ns 16:56:25.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.351845000, lastModified=2023-03-25 16:56:25.350296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.350296000 to 2023-03-25 16:56:25.351296000 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.352040000, lastModified=2023-03-25 16:56:25.351296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.352040000, lastModified=2023-03-25 16:56:25.351296000, delta=744000 ns, racy<=10000 ns 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.352214000, lastModified=2023-03-25 16:56:25.351296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.352214000, lastModified=2023-03-25 16:56:25.351296000, delta=918000 ns, racy<=10000 ns 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.352370000, lastModified=2023-03-25 16:56:25.351296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.352370000, lastModified=2023-03-25 16:56:25.351296000, delta=1074000 ns, racy<=10000 ns 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.352530000, lastModified=2023-03-25 16:56:25.351296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.352530000, lastModified=2023-03-25 16:56:25.351296000, delta=1234000 ns, racy<=10000 ns 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.352692000, lastModified=2023-03-25 16:56:25.351296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.352692000, lastModified=2023-03-25 16:56:25.351296000, delta=1396000 ns, racy<=10000 ns 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.352854000, lastModified=2023-03-25 16:56:25.351296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.351296000 to 2023-03-25 16:56:25.352296000 16:56:25.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.353058000, lastModified=2023-03-25 16:56:25.352296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.353058000, lastModified=2023-03-25 16:56:25.352296000, delta=762000 ns, racy<=10000 ns 16:56:25.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.353227000, lastModified=2023-03-25 16:56:25.352296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.353227000, lastModified=2023-03-25 16:56:25.352296000, delta=931000 ns, racy<=10000 ns 16:56:25.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.353388000, lastModified=2023-03-25 16:56:25.352296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.353388000, lastModified=2023-03-25 16:56:25.352296000, delta=1092000 ns, racy<=10000 ns 16:56:25.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.353844000, lastModified=2023-03-25 16:56:25.352296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.352296000 to 2023-03-25 16:56:25.353296000 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.354065000, lastModified=2023-03-25 16:56:25.353296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.354065000, lastModified=2023-03-25 16:56:25.353296000, delta=769000 ns, racy<=10000 ns 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.354283000, lastModified=2023-03-25 16:56:25.353296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.354283000, lastModified=2023-03-25 16:56:25.353296000, delta=987000 ns, racy<=10000 ns 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.354464000, lastModified=2023-03-25 16:56:25.353296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.354464000, lastModified=2023-03-25 16:56:25.353296000, delta=1168000 ns, racy<=10000 ns 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.354627000, lastModified=2023-03-25 16:56:25.353296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.354627000, lastModified=2023-03-25 16:56:25.353296000, delta=1331000 ns, racy<=10000 ns 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.354788000, lastModified=2023-03-25 16:56:25.353296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.354788000, lastModified=2023-03-25 16:56:25.353296000, delta=1492000 ns, racy<=10000 ns 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.354972000, lastModified=2023-03-25 16:56:25.354296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.354972000, lastModified=2023-03-25 16:56:25.354296000, delta=676000 ns, racy<=10000 ns 16:56:25.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.355132000, lastModified=2023-03-25 16:56:25.354296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.355132000, lastModified=2023-03-25 16:56:25.354296000, delta=836000 ns, racy<=10000 ns 16:56:25.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.355294000, lastModified=2023-03-25 16:56:25.354296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.355294000, lastModified=2023-03-25 16:56:25.354296000, delta=998000 ns, racy<=10000 ns 16:56:25.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.355458000, lastModified=2023-03-25 16:56:25.354296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.355458000, lastModified=2023-03-25 16:56:25.354296000, delta=1162000 ns, racy<=10000 ns 16:56:25.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.355954000, lastModified=2023-03-25 16:56:25.354296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.354296000 to 2023-03-25 16:56:25.355296000 16:56:25.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.356155000, lastModified=2023-03-25 16:56:25.355296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.356155000, lastModified=2023-03-25 16:56:25.355296000, delta=859000 ns, racy<=10000 ns 16:56:25.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.356379000, lastModified=2023-03-25 16:56:25.355296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.356379000, lastModified=2023-03-25 16:56:25.355296000, delta=1083000 ns, racy<=10000 ns 16:56:25.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.356620000, lastModified=2023-03-25 16:56:25.355296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.356620000, lastModified=2023-03-25 16:56:25.355296000, delta=1324000 ns, racy<=10000 ns 16:56:25.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.356857000, lastModified=2023-03-25 16:56:25.355296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.355296000 to 2023-03-25 16:56:25.356296000 16:56:25.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.357158000, lastModified=2023-03-25 16:56:25.356296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.357158000, lastModified=2023-03-25 16:56:25.356296000, delta=862000 ns, racy<=10000 ns 16:56:25.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.357394000, lastModified=2023-03-25 16:56:25.356296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.357394000, lastModified=2023-03-25 16:56:25.356296000, delta=1098000 ns, racy<=10000 ns 16:56:25.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.357640000, lastModified=2023-03-25 16:56:25.356296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.357640000, lastModified=2023-03-25 16:56:25.356296000, delta=1344000 ns, racy<=10000 ns 16:56:25.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.357900000, lastModified=2023-03-25 16:56:25.356296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.356296000 to 2023-03-25 16:56:25.357296000 16:56:25.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.358156000, lastModified=2023-03-25 16:56:25.357296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.358156000, lastModified=2023-03-25 16:56:25.357296000, delta=860000 ns, racy<=10000 ns 16:56:25.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.358722000, lastModified=2023-03-25 16:56:25.357296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.358722000, lastModified=2023-03-25 16:56:25.357296000, delta=1426000 ns, racy<=10000 ns 16:56:25.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.359017000, lastModified=2023-03-25 16:56:25.358296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.359017000, lastModified=2023-03-25 16:56:25.358296000, delta=721000 ns, racy<=10000 ns 16:56:25.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.359260000, lastModified=2023-03-25 16:56:25.358296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.359260000, lastModified=2023-03-25 16:56:25.358296000, delta=964000 ns, racy<=10000 ns 16:56:25.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.359501000, lastModified=2023-03-25 16:56:25.358296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.359501000, lastModified=2023-03-25 16:56:25.358296000, delta=1205000 ns, racy<=10000 ns 16:56:25.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.359734000, lastModified=2023-03-25 16:56:25.358296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.359734000, lastModified=2023-03-25 16:56:25.358296000, delta=1438000 ns, racy<=10000 ns 16:56:25.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.360028000, lastModified=2023-03-25 16:56:25.359296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.360028000, lastModified=2023-03-25 16:56:25.359296000, delta=732000 ns, racy<=10000 ns 16:56:25.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.360262000, lastModified=2023-03-25 16:56:25.359296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.360262000, lastModified=2023-03-25 16:56:25.359296000, delta=966000 ns, racy<=10000 ns 16:56:25.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.360491000, lastModified=2023-03-25 16:56:25.359296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.360491000, lastModified=2023-03-25 16:56:25.359296000, delta=1195000 ns, racy<=10000 ns 16:56:25.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.360724000, lastModified=2023-03-25 16:56:25.359296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.360724000, lastModified=2023-03-25 16:56:25.359296000, delta=1428000 ns, racy<=10000 ns 16:56:25.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.360991000, lastModified=2023-03-25 16:56:25.360296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.360991000, lastModified=2023-03-25 16:56:25.360296000, delta=695000 ns, racy<=10000 ns 16:56:25.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.361548000, lastModified=2023-03-25 16:56:25.360296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.361548000, lastModified=2023-03-25 16:56:25.360296000, delta=1252000 ns, racy<=10000 ns 16:56:25.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.361788000, lastModified=2023-03-25 16:56:25.360296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.360296000 to 2023-03-25 16:56:25.361296000 16:56:25.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.362056000, lastModified=2023-03-25 16:56:25.361296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.362056000, lastModified=2023-03-25 16:56:25.361296000, delta=760000 ns, racy<=10000 ns 16:56:25.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.362336000, lastModified=2023-03-25 16:56:25.361296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.362336000, lastModified=2023-03-25 16:56:25.361296000, delta=1040000 ns, racy<=10000 ns 16:56:25.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.362612000, lastModified=2023-03-25 16:56:25.361296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.362612000, lastModified=2023-03-25 16:56:25.361296000, delta=1316000 ns, racy<=10000 ns 16:56:25.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.362938000, lastModified=2023-03-25 16:56:25.361296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.361296000 to 2023-03-25 16:56:25.362296000 16:56:25.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.363254000, lastModified=2023-03-25 16:56:25.362296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.363254000, lastModified=2023-03-25 16:56:25.362296000, delta=958000 ns, racy<=10000 ns 16:56:25.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.363472000, lastModified=2023-03-25 16:56:25.362296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.363472000, lastModified=2023-03-25 16:56:25.362296000, delta=1176000 ns, racy<=10000 ns 16:56:25.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.363764000, lastModified=2023-03-25 16:56:25.362296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.363764000, lastModified=2023-03-25 16:56:25.362296000, delta=1468000 ns, racy<=10000 ns 16:56:25.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.364043000, lastModified=2023-03-25 16:56:25.363296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.364043000, lastModified=2023-03-25 16:56:25.363296000, delta=747000 ns, racy<=10000 ns 16:56:25.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.364724000, lastModified=2023-03-25 16:56:25.363296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.364724000, lastModified=2023-03-25 16:56:25.363296000, delta=1428000 ns, racy<=10000 ns 16:56:25.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.365021000, lastModified=2023-03-25 16:56:25.364296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.365021000, lastModified=2023-03-25 16:56:25.364296000, delta=725000 ns, racy<=10000 ns 16:56:25.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.365276000, lastModified=2023-03-25 16:56:25.364296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.365276000, lastModified=2023-03-25 16:56:25.364296000, delta=980000 ns, racy<=10000 ns 16:56:25.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.365511000, lastModified=2023-03-25 16:56:25.364296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.365511000, lastModified=2023-03-25 16:56:25.364296000, delta=1215000 ns, racy<=10000 ns 16:56:25.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.365746000, lastModified=2023-03-25 16:56:25.364296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.365746000, lastModified=2023-03-25 16:56:25.364296000, delta=1450000 ns, racy<=10000 ns 16:56:25.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.366018000, lastModified=2023-03-25 16:56:25.365296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.366018000, lastModified=2023-03-25 16:56:25.365296000, delta=722000 ns, racy<=10000 ns 16:56:25.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.366257000, lastModified=2023-03-25 16:56:25.365296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.366257000, lastModified=2023-03-25 16:56:25.365296000, delta=961000 ns, racy<=10000 ns 16:56:25.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.366494000, lastModified=2023-03-25 16:56:25.365296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.366494000, lastModified=2023-03-25 16:56:25.365296000, delta=1198000 ns, racy<=10000 ns 16:56:25.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.366729000, lastModified=2023-03-25 16:56:25.365296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.366729000, lastModified=2023-03-25 16:56:25.365296000, delta=1433000 ns, racy<=10000 ns 16:56:25.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.367040000, lastModified=2023-03-25 16:56:25.366296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.367040000, lastModified=2023-03-25 16:56:25.366296000, delta=744000 ns, racy<=10000 ns 16:56:25.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.367660000, lastModified=2023-03-25 16:56:25.366296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.367660000, lastModified=2023-03-25 16:56:25.366296000, delta=1364000 ns, racy<=10000 ns 16:56:25.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.367980000, lastModified=2023-03-25 16:56:25.367296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.367980000, lastModified=2023-03-25 16:56:25.367296000, delta=684000 ns, racy<=10000 ns 16:56:25.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.368230000, lastModified=2023-03-25 16:56:25.367296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.368230000, lastModified=2023-03-25 16:56:25.367296000, delta=934000 ns, racy<=10000 ns 16:56:25.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.368477000, lastModified=2023-03-25 16:56:25.367296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.368477000, lastModified=2023-03-25 16:56:25.367296000, delta=1181000 ns, racy<=10000 ns 16:56:25.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.368714000, lastModified=2023-03-25 16:56:25.367296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.368714000, lastModified=2023-03-25 16:56:25.367296000, delta=1418000 ns, racy<=10000 ns 16:56:25.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.368988000, lastModified=2023-03-25 16:56:25.368296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.368988000, lastModified=2023-03-25 16:56:25.368296000, delta=692000 ns, racy<=10000 ns 16:56:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.369228000, lastModified=2023-03-25 16:56:25.368296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.369228000, lastModified=2023-03-25 16:56:25.368296000, delta=932000 ns, racy<=10000 ns 16:56:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.369458000, lastModified=2023-03-25 16:56:25.368296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.369458000, lastModified=2023-03-25 16:56:25.368296000, delta=1162000 ns, racy<=10000 ns 16:56:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.369682000, lastModified=2023-03-25 16:56:25.368296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.369682000, lastModified=2023-03-25 16:56:25.368296000, delta=1386000 ns, racy<=10000 ns 16:56:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.369933000, lastModified=2023-03-25 16:56:25.369296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.369933000, lastModified=2023-03-25 16:56:25.369296000, delta=637000 ns, racy<=10000 ns 16:56:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.370465000, lastModified=2023-03-25 16:56:25.369296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.370465000, lastModified=2023-03-25 16:56:25.369296000, delta=1169000 ns, racy<=10000 ns 16:56:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.370646000, lastModified=2023-03-25 16:56:25.369296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.370646000, lastModified=2023-03-25 16:56:25.369296000, delta=1350000 ns, racy<=10000 ns 16:56:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.370814000, lastModified=2023-03-25 16:56:25.369296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.369296000 to 2023-03-25 16:56:25.370296000 16:56:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.371049000, lastModified=2023-03-25 16:56:25.370296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.371049000, lastModified=2023-03-25 16:56:25.370296000, delta=753000 ns, racy<=10000 ns 16:56:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.371277000, lastModified=2023-03-25 16:56:25.370296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.371277000, lastModified=2023-03-25 16:56:25.370296000, delta=981000 ns, racy<=10000 ns 16:56:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.371490000, lastModified=2023-03-25 16:56:25.370296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.371490000, lastModified=2023-03-25 16:56:25.370296000, delta=1194000 ns, racy<=10000 ns 16:56:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.371686000, lastModified=2023-03-25 16:56:25.370296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.371686000, lastModified=2023-03-25 16:56:25.370296000, delta=1390000 ns, racy<=10000 ns 16:56:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.371931000, lastModified=2023-03-25 16:56:25.371296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.371931000, lastModified=2023-03-25 16:56:25.371296000, delta=635000 ns, racy<=10000 ns 16:56:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.372130000, lastModified=2023-03-25 16:56:25.371296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.372130000, lastModified=2023-03-25 16:56:25.371296000, delta=834000 ns, racy<=10000 ns 16:56:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.372294000, lastModified=2023-03-25 16:56:25.371296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.372294000, lastModified=2023-03-25 16:56:25.371296000, delta=998000 ns, racy<=10000 ns 16:56:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.372623000, lastModified=2023-03-25 16:56:25.371296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.372623000, lastModified=2023-03-25 16:56:25.371296000, delta=1327000 ns, racy<=10000 ns 16:56:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.372790000, lastModified=2023-03-25 16:56:25.371296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.372790000, lastModified=2023-03-25 16:56:25.371296000, delta=1494000 ns, racy<=10000 ns 16:56:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.372985000, lastModified=2023-03-25 16:56:25.372296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.372985000, lastModified=2023-03-25 16:56:25.372296000, delta=689000 ns, racy<=10000 ns 16:56:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.373150000, lastModified=2023-03-25 16:56:25.372296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.373150000, lastModified=2023-03-25 16:56:25.372296000, delta=854000 ns, racy<=10000 ns 16:56:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.373312000, lastModified=2023-03-25 16:56:25.372296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.373312000, lastModified=2023-03-25 16:56:25.372296000, delta=1016000 ns, racy<=10000 ns 16:56:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.373474000, lastModified=2023-03-25 16:56:25.372296000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.373474000, lastModified=2023-03-25 16:56:25.372296000, delta=1178000 ns, racy<=10000 ns 16:56:25.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.414071000, lastModified=2023-03-25 16:56:25.413297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.414071000, lastModified=2023-03-25 16:56:25.413297000, delta=774000 ns, racy<=10000 ns 16:56:25.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.414384000, lastModified=2023-03-25 16:56:25.413297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.414384000, lastModified=2023-03-25 16:56:25.413297000, delta=1087000 ns, racy<=10000 ns 16:56:25.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.414613000, lastModified=2023-03-25 16:56:25.413297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.414613000, lastModified=2023-03-25 16:56:25.413297000, delta=1316000 ns, racy<=10000 ns 16:56:25.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.414850000, lastModified=2023-03-25 16:56:25.413297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.413297000 to 2023-03-25 16:56:25.414297000 16:56:25.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.415331000, lastModified=2023-03-25 16:56:25.414297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.415331000, lastModified=2023-03-25 16:56:25.414297000, delta=1034000 ns, racy<=10000 ns 16:56:25.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.415644000, lastModified=2023-03-25 16:56:25.414297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.415644000, lastModified=2023-03-25 16:56:25.414297000, delta=1347000 ns, racy<=10000 ns 16:56:25.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.415895000, lastModified=2023-03-25 16:56:25.414297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.414297000 to 2023-03-25 16:56:25.415297000 16:56:25.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.416131000, lastModified=2023-03-25 16:56:25.415297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.416131000, lastModified=2023-03-25 16:56:25.415297000, delta=834000 ns, racy<=10000 ns 16:56:25.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.416360000, lastModified=2023-03-25 16:56:25.415297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.416360000, lastModified=2023-03-25 16:56:25.415297000, delta=1063000 ns, racy<=10000 ns 16:56:25.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.416596000, lastModified=2023-03-25 16:56:25.415297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.416596000, lastModified=2023-03-25 16:56:25.415297000, delta=1299000 ns, racy<=10000 ns 16:56:25.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.416826000, lastModified=2023-03-25 16:56:25.415297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.415297000 to 2023-03-25 16:56:25.416297000 16:56:25.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.417068000, lastModified=2023-03-25 16:56:25.416297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.417068000, lastModified=2023-03-25 16:56:25.416297000, delta=771000 ns, racy<=10000 ns 16:56:25.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.417359000, lastModified=2023-03-25 16:56:25.416297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.417359000, lastModified=2023-03-25 16:56:25.416297000, delta=1062000 ns, racy<=10000 ns 16:56:25.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.417663000, lastModified=2023-03-25 16:56:25.416297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.417663000, lastModified=2023-03-25 16:56:25.416297000, delta=1366000 ns, racy<=10000 ns 16:56:25.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.418117000, lastModified=2023-03-25 16:56:25.417297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.418117000, lastModified=2023-03-25 16:56:25.417297000, delta=820000 ns, racy<=10000 ns 16:56:25.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.418391000, lastModified=2023-03-25 16:56:25.417297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.418391000, lastModified=2023-03-25 16:56:25.417297000, delta=1094000 ns, racy<=10000 ns 16:56:25.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.418730000, lastModified=2023-03-25 16:56:25.417297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.418730000, lastModified=2023-03-25 16:56:25.417297000, delta=1433000 ns, racy<=10000 ns 16:56:25.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.419024000, lastModified=2023-03-25 16:56:25.418297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.419024000, lastModified=2023-03-25 16:56:25.418297000, delta=727000 ns, racy<=10000 ns 16:56:25.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.419295000, lastModified=2023-03-25 16:56:25.418297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.419295000, lastModified=2023-03-25 16:56:25.418297000, delta=998000 ns, racy<=10000 ns 16:56:25.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.419526000, lastModified=2023-03-25 16:56:25.418297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.419526000, lastModified=2023-03-25 16:56:25.418297000, delta=1229000 ns, racy<=10000 ns 16:56:25.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.419759000, lastModified=2023-03-25 16:56:25.418297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.419759000, lastModified=2023-03-25 16:56:25.418297000, delta=1462000 ns, racy<=10000 ns 16:56:25.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.420028000, lastModified=2023-03-25 16:56:25.419297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.420028000, lastModified=2023-03-25 16:56:25.419297000, delta=731000 ns, racy<=10000 ns 16:56:25.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.420267000, lastModified=2023-03-25 16:56:25.419297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.420267000, lastModified=2023-03-25 16:56:25.419297000, delta=970000 ns, racy<=10000 ns 16:56:25.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.420523000, lastModified=2023-03-25 16:56:25.419297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.420523000, lastModified=2023-03-25 16:56:25.419297000, delta=1226000 ns, racy<=10000 ns 16:56:25.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.420952000, lastModified=2023-03-25 16:56:25.419297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.419297000 to 2023-03-25 16:56:25.420297000 16:56:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.421202000, lastModified=2023-03-25 16:56:25.420297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.421202000, lastModified=2023-03-25 16:56:25.420297000, delta=905000 ns, racy<=10000 ns 16:56:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.421455000, lastModified=2023-03-25 16:56:25.420297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.421455000, lastModified=2023-03-25 16:56:25.420297000, delta=1158000 ns, racy<=10000 ns 16:56:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.421687000, lastModified=2023-03-25 16:56:25.420297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.421687000, lastModified=2023-03-25 16:56:25.420297000, delta=1390000 ns, racy<=10000 ns 16:56:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.421923000, lastModified=2023-03-25 16:56:25.421297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.421923000, lastModified=2023-03-25 16:56:25.421297000, delta=626000 ns, racy<=10000 ns 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.422122000, lastModified=2023-03-25 16:56:25.421297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.422122000, lastModified=2023-03-25 16:56:25.421297000, delta=825000 ns, racy<=10000 ns 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.422303000, lastModified=2023-03-25 16:56:25.421297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.422303000, lastModified=2023-03-25 16:56:25.421297000, delta=1006000 ns, racy<=10000 ns 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.422481000, lastModified=2023-03-25 16:56:25.421297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.422481000, lastModified=2023-03-25 16:56:25.421297000, delta=1184000 ns, racy<=10000 ns 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.422661000, lastModified=2023-03-25 16:56:25.421297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.422661000, lastModified=2023-03-25 16:56:25.421297000, delta=1364000 ns, racy<=10000 ns 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.422826000, lastModified=2023-03-25 16:56:25.421297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.421297000 to 2023-03-25 16:56:25.422297000 16:56:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.423259000, lastModified=2023-03-25 16:56:25.422297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.423259000, lastModified=2023-03-25 16:56:25.422297000, delta=962000 ns, racy<=10000 ns 16:56:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.423434000, lastModified=2023-03-25 16:56:25.422297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.423434000, lastModified=2023-03-25 16:56:25.422297000, delta=1137000 ns, racy<=10000 ns 16:56:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.423595000, lastModified=2023-03-25 16:56:25.422297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.423595000, lastModified=2023-03-25 16:56:25.422297000, delta=1298000 ns, racy<=10000 ns 16:56:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.423762000, lastModified=2023-03-25 16:56:25.422297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.423762000, lastModified=2023-03-25 16:56:25.422297000, delta=1465000 ns, racy<=10000 ns 16:56:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.423957000, lastModified=2023-03-25 16:56:25.423297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.423957000, lastModified=2023-03-25 16:56:25.423297000, delta=660000 ns, racy<=10000 ns 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.424125000, lastModified=2023-03-25 16:56:25.423297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.424125000, lastModified=2023-03-25 16:56:25.423297000, delta=828000 ns, racy<=10000 ns 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.424314000, lastModified=2023-03-25 16:56:25.423297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.424314000, lastModified=2023-03-25 16:56:25.423297000, delta=1017000 ns, racy<=10000 ns 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.424522000, lastModified=2023-03-25 16:56:25.423297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.424522000, lastModified=2023-03-25 16:56:25.423297000, delta=1225000 ns, racy<=10000 ns 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.424692000, lastModified=2023-03-25 16:56:25.423297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.424692000, lastModified=2023-03-25 16:56:25.423297000, delta=1395000 ns, racy<=10000 ns 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.424882000, lastModified=2023-03-25 16:56:25.423297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.423297000 to 2023-03-25 16:56:25.424297000 16:56:25.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.425298000, lastModified=2023-03-25 16:56:25.424297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.425298000, lastModified=2023-03-25 16:56:25.424297000, delta=1001000 ns, racy<=10000 ns 16:56:25.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.425490000, lastModified=2023-03-25 16:56:25.424297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.425490000, lastModified=2023-03-25 16:56:25.424297000, delta=1193000 ns, racy<=10000 ns 16:56:25.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.425708000, lastModified=2023-03-25 16:56:25.424297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.425708000, lastModified=2023-03-25 16:56:25.424297000, delta=1411000 ns, racy<=10000 ns 16:56:25.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.425917000, lastModified=2023-03-25 16:56:25.425297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.425917000, lastModified=2023-03-25 16:56:25.425297000, delta=620000 ns, racy<=10000 ns 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.426111000, lastModified=2023-03-25 16:56:25.425297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.426111000, lastModified=2023-03-25 16:56:25.425297000, delta=814000 ns, racy<=10000 ns 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.426287000, lastModified=2023-03-25 16:56:25.425297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.426287000, lastModified=2023-03-25 16:56:25.425297000, delta=990000 ns, racy<=10000 ns 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.426461000, lastModified=2023-03-25 16:56:25.425297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.426461000, lastModified=2023-03-25 16:56:25.425297000, delta=1164000 ns, racy<=10000 ns 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.426650000, lastModified=2023-03-25 16:56:25.425297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.426650000, lastModified=2023-03-25 16:56:25.425297000, delta=1353000 ns, racy<=10000 ns 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.426822000, lastModified=2023-03-25 16:56:25.425297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.425297000 to 2023-03-25 16:56:25.426297000 16:56:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.427002000, lastModified=2023-03-25 16:56:25.426297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.427002000, lastModified=2023-03-25 16:56:25.426297000, delta=705000 ns, racy<=10000 ns 16:56:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.427385000, lastModified=2023-03-25 16:56:25.426297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.427385000, lastModified=2023-03-25 16:56:25.426297000, delta=1088000 ns, racy<=10000 ns 16:56:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.427603000, lastModified=2023-03-25 16:56:25.426297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.427603000, lastModified=2023-03-25 16:56:25.426297000, delta=1306000 ns, racy<=10000 ns 16:56:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.427774000, lastModified=2023-03-25 16:56:25.426297000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.427774000, lastModified=2023-03-25 16:56:25.426297000, delta=1477000 ns, racy<=10000 ns 16:56:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.427944000, lastModified=2023-03-25 16:56:25.427298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.427944000, lastModified=2023-03-25 16:56:25.427298000, delta=646000 ns, racy<=10000 ns 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.428113000, lastModified=2023-03-25 16:56:25.427298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.428113000, lastModified=2023-03-25 16:56:25.427298000, delta=815000 ns, racy<=10000 ns 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.428287000, lastModified=2023-03-25 16:56:25.427298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.428287000, lastModified=2023-03-25 16:56:25.427298000, delta=989000 ns, racy<=10000 ns 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.428473000, lastModified=2023-03-25 16:56:25.427298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.428473000, lastModified=2023-03-25 16:56:25.427298000, delta=1175000 ns, racy<=10000 ns 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.428640000, lastModified=2023-03-25 16:56:25.427298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.428640000, lastModified=2023-03-25 16:56:25.427298000, delta=1342000 ns, racy<=10000 ns 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.428803000, lastModified=2023-03-25 16:56:25.427298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.427298000 to 2023-03-25 16:56:25.428298000 16:56:25.428 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.428984000, lastModified=2023-03-25 16:56:25.428298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.428984000, lastModified=2023-03-25 16:56:25.428298000, delta=686000 ns, racy<=10000 ns 16:56:25.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.429380000, lastModified=2023-03-25 16:56:25.428298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.429380000, lastModified=2023-03-25 16:56:25.428298000, delta=1082000 ns, racy<=10000 ns 16:56:25.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.429631000, lastModified=2023-03-25 16:56:25.428298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.429631000, lastModified=2023-03-25 16:56:25.428298000, delta=1333000 ns, racy<=10000 ns 16:56:25.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.429814000, lastModified=2023-03-25 16:56:25.428298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.429 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.428298000 to 2023-03-25 16:56:25.429298000 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.429994000, lastModified=2023-03-25 16:56:25.429298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.429994000, lastModified=2023-03-25 16:56:25.429298000, delta=696000 ns, racy<=10000 ns 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.430175000, lastModified=2023-03-25 16:56:25.429298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.430175000, lastModified=2023-03-25 16:56:25.429298000, delta=877000 ns, racy<=10000 ns 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.430360000, lastModified=2023-03-25 16:56:25.429298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.430360000, lastModified=2023-03-25 16:56:25.429298000, delta=1062000 ns, racy<=10000 ns 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.430538000, lastModified=2023-03-25 16:56:25.429298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.430538000, lastModified=2023-03-25 16:56:25.429298000, delta=1240000 ns, racy<=10000 ns 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.430710000, lastModified=2023-03-25 16:56:25.429298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.430710000, lastModified=2023-03-25 16:56:25.429298000, delta=1412000 ns, racy<=10000 ns 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.430 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.430917000, lastModified=2023-03-25 16:56:25.430298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.430917000, lastModified=2023-03-25 16:56:25.430298000, delta=619000 ns, racy<=10000 ns 16:56:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.431096000, lastModified=2023-03-25 16:56:25.430298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.431096000, lastModified=2023-03-25 16:56:25.430298000, delta=798000 ns, racy<=10000 ns 16:56:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.431482000, lastModified=2023-03-25 16:56:25.430298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.431482000, lastModified=2023-03-25 16:56:25.430298000, delta=1184000 ns, racy<=10000 ns 16:56:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.431660000, lastModified=2023-03-25 16:56:25.430298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.431660000, lastModified=2023-03-25 16:56:25.430298000, delta=1362000 ns, racy<=10000 ns 16:56:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.431826000, lastModified=2023-03-25 16:56:25.430298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.431 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.430298000 to 2023-03-25 16:56:25.431298000 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.432058000, lastModified=2023-03-25 16:56:25.431298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.432058000, lastModified=2023-03-25 16:56:25.431298000, delta=760000 ns, racy<=10000 ns 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.432234000, lastModified=2023-03-25 16:56:25.431298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.432234000, lastModified=2023-03-25 16:56:25.431298000, delta=936000 ns, racy<=10000 ns 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.432406000, lastModified=2023-03-25 16:56:25.431298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.432406000, lastModified=2023-03-25 16:56:25.431298000, delta=1108000 ns, racy<=10000 ns 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.432575000, lastModified=2023-03-25 16:56:25.431298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.432575000, lastModified=2023-03-25 16:56:25.431298000, delta=1277000 ns, racy<=10000 ns 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.432741000, lastModified=2023-03-25 16:56:25.431298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.432741000, lastModified=2023-03-25 16:56:25.431298000, delta=1443000 ns, racy<=10000 ns 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.432 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.432925000, lastModified=2023-03-25 16:56:25.432298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.432925000, lastModified=2023-03-25 16:56:25.432298000, delta=627000 ns, racy<=10000 ns 16:56:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.433125000, lastModified=2023-03-25 16:56:25.432298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.433125000, lastModified=2023-03-25 16:56:25.432298000, delta=827000 ns, racy<=10000 ns 16:56:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.433530000, lastModified=2023-03-25 16:56:25.432298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.433530000, lastModified=2023-03-25 16:56:25.432298000, delta=1232000 ns, racy<=10000 ns 16:56:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.433713000, lastModified=2023-03-25 16:56:25.432298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.433713000, lastModified=2023-03-25 16:56:25.432298000, delta=1415000 ns, racy<=10000 ns 16:56:25.433 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.434690000, lastModified=2023-03-25 16:56:25.433298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.434690000, lastModified=2023-03-25 16:56:25.433298000, delta=1392000 ns, racy<=10000 ns 16:56:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.434935000, lastModified=2023-03-25 16:56:25.434298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.434935000, lastModified=2023-03-25 16:56:25.434298000, delta=637000 ns, racy<=10000 ns 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.435154000, lastModified=2023-03-25 16:56:25.434298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.435154000, lastModified=2023-03-25 16:56:25.434298000, delta=856000 ns, racy<=10000 ns 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.435321000, lastModified=2023-03-25 16:56:25.434298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.435321000, lastModified=2023-03-25 16:56:25.434298000, delta=1023000 ns, racy<=10000 ns 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.435491000, lastModified=2023-03-25 16:56:25.434298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.435491000, lastModified=2023-03-25 16:56:25.434298000, delta=1193000 ns, racy<=10000 ns 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.435661000, lastModified=2023-03-25 16:56:25.434298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.435661000, lastModified=2023-03-25 16:56:25.434298000, delta=1363000 ns, racy<=10000 ns 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.435827000, lastModified=2023-03-25 16:56:25.434298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.434298000 to 2023-03-25 16:56:25.435298000 16:56:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.436005000, lastModified=2023-03-25 16:56:25.435298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.436005000, lastModified=2023-03-25 16:56:25.435298000, delta=707000 ns, racy<=10000 ns 16:56:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.436471000, lastModified=2023-03-25 16:56:25.435298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.436471000, lastModified=2023-03-25 16:56:25.435298000, delta=1173000 ns, racy<=10000 ns 16:56:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.436669000, lastModified=2023-03-25 16:56:25.435298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.436669000, lastModified=2023-03-25 16:56:25.435298000, delta=1371000 ns, racy<=10000 ns 16:56:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.436840000, lastModified=2023-03-25 16:56:25.435298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.435298000 to 2023-03-25 16:56:25.436298000 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.437053000, lastModified=2023-03-25 16:56:25.436298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.437053000, lastModified=2023-03-25 16:56:25.436298000, delta=755000 ns, racy<=10000 ns 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.437228000, lastModified=2023-03-25 16:56:25.436298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.437228000, lastModified=2023-03-25 16:56:25.436298000, delta=930000 ns, racy<=10000 ns 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.437413000, lastModified=2023-03-25 16:56:25.436298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.437413000, lastModified=2023-03-25 16:56:25.436298000, delta=1115000 ns, racy<=10000 ns 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.437602000, lastModified=2023-03-25 16:56:25.436298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.437602000, lastModified=2023-03-25 16:56:25.436298000, delta=1304000 ns, racy<=10000 ns 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.437785000, lastModified=2023-03-25 16:56:25.436298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.437785000, lastModified=2023-03-25 16:56:25.436298000, delta=1487000 ns, racy<=10000 ns 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.437981000, lastModified=2023-03-25 16:56:25.437298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.437981000, lastModified=2023-03-25 16:56:25.437298000, delta=683000 ns, racy<=10000 ns 16:56:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.438234000, lastModified=2023-03-25 16:56:25.437298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.438234000, lastModified=2023-03-25 16:56:25.437298000, delta=936000 ns, racy<=10000 ns 16:56:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.438582000, lastModified=2023-03-25 16:56:25.437298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.438582000, lastModified=2023-03-25 16:56:25.437298000, delta=1284000 ns, racy<=10000 ns 16:56:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.438753000, lastModified=2023-03-25 16:56:25.437298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.438753000, lastModified=2023-03-25 16:56:25.437298000, delta=1455000 ns, racy<=10000 ns 16:56:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.438 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.438921000, lastModified=2023-03-25 16:56:25.438298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.438921000, lastModified=2023-03-25 16:56:25.438298000, delta=623000 ns, racy<=10000 ns 16:56:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.439093000, lastModified=2023-03-25 16:56:25.438298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.439093000, lastModified=2023-03-25 16:56:25.438298000, delta=795000 ns, racy<=10000 ns 16:56:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.439392000, lastModified=2023-03-25 16:56:25.438298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.439392000, lastModified=2023-03-25 16:56:25.438298000, delta=1094000 ns, racy<=10000 ns 16:56:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.439574000, lastModified=2023-03-25 16:56:25.438298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.439574000, lastModified=2023-03-25 16:56:25.438298000, delta=1276000 ns, racy<=10000 ns 16:56:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.439739000, lastModified=2023-03-25 16:56:25.438298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.439739000, lastModified=2023-03-25 16:56:25.438298000, delta=1441000 ns, racy<=10000 ns 16:56:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.439 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.439941000, lastModified=2023-03-25 16:56:25.439298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.439941000, lastModified=2023-03-25 16:56:25.439298000, delta=643000 ns, racy<=10000 ns 16:56:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.440106000, lastModified=2023-03-25 16:56:25.439298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.440106000, lastModified=2023-03-25 16:56:25.439298000, delta=808000 ns, racy<=10000 ns 16:56:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.440269000, lastModified=2023-03-25 16:56:25.439298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.440269000, lastModified=2023-03-25 16:56:25.439298000, delta=971000 ns, racy<=10000 ns 16:56:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.440612000, lastModified=2023-03-25 16:56:25.439298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.440612000, lastModified=2023-03-25 16:56:25.439298000, delta=1314000 ns, racy<=10000 ns 16:56:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.440798000, lastModified=2023-03-25 16:56:25.439298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.440798000, lastModified=2023-03-25 16:56:25.439298000, delta=1500000 ns, racy<=10000 ns 16:56:25.440 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.440995000, lastModified=2023-03-25 16:56:25.440298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.440995000, lastModified=2023-03-25 16:56:25.440298000, delta=697000 ns, racy<=10000 ns 16:56:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.441164000, lastModified=2023-03-25 16:56:25.440298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.441164000, lastModified=2023-03-25 16:56:25.440298000, delta=866000 ns, racy<=10000 ns 16:56:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.441440000, lastModified=2023-03-25 16:56:25.440298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.441440000, lastModified=2023-03-25 16:56:25.440298000, delta=1142000 ns, racy<=10000 ns 16:56:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.441617000, lastModified=2023-03-25 16:56:25.440298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.441617000, lastModified=2023-03-25 16:56:25.440298000, delta=1319000 ns, racy<=10000 ns 16:56:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.441806000, lastModified=2023-03-25 16:56:25.440298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.441 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.440298000 to 2023-03-25 16:56:25.441298000 16:56:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.441993000, lastModified=2023-03-25 16:56:25.441298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.441993000, lastModified=2023-03-25 16:56:25.441298000, delta=695000 ns, racy<=10000 ns 16:56:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.442166000, lastModified=2023-03-25 16:56:25.441298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.442166000, lastModified=2023-03-25 16:56:25.441298000, delta=868000 ns, racy<=10000 ns 16:56:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.442334000, lastModified=2023-03-25 16:56:25.441298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.442334000, lastModified=2023-03-25 16:56:25.441298000, delta=1036000 ns, racy<=10000 ns 16:56:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.442657000, lastModified=2023-03-25 16:56:25.441298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.442657000, lastModified=2023-03-25 16:56:25.441298000, delta=1359000 ns, racy<=10000 ns 16:56:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.442832000, lastModified=2023-03-25 16:56:25.441298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.442 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.441298000 to 2023-03-25 16:56:25.442298000 16:56:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.443010000, lastModified=2023-03-25 16:56:25.442298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.443010000, lastModified=2023-03-25 16:56:25.442298000, delta=712000 ns, racy<=10000 ns 16:56:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.443180000, lastModified=2023-03-25 16:56:25.442298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.443180000, lastModified=2023-03-25 16:56:25.442298000, delta=882000 ns, racy<=10000 ns 16:56:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.443508000, lastModified=2023-03-25 16:56:25.442298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.443508000, lastModified=2023-03-25 16:56:25.442298000, delta=1210000 ns, racy<=10000 ns 16:56:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.443688000, lastModified=2023-03-25 16:56:25.442298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.443688000, lastModified=2023-03-25 16:56:25.442298000, delta=1390000 ns, racy<=10000 ns 16:56:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.443870000, lastModified=2023-03-25 16:56:25.442298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.443 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.442298000 to 2023-03-25 16:56:25.443298000 16:56:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.444048000, lastModified=2023-03-25 16:56:25.443298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.444048000, lastModified=2023-03-25 16:56:25.443298000, delta=750000 ns, racy<=10000 ns 16:56:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.444220000, lastModified=2023-03-25 16:56:25.443298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.444220000, lastModified=2023-03-25 16:56:25.443298000, delta=922000 ns, racy<=10000 ns 16:56:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.444390000, lastModified=2023-03-25 16:56:25.443298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.444390000, lastModified=2023-03-25 16:56:25.443298000, delta=1092000 ns, racy<=10000 ns 16:56:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.444734000, lastModified=2023-03-25 16:56:25.443298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.444734000, lastModified=2023-03-25 16:56:25.443298000, delta=1436000 ns, racy<=10000 ns 16:56:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.444 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.444921000, lastModified=2023-03-25 16:56:25.444298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.444921000, lastModified=2023-03-25 16:56:25.444298000, delta=623000 ns, racy<=10000 ns 16:56:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.445100000, lastModified=2023-03-25 16:56:25.444298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.445100000, lastModified=2023-03-25 16:56:25.444298000, delta=802000 ns, racy<=10000 ns 16:56:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.445300000, lastModified=2023-03-25 16:56:25.444298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.445300000, lastModified=2023-03-25 16:56:25.444298000, delta=1002000 ns, racy<=10000 ns 16:56:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.445745000, lastModified=2023-03-25 16:56:25.444298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.445745000, lastModified=2023-03-25 16:56:25.444298000, delta=1447000 ns, racy<=10000 ns 16:56:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.445 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.445920000, lastModified=2023-03-25 16:56:25.445298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.445920000, lastModified=2023-03-25 16:56:25.445298000, delta=622000 ns, racy<=10000 ns 16:56:25.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.446101000, lastModified=2023-03-25 16:56:25.445298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.446101000, lastModified=2023-03-25 16:56:25.445298000, delta=803000 ns, racy<=10000 ns 16:56:25.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.446268000, lastModified=2023-03-25 16:56:25.445298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.446268000, lastModified=2023-03-25 16:56:25.445298000, delta=970000 ns, racy<=10000 ns 16:56:25.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.446436000, lastModified=2023-03-25 16:56:25.445298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.446436000, lastModified=2023-03-25 16:56:25.445298000, delta=1138000 ns, racy<=10000 ns 16:56:25.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.446605000, lastModified=2023-03-25 16:56:25.445298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.446605000, lastModified=2023-03-25 16:56:25.445298000, delta=1307000 ns, racy<=10000 ns 16:56:25.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.446 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.446981000, lastModified=2023-03-25 16:56:25.445298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.445298000 to 2023-03-25 16:56:25.446298000 16:56:25.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.447277000, lastModified=2023-03-25 16:56:25.446298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.447277000, lastModified=2023-03-25 16:56:25.446298000, delta=979000 ns, racy<=10000 ns 16:56:25.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.447535000, lastModified=2023-03-25 16:56:25.446298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.447535000, lastModified=2023-03-25 16:56:25.446298000, delta=1237000 ns, racy<=10000 ns 16:56:25.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.447 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.447782000, lastModified=2023-03-25 16:56:25.446298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.446298000 to 2023-03-25 16:56:25.447298000 16:56:25.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.448126000, lastModified=2023-03-25 16:56:25.447298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.448126000, lastModified=2023-03-25 16:56:25.447298000, delta=828000 ns, racy<=10000 ns 16:56:25.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.448386000, lastModified=2023-03-25 16:56:25.447298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.448386000, lastModified=2023-03-25 16:56:25.447298000, delta=1088000 ns, racy<=10000 ns 16:56:25.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.448638000, lastModified=2023-03-25 16:56:25.447298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.448638000, lastModified=2023-03-25 16:56:25.447298000, delta=1340000 ns, racy<=10000 ns 16:56:25.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.448 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.448893000, lastModified=2023-03-25 16:56:25.447298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.447298000 to 2023-03-25 16:56:25.448298000 16:56:25.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.449146000, lastModified=2023-03-25 16:56:25.448298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.449146000, lastModified=2023-03-25 16:56:25.448298000, delta=848000 ns, racy<=10000 ns 16:56:25.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.449398000, lastModified=2023-03-25 16:56:25.448298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.449398000, lastModified=2023-03-25 16:56:25.448298000, delta=1100000 ns, racy<=10000 ns 16:56:25.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.450034000, lastModified=2023-03-25 16:56:25.448298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.448298000 to 2023-03-25 16:56:25.449298000 16:56:25.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.450319000, lastModified=2023-03-25 16:56:25.449298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.450319000, lastModified=2023-03-25 16:56:25.449298000, delta=1021000 ns, racy<=10000 ns 16:56:25.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.450548000, lastModified=2023-03-25 16:56:25.449298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.450548000, lastModified=2023-03-25 16:56:25.449298000, delta=1250000 ns, racy<=10000 ns 16:56:25.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.450729000, lastModified=2023-03-25 16:56:25.449298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.449298000 to 2023-03-25 16:56:25.450298000 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.451014000, lastModified=2023-03-25 16:56:25.450298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.451014000, lastModified=2023-03-25 16:56:25.450298000, delta=716000 ns, racy<=10000 ns 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.451202000, lastModified=2023-03-25 16:56:25.450298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.451202000, lastModified=2023-03-25 16:56:25.450298000, delta=904000 ns, racy<=10000 ns 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.451383000, lastModified=2023-03-25 16:56:25.450298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.451383000, lastModified=2023-03-25 16:56:25.450298000, delta=1085000 ns, racy<=10000 ns 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.451562000, lastModified=2023-03-25 16:56:25.450298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.451562000, lastModified=2023-03-25 16:56:25.450298000, delta=1264000 ns, racy<=10000 ns 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.451763000, lastModified=2023-03-25 16:56:25.450298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.451763000, lastModified=2023-03-25 16:56:25.450298000, delta=1465000 ns, racy<=10000 ns 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.451935000, lastModified=2023-03-25 16:56:25.451298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.451935000, lastModified=2023-03-25 16:56:25.451298000, delta=637000 ns, racy<=10000 ns 16:56:25.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.452282000, lastModified=2023-03-25 16:56:25.451298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.452282000, lastModified=2023-03-25 16:56:25.451298000, delta=984000 ns, racy<=10000 ns 16:56:25.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.452476000, lastModified=2023-03-25 16:56:25.451298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.452476000, lastModified=2023-03-25 16:56:25.451298000, delta=1178000 ns, racy<=10000 ns 16:56:25.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.452669000, lastModified=2023-03-25 16:56:25.451298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.452669000, lastModified=2023-03-25 16:56:25.451298000, delta=1371000 ns, racy<=10000 ns 16:56:25.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.452875000, lastModified=2023-03-25 16:56:25.451298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.451298000 to 2023-03-25 16:56:25.452298000 16:56:25.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.453159000, lastModified=2023-03-25 16:56:25.452298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.453159000, lastModified=2023-03-25 16:56:25.452298000, delta=861000 ns, racy<=10000 ns 16:56:25.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.453339000, lastModified=2023-03-25 16:56:25.452298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.453339000, lastModified=2023-03-25 16:56:25.452298000, delta=1041000 ns, racy<=10000 ns 16:56:25.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.453518000, lastModified=2023-03-25 16:56:25.452298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.453518000, lastModified=2023-03-25 16:56:25.452298000, delta=1220000 ns, racy<=10000 ns 16:56:25.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.453852000, lastModified=2023-03-25 16:56:25.452298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.452298000 to 2023-03-25 16:56:25.453298000 16:56:25.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.454068000, lastModified=2023-03-25 16:56:25.453298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.454068000, lastModified=2023-03-25 16:56:25.453298000, delta=770000 ns, racy<=10000 ns 16:56:25.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.454251000, lastModified=2023-03-25 16:56:25.453298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.454251000, lastModified=2023-03-25 16:56:25.453298000, delta=953000 ns, racy<=10000 ns 16:56:25.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.454603000, lastModified=2023-03-25 16:56:25.453298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.454603000, lastModified=2023-03-25 16:56:25.453298000, delta=1305000 ns, racy<=10000 ns 16:56:25.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.454784000, lastModified=2023-03-25 16:56:25.453298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.454784000, lastModified=2023-03-25 16:56:25.453298000, delta=1486000 ns, racy<=10000 ns 16:56:25.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.454976000, lastModified=2023-03-25 16:56:25.454298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.454976000, lastModified=2023-03-25 16:56:25.454298000, delta=678000 ns, racy<=10000 ns 16:56:25.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.455143000, lastModified=2023-03-25 16:56:25.454298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.455143000, lastModified=2023-03-25 16:56:25.454298000, delta=845000 ns, racy<=10000 ns 16:56:25.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.455420000, lastModified=2023-03-25 16:56:25.454298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.455420000, lastModified=2023-03-25 16:56:25.454298000, delta=1122000 ns, racy<=10000 ns 16:56:25.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.455593000, lastModified=2023-03-25 16:56:25.454298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.455593000, lastModified=2023-03-25 16:56:25.454298000, delta=1295000 ns, racy<=10000 ns 16:56:25.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.455760000, lastModified=2023-03-25 16:56:25.454298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.455760000, lastModified=2023-03-25 16:56:25.454298000, delta=1462000 ns, racy<=10000 ns 16:56:25.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.455938000, lastModified=2023-03-25 16:56:25.455298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.455938000, lastModified=2023-03-25 16:56:25.455298000, delta=640000 ns, racy<=10000 ns 16:56:25.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.456104000, lastModified=2023-03-25 16:56:25.455298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.456104000, lastModified=2023-03-25 16:56:25.455298000, delta=806000 ns, racy<=10000 ns 16:56:25.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.456270000, lastModified=2023-03-25 16:56:25.455298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.456270000, lastModified=2023-03-25 16:56:25.455298000, delta=972000 ns, racy<=10000 ns 16:56:25.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.456619000, lastModified=2023-03-25 16:56:25.455298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.456619000, lastModified=2023-03-25 16:56:25.455298000, delta=1321000 ns, racy<=10000 ns 16:56:25.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.456794000, lastModified=2023-03-25 16:56:25.455298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.456794000, lastModified=2023-03-25 16:56:25.455298000, delta=1496000 ns, racy<=10000 ns 16:56:25.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.456970000, lastModified=2023-03-25 16:56:25.456298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.456970000, lastModified=2023-03-25 16:56:25.456298000, delta=672000 ns, racy<=10000 ns 16:56:25.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.457140000, lastModified=2023-03-25 16:56:25.456298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.457140000, lastModified=2023-03-25 16:56:25.456298000, delta=842000 ns, racy<=10000 ns 16:56:25.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.457424000, lastModified=2023-03-25 16:56:25.456298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.457424000, lastModified=2023-03-25 16:56:25.456298000, delta=1126000 ns, racy<=10000 ns 16:56:25.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.457600000, lastModified=2023-03-25 16:56:25.456298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.457600000, lastModified=2023-03-25 16:56:25.456298000, delta=1302000 ns, racy<=10000 ns 16:56:25.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.457773000, lastModified=2023-03-25 16:56:25.456298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.457773000, lastModified=2023-03-25 16:56:25.456298000, delta=1475000 ns, racy<=10000 ns 16:56:25.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.457972000, lastModified=2023-03-25 16:56:25.457298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.457972000, lastModified=2023-03-25 16:56:25.457298000, delta=674000 ns, racy<=10000 ns 16:56:25.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.458155000, lastModified=2023-03-25 16:56:25.457298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.458155000, lastModified=2023-03-25 16:56:25.457298000, delta=857000 ns, racy<=10000 ns 16:56:25.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.458333000, lastModified=2023-03-25 16:56:25.457298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.458333000, lastModified=2023-03-25 16:56:25.457298000, delta=1035000 ns, racy<=10000 ns 16:56:25.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.458691000, lastModified=2023-03-25 16:56:25.457298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.458691000, lastModified=2023-03-25 16:56:25.457298000, delta=1393000 ns, racy<=10000 ns 16:56:25.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.458886000, lastModified=2023-03-25 16:56:25.457298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.457298000 to 2023-03-25 16:56:25.458298000 16:56:25.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.459259000, lastModified=2023-03-25 16:56:25.458298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.458298000 to 2023-03-25 16:56:25.462298000 16:56:25.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.465164000, lastModified=2023-03-25 16:56:25.464298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.465164000, lastModified=2023-03-25 16:56:25.464298000, delta=866000 ns, racy<=10000 ns 16:56:25.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.465787000, lastModified=2023-03-25 16:56:25.464298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.464298000 to 2023-03-25 16:56:25.465298000 16:56:25.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.466031000, lastModified=2023-03-25 16:56:25.465298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.466031000, lastModified=2023-03-25 16:56:25.465298000, delta=733000 ns, racy<=10000 ns 16:56:25.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.466284000, lastModified=2023-03-25 16:56:25.465298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.466284000, lastModified=2023-03-25 16:56:25.465298000, delta=986000 ns, racy<=10000 ns 16:56:25.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.466522000, lastModified=2023-03-25 16:56:25.465298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.466522000, lastModified=2023-03-25 16:56:25.465298000, delta=1224000 ns, racy<=10000 ns 16:56:25.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.466763000, lastModified=2023-03-25 16:56:25.465298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.466763000, lastModified=2023-03-25 16:56:25.465298000, delta=1465000 ns, racy<=10000 ns 16:56:25.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.467012000, lastModified=2023-03-25 16:56:25.466298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.467012000, lastModified=2023-03-25 16:56:25.466298000, delta=714000 ns, racy<=10000 ns 16:56:25.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.467456000, lastModified=2023-03-25 16:56:25.466298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.467456000, lastModified=2023-03-25 16:56:25.466298000, delta=1158000 ns, racy<=10000 ns 16:56:25.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.467714000, lastModified=2023-03-25 16:56:25.466298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.467714000, lastModified=2023-03-25 16:56:25.466298000, delta=1416000 ns, racy<=10000 ns 16:56:25.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.467958000, lastModified=2023-03-25 16:56:25.467298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.467958000, lastModified=2023-03-25 16:56:25.467298000, delta=660000 ns, racy<=10000 ns 16:56:25.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.468197000, lastModified=2023-03-25 16:56:25.467298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.468197000, lastModified=2023-03-25 16:56:25.467298000, delta=899000 ns, racy<=10000 ns 16:56:25.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.468518000, lastModified=2023-03-25 16:56:25.467298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.468518000, lastModified=2023-03-25 16:56:25.467298000, delta=1220000 ns, racy<=10000 ns 16:56:25.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.468744000, lastModified=2023-03-25 16:56:25.467298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.468744000, lastModified=2023-03-25 16:56:25.467298000, delta=1446000 ns, racy<=10000 ns 16:56:25.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.468984000, lastModified=2023-03-25 16:56:25.468298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.468984000, lastModified=2023-03-25 16:56:25.468298000, delta=686000 ns, racy<=10000 ns 16:56:25.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.469235000, lastModified=2023-03-25 16:56:25.468298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.469235000, lastModified=2023-03-25 16:56:25.468298000, delta=937000 ns, racy<=10000 ns 16:56:25.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.469492000, lastModified=2023-03-25 16:56:25.468298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.469492000, lastModified=2023-03-25 16:56:25.468298000, delta=1194000 ns, racy<=10000 ns 16:56:25.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.470056000, lastModified=2023-03-25 16:56:25.469298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.470056000, lastModified=2023-03-25 16:56:25.469298000, delta=758000 ns, racy<=10000 ns 16:56:25.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.470559000, lastModified=2023-03-25 16:56:25.469298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.470559000, lastModified=2023-03-25 16:56:25.469298000, delta=1261000 ns, racy<=10000 ns 16:56:25.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.470800000, lastModified=2023-03-25 16:56:25.469298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.469298000 to 2023-03-25 16:56:25.470298000 16:56:25.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.471091000, lastModified=2023-03-25 16:56:25.470298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.471091000, lastModified=2023-03-25 16:56:25.470298000, delta=793000 ns, racy<=10000 ns 16:56:25.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.471421000, lastModified=2023-03-25 16:56:25.470298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.471421000, lastModified=2023-03-25 16:56:25.470298000, delta=1123000 ns, racy<=10000 ns 16:56:25.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.471798000, lastModified=2023-03-25 16:56:25.470298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.470298000 to 2023-03-25 16:56:25.471298000 16:56:25.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.472842000, lastModified=2023-03-25 16:56:25.471298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.471298000 to 2023-03-25 16:56:25.472298000 16:56:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.473059000, lastModified=2023-03-25 16:56:25.472298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.473059000, lastModified=2023-03-25 16:56:25.472298000, delta=761000 ns, racy<=10000 ns 16:56:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.473263000, lastModified=2023-03-25 16:56:25.472298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.473263000, lastModified=2023-03-25 16:56:25.472298000, delta=965000 ns, racy<=10000 ns 16:56:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.473498000, lastModified=2023-03-25 16:56:25.472298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.473498000, lastModified=2023-03-25 16:56:25.472298000, delta=1200000 ns, racy<=10000 ns 16:56:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.473673000, lastModified=2023-03-25 16:56:25.472298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.473673000, lastModified=2023-03-25 16:56:25.472298000, delta=1375000 ns, racy<=10000 ns 16:56:25.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.474150000, lastModified=2023-03-25 16:56:25.472298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.472298000 to 2023-03-25 16:56:25.473298000 16:56:25.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.474386000, lastModified=2023-03-25 16:56:25.473298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.474386000, lastModified=2023-03-25 16:56:25.473298000, delta=1088000 ns, racy<=10000 ns 16:56:25.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.474630000, lastModified=2023-03-25 16:56:25.473298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.474630000, lastModified=2023-03-25 16:56:25.473298000, delta=1332000 ns, racy<=10000 ns 16:56:25.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.474837000, lastModified=2023-03-25 16:56:25.473298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.473298000 to 2023-03-25 16:56:25.474298000 16:56:25.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.475154000, lastModified=2023-03-25 16:56:25.474298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.475154000, lastModified=2023-03-25 16:56:25.474298000, delta=856000 ns, racy<=10000 ns 16:56:25.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.475351000, lastModified=2023-03-25 16:56:25.474298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.475351000, lastModified=2023-03-25 16:56:25.474298000, delta=1053000 ns, racy<=10000 ns 16:56:25.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.475535000, lastModified=2023-03-25 16:56:25.474298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.475535000, lastModified=2023-03-25 16:56:25.474298000, delta=1237000 ns, racy<=10000 ns 16:56:25.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.475723000, lastModified=2023-03-25 16:56:25.474298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.475723000, lastModified=2023-03-25 16:56:25.474298000, delta=1425000 ns, racy<=10000 ns 16:56:25.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.475967000, lastModified=2023-03-25 16:56:25.475298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.475967000, lastModified=2023-03-25 16:56:25.475298000, delta=669000 ns, racy<=10000 ns 16:56:25.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.476149000, lastModified=2023-03-25 16:56:25.475298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.476149000, lastModified=2023-03-25 16:56:25.475298000, delta=851000 ns, racy<=10000 ns 16:56:25.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.476529000, lastModified=2023-03-25 16:56:25.475298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.476529000, lastModified=2023-03-25 16:56:25.475298000, delta=1231000 ns, racy<=10000 ns 16:56:25.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.476721000, lastModified=2023-03-25 16:56:25.475298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.476721000, lastModified=2023-03-25 16:56:25.475298000, delta=1423000 ns, racy<=10000 ns 16:56:25.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.476918000, lastModified=2023-03-25 16:56:25.476298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.476918000, lastModified=2023-03-25 16:56:25.476298000, delta=620000 ns, racy<=10000 ns 16:56:25.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.477100000, lastModified=2023-03-25 16:56:25.476298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.477100000, lastModified=2023-03-25 16:56:25.476298000, delta=802000 ns, racy<=10000 ns 16:56:25.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.477379000, lastModified=2023-03-25 16:56:25.476298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.477379000, lastModified=2023-03-25 16:56:25.476298000, delta=1081000 ns, racy<=10000 ns 16:56:25.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.477615000, lastModified=2023-03-25 16:56:25.476298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.477615000, lastModified=2023-03-25 16:56:25.476298000, delta=1317000 ns, racy<=10000 ns 16:56:25.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.477815000, lastModified=2023-03-25 16:56:25.476298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.476298000 to 2023-03-25 16:56:25.477298000 16:56:25.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.478054000, lastModified=2023-03-25 16:56:25.477298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.478054000, lastModified=2023-03-25 16:56:25.477298000, delta=756000 ns, racy<=10000 ns 16:56:25.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.478254000, lastModified=2023-03-25 16:56:25.477298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.478254000, lastModified=2023-03-25 16:56:25.477298000, delta=956000 ns, racy<=10000 ns 16:56:25.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.478439000, lastModified=2023-03-25 16:56:25.477298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.478439000, lastModified=2023-03-25 16:56:25.477298000, delta=1141000 ns, racy<=10000 ns 16:56:25.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.478809000, lastModified=2023-03-25 16:56:25.477298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.477298000 to 2023-03-25 16:56:25.478298000 16:56:25.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.479061000, lastModified=2023-03-25 16:56:25.478298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.479061000, lastModified=2023-03-25 16:56:25.478298000, delta=763000 ns, racy<=10000 ns 16:56:25.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.479275000, lastModified=2023-03-25 16:56:25.478298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.479275000, lastModified=2023-03-25 16:56:25.478298000, delta=977000 ns, racy<=10000 ns 16:56:25.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.479487000, lastModified=2023-03-25 16:56:25.478298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.479487000, lastModified=2023-03-25 16:56:25.478298000, delta=1189000 ns, racy<=10000 ns 16:56:25.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.479799000, lastModified=2023-03-25 16:56:25.478298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.478298000 to 2023-03-25 16:56:25.479298000 16:56:25.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.480033000, lastModified=2023-03-25 16:56:25.479298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.480033000, lastModified=2023-03-25 16:56:25.479298000, delta=735000 ns, racy<=10000 ns 16:56:25.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.480222000, lastModified=2023-03-25 16:56:25.479298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.480222000, lastModified=2023-03-25 16:56:25.479298000, delta=924000 ns, racy<=10000 ns 16:56:25.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.480420000, lastModified=2023-03-25 16:56:25.479298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.480420000, lastModified=2023-03-25 16:56:25.479298000, delta=1122000 ns, racy<=10000 ns 16:56:25.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.480616000, lastModified=2023-03-25 16:56:25.479298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.480616000, lastModified=2023-03-25 16:56:25.479298000, delta=1318000 ns, racy<=10000 ns 16:56:25.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.480812000, lastModified=2023-03-25 16:56:25.479298000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.479298000 to 2023-03-25 16:56:25.480299000 16:56:25.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.481193000, lastModified=2023-03-25 16:56:25.480299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.481193000, lastModified=2023-03-25 16:56:25.480299000, delta=894000 ns, racy<=10000 ns 16:56:25.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.481479000, lastModified=2023-03-25 16:56:25.480299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.481479000, lastModified=2023-03-25 16:56:25.480299000, delta=1180000 ns, racy<=10000 ns 16:56:25.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.481696000, lastModified=2023-03-25 16:56:25.480299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.481696000, lastModified=2023-03-25 16:56:25.480299000, delta=1397000 ns, racy<=10000 ns 16:56:25.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.481919000, lastModified=2023-03-25 16:56:25.481299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.481919000, lastModified=2023-03-25 16:56:25.481299000, delta=620000 ns, racy<=10000 ns 16:56:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.482124000, lastModified=2023-03-25 16:56:25.481299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.482124000, lastModified=2023-03-25 16:56:25.481299000, delta=825000 ns, racy<=10000 ns 16:56:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.482313000, lastModified=2023-03-25 16:56:25.481299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.482313000, lastModified=2023-03-25 16:56:25.481299000, delta=1014000 ns, racy<=10000 ns 16:56:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.482528000, lastModified=2023-03-25 16:56:25.481299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.482528000, lastModified=2023-03-25 16:56:25.481299000, delta=1229000 ns, racy<=10000 ns 16:56:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.482726000, lastModified=2023-03-25 16:56:25.481299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.482726000, lastModified=2023-03-25 16:56:25.481299000, delta=1427000 ns, racy<=10000 ns 16:56:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.482963000, lastModified=2023-03-25 16:56:25.482299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.482963000, lastModified=2023-03-25 16:56:25.482299000, delta=664000 ns, racy<=10000 ns 16:56:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.483150000, lastModified=2023-03-25 16:56:25.482299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.483150000, lastModified=2023-03-25 16:56:25.482299000, delta=851000 ns, racy<=10000 ns 16:56:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.483490000, lastModified=2023-03-25 16:56:25.482299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.483490000, lastModified=2023-03-25 16:56:25.482299000, delta=1191000 ns, racy<=10000 ns 16:56:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.483664000, lastModified=2023-03-25 16:56:25.482299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.483664000, lastModified=2023-03-25 16:56:25.482299000, delta=1365000 ns, racy<=10000 ns 16:56:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.483835000, lastModified=2023-03-25 16:56:25.482299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.482299000 to 2023-03-25 16:56:25.483299000 16:56:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.484061000, lastModified=2023-03-25 16:56:25.483299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.484061000, lastModified=2023-03-25 16:56:25.483299000, delta=762000 ns, racy<=10000 ns 16:56:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.484244000, lastModified=2023-03-25 16:56:25.483299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.484244000, lastModified=2023-03-25 16:56:25.483299000, delta=945000 ns, racy<=10000 ns 16:56:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.484417000, lastModified=2023-03-25 16:56:25.483299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.484417000, lastModified=2023-03-25 16:56:25.483299000, delta=1118000 ns, racy<=10000 ns 16:56:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.484586000, lastModified=2023-03-25 16:56:25.483299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.484586000, lastModified=2023-03-25 16:56:25.483299000, delta=1287000 ns, racy<=10000 ns 16:56:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.484794000, lastModified=2023-03-25 16:56:25.483299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.484794000, lastModified=2023-03-25 16:56:25.483299000, delta=1495000 ns, racy<=10000 ns 16:56:25.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.485054000, lastModified=2023-03-25 16:56:25.484299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.485054000, lastModified=2023-03-25 16:56:25.484299000, delta=755000 ns, racy<=10000 ns 16:56:25.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.485298000, lastModified=2023-03-25 16:56:25.484299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.485298000, lastModified=2023-03-25 16:56:25.484299000, delta=999000 ns, racy<=10000 ns 16:56:25.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.485722000, lastModified=2023-03-25 16:56:25.484299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.485722000, lastModified=2023-03-25 16:56:25.484299000, delta=1423000 ns, racy<=10000 ns 16:56:25.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.486415000, lastModified=2023-03-25 16:56:25.485299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.486415000, lastModified=2023-03-25 16:56:25.485299000, delta=1116000 ns, racy<=10000 ns 16:56:25.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.486666000, lastModified=2023-03-25 16:56:25.485299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.486666000, lastModified=2023-03-25 16:56:25.485299000, delta=1367000 ns, racy<=10000 ns 16:56:25.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.486844000, lastModified=2023-03-25 16:56:25.485299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.485299000 to 2023-03-25 16:56:25.486299000 16:56:25.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.487044000, lastModified=2023-03-25 16:56:25.486299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.487044000, lastModified=2023-03-25 16:56:25.486299000, delta=745000 ns, racy<=10000 ns 16:56:25.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.514111000, lastModified=2023-03-25 16:56:25.513299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.514 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.513299000 to 2023-03-25 16:56:25.514299000 16:56:25.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.525992000, lastModified=2023-03-25 16:56:25.525299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.525299000 to 2023-03-25 16:56:25.528299000 16:56:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.529160000, lastModified=2023-03-25 16:56:25.528299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.529160000, lastModified=2023-03-25 16:56:25.528299000, delta=861000 ns, racy<=10000 ns 16:56:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.529353000, lastModified=2023-03-25 16:56:25.528299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.529353000, lastModified=2023-03-25 16:56:25.528299000, delta=1054000 ns, racy<=10000 ns 16:56:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.529522000, lastModified=2023-03-25 16:56:25.528299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.529522000, lastModified=2023-03-25 16:56:25.528299000, delta=1223000 ns, racy<=10000 ns 16:56:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.529950000, lastModified=2023-03-25 16:56:25.528299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.528299000 to 2023-03-25 16:56:25.529299000 16:56:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.530154000, lastModified=2023-03-25 16:56:25.529299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.530154000, lastModified=2023-03-25 16:56:25.529299000, delta=855000 ns, racy<=10000 ns 16:56:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.530322000, lastModified=2023-03-25 16:56:25.529299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.530322000, lastModified=2023-03-25 16:56:25.529299000, delta=1023000 ns, racy<=10000 ns 16:56:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.530497000, lastModified=2023-03-25 16:56:25.529299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.530497000, lastModified=2023-03-25 16:56:25.529299000, delta=1198000 ns, racy<=10000 ns 16:56:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.530660000, lastModified=2023-03-25 16:56:25.529299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.530660000, lastModified=2023-03-25 16:56:25.529299000, delta=1361000 ns, racy<=10000 ns 16:56:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.530822000, lastModified=2023-03-25 16:56:25.529299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.529299000 to 2023-03-25 16:56:25.530299000 16:56:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.531041000, lastModified=2023-03-25 16:56:25.530299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.531041000, lastModified=2023-03-25 16:56:25.530299000, delta=742000 ns, racy<=10000 ns 16:56:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.531208000, lastModified=2023-03-25 16:56:25.530299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.531208000, lastModified=2023-03-25 16:56:25.530299000, delta=909000 ns, racy<=10000 ns 16:56:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.531371000, lastModified=2023-03-25 16:56:25.530299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.531371000, lastModified=2023-03-25 16:56:25.530299000, delta=1072000 ns, racy<=10000 ns 16:56:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.531535000, lastModified=2023-03-25 16:56:25.530299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.531535000, lastModified=2023-03-25 16:56:25.530299000, delta=1236000 ns, racy<=10000 ns 16:56:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.531912000, lastModified=2023-03-25 16:56:25.530299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.530299000 to 2023-03-25 16:56:25.531299000 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.532081000, lastModified=2023-03-25 16:56:25.531299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.532081000, lastModified=2023-03-25 16:56:25.531299000, delta=782000 ns, racy<=10000 ns 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.532242000, lastModified=2023-03-25 16:56:25.531299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.532242000, lastModified=2023-03-25 16:56:25.531299000, delta=943000 ns, racy<=10000 ns 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.532403000, lastModified=2023-03-25 16:56:25.531299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.532403000, lastModified=2023-03-25 16:56:25.531299000, delta=1104000 ns, racy<=10000 ns 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.532564000, lastModified=2023-03-25 16:56:25.531299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.532564000, lastModified=2023-03-25 16:56:25.531299000, delta=1265000 ns, racy<=10000 ns 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.532728000, lastModified=2023-03-25 16:56:25.531299000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.532728000, lastModified=2023-03-25 16:56:25.531299000, delta=1429000 ns, racy<=10000 ns 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.532912000, lastModified=2023-03-25 16:56:25.532300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.532912000, lastModified=2023-03-25 16:56:25.532300000, delta=612000 ns, racy<=10000 ns 16:56:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.533092000, lastModified=2023-03-25 16:56:25.532300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.533092000, lastModified=2023-03-25 16:56:25.532300000, delta=792000 ns, racy<=10000 ns 16:56:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.533251000, lastModified=2023-03-25 16:56:25.532300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.533251000, lastModified=2023-03-25 16:56:25.532300000, delta=951000 ns, racy<=10000 ns 16:56:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.533411000, lastModified=2023-03-25 16:56:25.532300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.533411000, lastModified=2023-03-25 16:56:25.532300000, delta=1111000 ns, racy<=10000 ns 16:56:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.533793000, lastModified=2023-03-25 16:56:25.532300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.533793000, lastModified=2023-03-25 16:56:25.532300000, delta=1493000 ns, racy<=10000 ns 16:56:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.533 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.533974000, lastModified=2023-03-25 16:56:25.533300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.533974000, lastModified=2023-03-25 16:56:25.533300000, delta=674000 ns, racy<=10000 ns 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.534137000, lastModified=2023-03-25 16:56:25.533300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.534137000, lastModified=2023-03-25 16:56:25.533300000, delta=837000 ns, racy<=10000 ns 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.534300000, lastModified=2023-03-25 16:56:25.533300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.534300000, lastModified=2023-03-25 16:56:25.533300000, delta=1000000 ns, racy<=10000 ns 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.534464000, lastModified=2023-03-25 16:56:25.533300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.534464000, lastModified=2023-03-25 16:56:25.533300000, delta=1164000 ns, racy<=10000 ns 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.534625000, lastModified=2023-03-25 16:56:25.533300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.534625000, lastModified=2023-03-25 16:56:25.533300000, delta=1325000 ns, racy<=10000 ns 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.534786000, lastModified=2023-03-25 16:56:25.533300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.534786000, lastModified=2023-03-25 16:56:25.533300000, delta=1486000 ns, racy<=10000 ns 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.534 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.534981000, lastModified=2023-03-25 16:56:25.534300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.534981000, lastModified=2023-03-25 16:56:25.534300000, delta=681000 ns, racy<=10000 ns 16:56:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.535149000, lastModified=2023-03-25 16:56:25.534300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.535149000, lastModified=2023-03-25 16:56:25.534300000, delta=849000 ns, racy<=10000 ns 16:56:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.535311000, lastModified=2023-03-25 16:56:25.534300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.535311000, lastModified=2023-03-25 16:56:25.534300000, delta=1011000 ns, racy<=10000 ns 16:56:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.535702000, lastModified=2023-03-25 16:56:25.534300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.535702000, lastModified=2023-03-25 16:56:25.534300000, delta=1402000 ns, racy<=10000 ns 16:56:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.535891000, lastModified=2023-03-25 16:56:25.534300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.535 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.534300000 to 2023-03-25 16:56:25.535300000 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.536076000, lastModified=2023-03-25 16:56:25.535300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.536076000, lastModified=2023-03-25 16:56:25.535300000, delta=776000 ns, racy<=10000 ns 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.536241000, lastModified=2023-03-25 16:56:25.535300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.536241000, lastModified=2023-03-25 16:56:25.535300000, delta=941000 ns, racy<=10000 ns 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.536404000, lastModified=2023-03-25 16:56:25.535300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.536404000, lastModified=2023-03-25 16:56:25.535300000, delta=1104000 ns, racy<=10000 ns 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.536565000, lastModified=2023-03-25 16:56:25.535300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.536565000, lastModified=2023-03-25 16:56:25.535300000, delta=1265000 ns, racy<=10000 ns 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.536725000, lastModified=2023-03-25 16:56:25.535300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.536725000, lastModified=2023-03-25 16:56:25.535300000, delta=1425000 ns, racy<=10000 ns 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.536 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.536929000, lastModified=2023-03-25 16:56:25.536300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.536929000, lastModified=2023-03-25 16:56:25.536300000, delta=629000 ns, racy<=10000 ns 16:56:25.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.537090000, lastModified=2023-03-25 16:56:25.536300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.537090000, lastModified=2023-03-25 16:56:25.536300000, delta=790000 ns, racy<=10000 ns 16:56:25.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.537251000, lastModified=2023-03-25 16:56:25.536300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.537251000, lastModified=2023-03-25 16:56:25.536300000, delta=951000 ns, racy<=10000 ns 16:56:25.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.537641000, lastModified=2023-03-25 16:56:25.536300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.537641000, lastModified=2023-03-25 16:56:25.536300000, delta=1341000 ns, racy<=10000 ns 16:56:25.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.537809000, lastModified=2023-03-25 16:56:25.536300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.536300000 to 2023-03-25 16:56:25.537300000 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.538013000, lastModified=2023-03-25 16:56:25.537300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.538013000, lastModified=2023-03-25 16:56:25.537300000, delta=713000 ns, racy<=10000 ns 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.538179000, lastModified=2023-03-25 16:56:25.537300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.538179000, lastModified=2023-03-25 16:56:25.537300000, delta=879000 ns, racy<=10000 ns 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.538340000, lastModified=2023-03-25 16:56:25.537300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.538340000, lastModified=2023-03-25 16:56:25.537300000, delta=1040000 ns, racy<=10000 ns 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.538501000, lastModified=2023-03-25 16:56:25.537300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.538501000, lastModified=2023-03-25 16:56:25.537300000, delta=1201000 ns, racy<=10000 ns 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.538667000, lastModified=2023-03-25 16:56:25.537300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.538667000, lastModified=2023-03-25 16:56:25.537300000, delta=1367000 ns, racy<=10000 ns 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.538828000, lastModified=2023-03-25 16:56:25.537300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.537300000 to 2023-03-25 16:56:25.538300000 16:56:25.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.539025000, lastModified=2023-03-25 16:56:25.538300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.539025000, lastModified=2023-03-25 16:56:25.538300000, delta=725000 ns, racy<=10000 ns 16:56:25.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.539186000, lastModified=2023-03-25 16:56:25.538300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.539186000, lastModified=2023-03-25 16:56:25.538300000, delta=886000 ns, racy<=10000 ns 16:56:25.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.539581000, lastModified=2023-03-25 16:56:25.538300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.539581000, lastModified=2023-03-25 16:56:25.538300000, delta=1281000 ns, racy<=10000 ns 16:56:25.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.539748000, lastModified=2023-03-25 16:56:25.538300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.539748000, lastModified=2023-03-25 16:56:25.538300000, delta=1448000 ns, racy<=10000 ns 16:56:25.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.539940000, lastModified=2023-03-25 16:56:25.539300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.539940000, lastModified=2023-03-25 16:56:25.539300000, delta=640000 ns, racy<=10000 ns 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.540106000, lastModified=2023-03-25 16:56:25.539300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.540106000, lastModified=2023-03-25 16:56:25.539300000, delta=806000 ns, racy<=10000 ns 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.540262000, lastModified=2023-03-25 16:56:25.539300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.540262000, lastModified=2023-03-25 16:56:25.539300000, delta=962000 ns, racy<=10000 ns 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.540425000, lastModified=2023-03-25 16:56:25.539300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.540425000, lastModified=2023-03-25 16:56:25.539300000, delta=1125000 ns, racy<=10000 ns 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.540585000, lastModified=2023-03-25 16:56:25.539300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.540585000, lastModified=2023-03-25 16:56:25.539300000, delta=1285000 ns, racy<=10000 ns 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.540745000, lastModified=2023-03-25 16:56:25.539300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.540745000, lastModified=2023-03-25 16:56:25.539300000, delta=1445000 ns, racy<=10000 ns 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.540941000, lastModified=2023-03-25 16:56:25.540300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.540941000, lastModified=2023-03-25 16:56:25.540300000, delta=641000 ns, racy<=10000 ns 16:56:25.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.541106000, lastModified=2023-03-25 16:56:25.540300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.541106000, lastModified=2023-03-25 16:56:25.540300000, delta=806000 ns, racy<=10000 ns 16:56:25.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.541485000, lastModified=2023-03-25 16:56:25.540300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.541485000, lastModified=2023-03-25 16:56:25.540300000, delta=1185000 ns, racy<=10000 ns 16:56:25.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.541655000, lastModified=2023-03-25 16:56:25.540300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.541655000, lastModified=2023-03-25 16:56:25.540300000, delta=1355000 ns, racy<=10000 ns 16:56:25.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.541816000, lastModified=2023-03-25 16:56:25.540300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.540300000 to 2023-03-25 16:56:25.541300000 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.542012000, lastModified=2023-03-25 16:56:25.541300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.542012000, lastModified=2023-03-25 16:56:25.541300000, delta=712000 ns, racy<=10000 ns 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.542178000, lastModified=2023-03-25 16:56:25.541300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.542178000, lastModified=2023-03-25 16:56:25.541300000, delta=878000 ns, racy<=10000 ns 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.542343000, lastModified=2023-03-25 16:56:25.541300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.542343000, lastModified=2023-03-25 16:56:25.541300000, delta=1043000 ns, racy<=10000 ns 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.542503000, lastModified=2023-03-25 16:56:25.541300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.542503000, lastModified=2023-03-25 16:56:25.541300000, delta=1203000 ns, racy<=10000 ns 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.542664000, lastModified=2023-03-25 16:56:25.541300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.542664000, lastModified=2023-03-25 16:56:25.541300000, delta=1364000 ns, racy<=10000 ns 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.542829000, lastModified=2023-03-25 16:56:25.541300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.541300000 to 2023-03-25 16:56:25.542300000 16:56:25.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.543029000, lastModified=2023-03-25 16:56:25.542300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.543029000, lastModified=2023-03-25 16:56:25.542300000, delta=729000 ns, racy<=10000 ns 16:56:25.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.543438000, lastModified=2023-03-25 16:56:25.542300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.543438000, lastModified=2023-03-25 16:56:25.542300000, delta=1138000 ns, racy<=10000 ns 16:56:25.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.543608000, lastModified=2023-03-25 16:56:25.542300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.543608000, lastModified=2023-03-25 16:56:25.542300000, delta=1308000 ns, racy<=10000 ns 16:56:25.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.543771000, lastModified=2023-03-25 16:56:25.542300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.543771000, lastModified=2023-03-25 16:56:25.542300000, delta=1471000 ns, racy<=10000 ns 16:56:25.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.543980000, lastModified=2023-03-25 16:56:25.543300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.543980000, lastModified=2023-03-25 16:56:25.543300000, delta=680000 ns, racy<=10000 ns 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.544150000, lastModified=2023-03-25 16:56:25.543300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.544150000, lastModified=2023-03-25 16:56:25.543300000, delta=850000 ns, racy<=10000 ns 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.544312000, lastModified=2023-03-25 16:56:25.543300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.544312000, lastModified=2023-03-25 16:56:25.543300000, delta=1012000 ns, racy<=10000 ns 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.544474000, lastModified=2023-03-25 16:56:25.543300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.544474000, lastModified=2023-03-25 16:56:25.543300000, delta=1174000 ns, racy<=10000 ns 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.544634000, lastModified=2023-03-25 16:56:25.543300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.544634000, lastModified=2023-03-25 16:56:25.543300000, delta=1334000 ns, racy<=10000 ns 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.544797000, lastModified=2023-03-25 16:56:25.543300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.543300000 to 2023-03-25 16:56:25.544300000 16:56:25.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.545009000, lastModified=2023-03-25 16:56:25.544300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.545009000, lastModified=2023-03-25 16:56:25.544300000, delta=709000 ns, racy<=10000 ns 16:56:25.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.545408000, lastModified=2023-03-25 16:56:25.544300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.545408000, lastModified=2023-03-25 16:56:25.544300000, delta=1108000 ns, racy<=10000 ns 16:56:25.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.545576000, lastModified=2023-03-25 16:56:25.544300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.545576000, lastModified=2023-03-25 16:56:25.544300000, delta=1276000 ns, racy<=10000 ns 16:56:25.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.545739000, lastModified=2023-03-25 16:56:25.544300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.545739000, lastModified=2023-03-25 16:56:25.544300000, delta=1439000 ns, racy<=10000 ns 16:56:25.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.545934000, lastModified=2023-03-25 16:56:25.545300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.545934000, lastModified=2023-03-25 16:56:25.545300000, delta=634000 ns, racy<=10000 ns 16:56:25.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.546101000, lastModified=2023-03-25 16:56:25.545300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.546101000, lastModified=2023-03-25 16:56:25.545300000, delta=801000 ns, racy<=10000 ns 16:56:25.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.546263000, lastModified=2023-03-25 16:56:25.545300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.546263000, lastModified=2023-03-25 16:56:25.545300000, delta=963000 ns, racy<=10000 ns 16:56:25.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.546425000, lastModified=2023-03-25 16:56:25.545300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.546425000, lastModified=2023-03-25 16:56:25.545300000, delta=1125000 ns, racy<=10000 ns 16:56:25.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.546587000, lastModified=2023-03-25 16:56:25.545300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.546587000, lastModified=2023-03-25 16:56:25.545300000, delta=1287000 ns, racy<=10000 ns 16:56:25.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.546904000, lastModified=2023-03-25 16:56:25.545300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.545300000 to 2023-03-25 16:56:25.546300000 16:56:25.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.547081000, lastModified=2023-03-25 16:56:25.546300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.547081000, lastModified=2023-03-25 16:56:25.546300000, delta=781000 ns, racy<=10000 ns 16:56:25.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.547499000, lastModified=2023-03-25 16:56:25.546300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.547499000, lastModified=2023-03-25 16:56:25.546300000, delta=1199000 ns, racy<=10000 ns 16:56:25.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.547667000, lastModified=2023-03-25 16:56:25.546300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.547667000, lastModified=2023-03-25 16:56:25.546300000, delta=1367000 ns, racy<=10000 ns 16:56:25.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.547828000, lastModified=2023-03-25 16:56:25.546300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.546300000 to 2023-03-25 16:56:25.547300000 16:56:25.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.548024000, lastModified=2023-03-25 16:56:25.547300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.548024000, lastModified=2023-03-25 16:56:25.547300000, delta=724000 ns, racy<=10000 ns 16:56:25.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.548188000, lastModified=2023-03-25 16:56:25.547300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.548188000, lastModified=2023-03-25 16:56:25.547300000, delta=888000 ns, racy<=10000 ns 16:56:25.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.548350000, lastModified=2023-03-25 16:56:25.547300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.548350000, lastModified=2023-03-25 16:56:25.547300000, delta=1050000 ns, racy<=10000 ns 16:56:25.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.548508000, lastModified=2023-03-25 16:56:25.547300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.548508000, lastModified=2023-03-25 16:56:25.547300000, delta=1208000 ns, racy<=10000 ns 16:56:25.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.548667000, lastModified=2023-03-25 16:56:25.547300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.548667000, lastModified=2023-03-25 16:56:25.547300000, delta=1367000 ns, racy<=10000 ns 16:56:25.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.548992000, lastModified=2023-03-25 16:56:25.548300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.548992000, lastModified=2023-03-25 16:56:25.548300000, delta=692000 ns, racy<=10000 ns 16:56:25.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.549184000, lastModified=2023-03-25 16:56:25.548300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.549184000, lastModified=2023-03-25 16:56:25.548300000, delta=884000 ns, racy<=10000 ns 16:56:25.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.549624000, lastModified=2023-03-25 16:56:25.548300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.549624000, lastModified=2023-03-25 16:56:25.548300000, delta=1324000 ns, racy<=10000 ns 16:56:25.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.549799000, lastModified=2023-03-25 16:56:25.548300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.548300000 to 2023-03-25 16:56:25.549300000 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.550007000, lastModified=2023-03-25 16:56:25.549300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.550007000, lastModified=2023-03-25 16:56:25.549300000, delta=707000 ns, racy<=10000 ns 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.550188000, lastModified=2023-03-25 16:56:25.549300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.550188000, lastModified=2023-03-25 16:56:25.549300000, delta=888000 ns, racy<=10000 ns 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.550365000, lastModified=2023-03-25 16:56:25.549300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.550365000, lastModified=2023-03-25 16:56:25.549300000, delta=1065000 ns, racy<=10000 ns 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.550541000, lastModified=2023-03-25 16:56:25.549300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.550541000, lastModified=2023-03-25 16:56:25.549300000, delta=1241000 ns, racy<=10000 ns 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.550712000, lastModified=2023-03-25 16:56:25.549300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.550712000, lastModified=2023-03-25 16:56:25.549300000, delta=1412000 ns, racy<=10000 ns 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.550921000, lastModified=2023-03-25 16:56:25.550300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.550921000, lastModified=2023-03-25 16:56:25.550300000, delta=621000 ns, racy<=10000 ns 16:56:25.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.551208000, lastModified=2023-03-25 16:56:25.550300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.551208000, lastModified=2023-03-25 16:56:25.550300000, delta=908000 ns, racy<=10000 ns 16:56:25.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.551378000, lastModified=2023-03-25 16:56:25.550300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.551378000, lastModified=2023-03-25 16:56:25.550300000, delta=1078000 ns, racy<=10000 ns 16:56:25.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.551826000, lastModified=2023-03-25 16:56:25.550300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.550300000 to 2023-03-25 16:56:25.551300000 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.552026000, lastModified=2023-03-25 16:56:25.551300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.552026000, lastModified=2023-03-25 16:56:25.551300000, delta=726000 ns, racy<=10000 ns 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.552212000, lastModified=2023-03-25 16:56:25.551300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.552212000, lastModified=2023-03-25 16:56:25.551300000, delta=912000 ns, racy<=10000 ns 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.552388000, lastModified=2023-03-25 16:56:25.551300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.552388000, lastModified=2023-03-25 16:56:25.551300000, delta=1088000 ns, racy<=10000 ns 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.552559000, lastModified=2023-03-25 16:56:25.551300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.552559000, lastModified=2023-03-25 16:56:25.551300000, delta=1259000 ns, racy<=10000 ns 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.552729000, lastModified=2023-03-25 16:56:25.551300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.552729000, lastModified=2023-03-25 16:56:25.551300000, delta=1429000 ns, racy<=10000 ns 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.552961000, lastModified=2023-03-25 16:56:25.552300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.552961000, lastModified=2023-03-25 16:56:25.552300000, delta=661000 ns, racy<=10000 ns 16:56:25.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.553145000, lastModified=2023-03-25 16:56:25.552300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.553145000, lastModified=2023-03-25 16:56:25.552300000, delta=845000 ns, racy<=10000 ns 16:56:25.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.553425000, lastModified=2023-03-25 16:56:25.552300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.553425000, lastModified=2023-03-25 16:56:25.552300000, delta=1125000 ns, racy<=10000 ns 16:56:25.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.553597000, lastModified=2023-03-25 16:56:25.552300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.553597000, lastModified=2023-03-25 16:56:25.552300000, delta=1297000 ns, racy<=10000 ns 16:56:25.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.553978000, lastModified=2023-03-25 16:56:25.552300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.552300000 to 2023-03-25 16:56:25.553300000 16:56:25.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.554170000, lastModified=2023-03-25 16:56:25.553300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.554170000, lastModified=2023-03-25 16:56:25.553300000, delta=870000 ns, racy<=10000 ns 16:56:25.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.554351000, lastModified=2023-03-25 16:56:25.553300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.554351000, lastModified=2023-03-25 16:56:25.553300000, delta=1051000 ns, racy<=10000 ns 16:56:25.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.554522000, lastModified=2023-03-25 16:56:25.553300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.554522000, lastModified=2023-03-25 16:56:25.553300000, delta=1222000 ns, racy<=10000 ns 16:56:25.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.554692000, lastModified=2023-03-25 16:56:25.553300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.554692000, lastModified=2023-03-25 16:56:25.553300000, delta=1392000 ns, racy<=10000 ns 16:56:25.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.554866000, lastModified=2023-03-25 16:56:25.553300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.553300000 to 2023-03-25 16:56:25.554300000 16:56:25.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.555082000, lastModified=2023-03-25 16:56:25.554300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.555082000, lastModified=2023-03-25 16:56:25.554300000, delta=782000 ns, racy<=10000 ns 16:56:25.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.555259000, lastModified=2023-03-25 16:56:25.554300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.555259000, lastModified=2023-03-25 16:56:25.554300000, delta=959000 ns, racy<=10000 ns 16:56:25.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.555572000, lastModified=2023-03-25 16:56:25.554300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.555572000, lastModified=2023-03-25 16:56:25.554300000, delta=1272000 ns, racy<=10000 ns 16:56:25.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.555753000, lastModified=2023-03-25 16:56:25.554300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.555753000, lastModified=2023-03-25 16:56:25.554300000, delta=1453000 ns, racy<=10000 ns 16:56:25.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.556300000, lastModified=2023-03-25 16:56:25.555300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.556300000, lastModified=2023-03-25 16:56:25.555300000, delta=1000000 ns, racy<=10000 ns 16:56:25.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.556520000, lastModified=2023-03-25 16:56:25.555300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.556520000, lastModified=2023-03-25 16:56:25.555300000, delta=1220000 ns, racy<=10000 ns 16:56:25.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.556703000, lastModified=2023-03-25 16:56:25.555300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.556703000, lastModified=2023-03-25 16:56:25.555300000, delta=1403000 ns, racy<=10000 ns 16:56:25.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.556903000, lastModified=2023-03-25 16:56:25.555300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.555300000 to 2023-03-25 16:56:25.556300000 16:56:25.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.557110000, lastModified=2023-03-25 16:56:25.556300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.557110000, lastModified=2023-03-25 16:56:25.556300000, delta=810000 ns, racy<=10000 ns 16:56:25.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.557283000, lastModified=2023-03-25 16:56:25.556300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.557283000, lastModified=2023-03-25 16:56:25.556300000, delta=983000 ns, racy<=10000 ns 16:56:25.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.557462000, lastModified=2023-03-25 16:56:25.556300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.557462000, lastModified=2023-03-25 16:56:25.556300000, delta=1162000 ns, racy<=10000 ns 16:56:25.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.557632000, lastModified=2023-03-25 16:56:25.556300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.557632000, lastModified=2023-03-25 16:56:25.556300000, delta=1332000 ns, racy<=10000 ns 16:56:25.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.557958000, lastModified=2023-03-25 16:56:25.557300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.557958000, lastModified=2023-03-25 16:56:25.557300000, delta=658000 ns, racy<=10000 ns 16:56:25.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.558144000, lastModified=2023-03-25 16:56:25.557300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.558144000, lastModified=2023-03-25 16:56:25.557300000, delta=844000 ns, racy<=10000 ns 16:56:25.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.558546000, lastModified=2023-03-25 16:56:25.557300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.558546000, lastModified=2023-03-25 16:56:25.557300000, delta=1246000 ns, racy<=10000 ns 16:56:25.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.558722000, lastModified=2023-03-25 16:56:25.557300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.558722000, lastModified=2023-03-25 16:56:25.557300000, delta=1422000 ns, racy<=10000 ns 16:56:25.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.558917000, lastModified=2023-03-25 16:56:25.558300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.558917000, lastModified=2023-03-25 16:56:25.558300000, delta=617000 ns, racy<=10000 ns 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.559118000, lastModified=2023-03-25 16:56:25.558300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.559118000, lastModified=2023-03-25 16:56:25.558300000, delta=818000 ns, racy<=10000 ns 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.559292000, lastModified=2023-03-25 16:56:25.558300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.559292000, lastModified=2023-03-25 16:56:25.558300000, delta=992000 ns, racy<=10000 ns 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.559477000, lastModified=2023-03-25 16:56:25.558300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.559477000, lastModified=2023-03-25 16:56:25.558300000, delta=1177000 ns, racy<=10000 ns 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.559646000, lastModified=2023-03-25 16:56:25.558300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.559646000, lastModified=2023-03-25 16:56:25.558300000, delta=1346000 ns, racy<=10000 ns 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.559816000, lastModified=2023-03-25 16:56:25.558300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.558300000 to 2023-03-25 16:56:25.559300000 16:56:25.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.560153000, lastModified=2023-03-25 16:56:25.559300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.560153000, lastModified=2023-03-25 16:56:25.559300000, delta=853000 ns, racy<=10000 ns 16:56:25.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.560332000, lastModified=2023-03-25 16:56:25.559300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.560332000, lastModified=2023-03-25 16:56:25.559300000, delta=1032000 ns, racy<=10000 ns 16:56:25.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.560728000, lastModified=2023-03-25 16:56:25.559300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.560728000, lastModified=2023-03-25 16:56:25.559300000, delta=1428000 ns, racy<=10000 ns 16:56:25.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.560935000, lastModified=2023-03-25 16:56:25.560300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.560935000, lastModified=2023-03-25 16:56:25.560300000, delta=635000 ns, racy<=10000 ns 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.561113000, lastModified=2023-03-25 16:56:25.560300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.561113000, lastModified=2023-03-25 16:56:25.560300000, delta=813000 ns, racy<=10000 ns 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.561283000, lastModified=2023-03-25 16:56:25.560300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.561283000, lastModified=2023-03-25 16:56:25.560300000, delta=983000 ns, racy<=10000 ns 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.561455000, lastModified=2023-03-25 16:56:25.560300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.561455000, lastModified=2023-03-25 16:56:25.560300000, delta=1155000 ns, racy<=10000 ns 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.561625000, lastModified=2023-03-25 16:56:25.560300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.561625000, lastModified=2023-03-25 16:56:25.560300000, delta=1325000 ns, racy<=10000 ns 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.561792000, lastModified=2023-03-25 16:56:25.560300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.561792000, lastModified=2023-03-25 16:56:25.560300000, delta=1492000 ns, racy<=10000 ns 16:56:25.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.562003000, lastModified=2023-03-25 16:56:25.561300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.562003000, lastModified=2023-03-25 16:56:25.561300000, delta=703000 ns, racy<=10000 ns 16:56:25.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.562291000, lastModified=2023-03-25 16:56:25.561300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.562291000, lastModified=2023-03-25 16:56:25.561300000, delta=991000 ns, racy<=10000 ns 16:56:25.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.562468000, lastModified=2023-03-25 16:56:25.561300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.562468000, lastModified=2023-03-25 16:56:25.561300000, delta=1168000 ns, racy<=10000 ns 16:56:25.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.562850000, lastModified=2023-03-25 16:56:25.561300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.561300000 to 2023-03-25 16:56:25.562300000 16:56:25.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.563068000, lastModified=2023-03-25 16:56:25.562300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.563068000, lastModified=2023-03-25 16:56:25.562300000, delta=768000 ns, racy<=10000 ns 16:56:25.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.563249000, lastModified=2023-03-25 16:56:25.562300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.563249000, lastModified=2023-03-25 16:56:25.562300000, delta=949000 ns, racy<=10000 ns 16:56:25.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.563419000, lastModified=2023-03-25 16:56:25.562300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.563419000, lastModified=2023-03-25 16:56:25.562300000, delta=1119000 ns, racy<=10000 ns 16:56:25.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.563607000, lastModified=2023-03-25 16:56:25.562300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.563607000, lastModified=2023-03-25 16:56:25.562300000, delta=1307000 ns, racy<=10000 ns 16:56:25.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.563777000, lastModified=2023-03-25 16:56:25.562300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.563777000, lastModified=2023-03-25 16:56:25.562300000, delta=1477000 ns, racy<=10000 ns 16:56:25.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.564001000, lastModified=2023-03-25 16:56:25.563300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.564001000, lastModified=2023-03-25 16:56:25.563300000, delta=701000 ns, racy<=10000 ns 16:56:25.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.564175000, lastModified=2023-03-25 16:56:25.563300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.564175000, lastModified=2023-03-25 16:56:25.563300000, delta=875000 ns, racy<=10000 ns 16:56:25.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.564457000, lastModified=2023-03-25 16:56:25.563300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.564457000, lastModified=2023-03-25 16:56:25.563300000, delta=1157000 ns, racy<=10000 ns 16:56:25.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.564629000, lastModified=2023-03-25 16:56:25.563300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.564629000, lastModified=2023-03-25 16:56:25.563300000, delta=1329000 ns, racy<=10000 ns 16:56:25.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.564996000, lastModified=2023-03-25 16:56:25.563300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.563300000 to 2023-03-25 16:56:25.564300000 16:56:25.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.565265000, lastModified=2023-03-25 16:56:25.564300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.565265000, lastModified=2023-03-25 16:56:25.564300000, delta=965000 ns, racy<=10000 ns 16:56:25.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.565459000, lastModified=2023-03-25 16:56:25.564300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.565459000, lastModified=2023-03-25 16:56:25.564300000, delta=1159000 ns, racy<=10000 ns 16:56:25.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.565625000, lastModified=2023-03-25 16:56:25.564300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.565625000, lastModified=2023-03-25 16:56:25.564300000, delta=1325000 ns, racy<=10000 ns 16:56:25.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.565785000, lastModified=2023-03-25 16:56:25.564300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.565785000, lastModified=2023-03-25 16:56:25.564300000, delta=1485000 ns, racy<=10000 ns 16:56:25.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.565981000, lastModified=2023-03-25 16:56:25.565300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.565981000, lastModified=2023-03-25 16:56:25.565300000, delta=681000 ns, racy<=10000 ns 16:56:25.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.566144000, lastModified=2023-03-25 16:56:25.565300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.566144000, lastModified=2023-03-25 16:56:25.565300000, delta=844000 ns, racy<=10000 ns 16:56:25.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.566306000, lastModified=2023-03-25 16:56:25.565300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.566306000, lastModified=2023-03-25 16:56:25.565300000, delta=1006000 ns, racy<=10000 ns 16:56:25.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.566581000, lastModified=2023-03-25 16:56:25.565300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.566581000, lastModified=2023-03-25 16:56:25.565300000, delta=1281000 ns, racy<=10000 ns 16:56:25.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.566746000, lastModified=2023-03-25 16:56:25.565300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.566746000, lastModified=2023-03-25 16:56:25.565300000, delta=1446000 ns, racy<=10000 ns 16:56:25.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.567254000, lastModified=2023-03-25 16:56:25.566300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.567254000, lastModified=2023-03-25 16:56:25.566300000, delta=954000 ns, racy<=10000 ns 16:56:25.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.567450000, lastModified=2023-03-25 16:56:25.566300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.567450000, lastModified=2023-03-25 16:56:25.566300000, delta=1150000 ns, racy<=10000 ns 16:56:25.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.567620000, lastModified=2023-03-25 16:56:25.566300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.567620000, lastModified=2023-03-25 16:56:25.566300000, delta=1320000 ns, racy<=10000 ns 16:56:25.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.567784000, lastModified=2023-03-25 16:56:25.566300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.567784000, lastModified=2023-03-25 16:56:25.566300000, delta=1484000 ns, racy<=10000 ns 16:56:25.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.567974000, lastModified=2023-03-25 16:56:25.567300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.567974000, lastModified=2023-03-25 16:56:25.567300000, delta=674000 ns, racy<=10000 ns 16:56:25.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.568141000, lastModified=2023-03-25 16:56:25.567300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.568141000, lastModified=2023-03-25 16:56:25.567300000, delta=841000 ns, racy<=10000 ns 16:56:25.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.568362000, lastModified=2023-03-25 16:56:25.567300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.568362000, lastModified=2023-03-25 16:56:25.567300000, delta=1062000 ns, racy<=10000 ns 16:56:25.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.568572000, lastModified=2023-03-25 16:56:25.567300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.568572000, lastModified=2023-03-25 16:56:25.567300000, delta=1272000 ns, racy<=10000 ns 16:56:25.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.568944000, lastModified=2023-03-25 16:56:25.567300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.567300000 to 2023-03-25 16:56:25.568300000 16:56:25.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.569158000, lastModified=2023-03-25 16:56:25.568300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.569158000, lastModified=2023-03-25 16:56:25.568300000, delta=858000 ns, racy<=10000 ns 16:56:25.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.569636000, lastModified=2023-03-25 16:56:25.568300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.569636000, lastModified=2023-03-25 16:56:25.568300000, delta=1336000 ns, racy<=10000 ns 16:56:25.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.569816000, lastModified=2023-03-25 16:56:25.568300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.568300000 to 2023-03-25 16:56:25.569300000 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.570022000, lastModified=2023-03-25 16:56:25.569300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.570022000, lastModified=2023-03-25 16:56:25.569300000, delta=722000 ns, racy<=10000 ns 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.570189000, lastModified=2023-03-25 16:56:25.569300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.570189000, lastModified=2023-03-25 16:56:25.569300000, delta=889000 ns, racy<=10000 ns 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.570355000, lastModified=2023-03-25 16:56:25.569300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.570355000, lastModified=2023-03-25 16:56:25.569300000, delta=1055000 ns, racy<=10000 ns 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.570518000, lastModified=2023-03-25 16:56:25.569300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.570518000, lastModified=2023-03-25 16:56:25.569300000, delta=1218000 ns, racy<=10000 ns 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.570679000, lastModified=2023-03-25 16:56:25.569300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.570679000, lastModified=2023-03-25 16:56:25.569300000, delta=1379000 ns, racy<=10000 ns 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.570842000, lastModified=2023-03-25 16:56:25.569300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.569300000 to 2023-03-25 16:56:25.570300000 16:56:25.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.571152000, lastModified=2023-03-25 16:56:25.570300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.571152000, lastModified=2023-03-25 16:56:25.570300000, delta=852000 ns, racy<=10000 ns 16:56:25.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.571321000, lastModified=2023-03-25 16:56:25.570300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.571321000, lastModified=2023-03-25 16:56:25.570300000, delta=1021000 ns, racy<=10000 ns 16:56:25.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.571721000, lastModified=2023-03-25 16:56:25.570300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.571721000, lastModified=2023-03-25 16:56:25.570300000, delta=1421000 ns, racy<=10000 ns 16:56:25.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.571951000, lastModified=2023-03-25 16:56:25.571300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.571951000, lastModified=2023-03-25 16:56:25.571300000, delta=651000 ns, racy<=10000 ns 16:56:25.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.572128000, lastModified=2023-03-25 16:56:25.571300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.572128000, lastModified=2023-03-25 16:56:25.571300000, delta=828000 ns, racy<=10000 ns 16:56:25.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.572363000, lastModified=2023-03-25 16:56:25.571300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.572363000, lastModified=2023-03-25 16:56:25.571300000, delta=1063000 ns, racy<=10000 ns 16:56:25.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.572597000, lastModified=2023-03-25 16:56:25.571300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.572597000, lastModified=2023-03-25 16:56:25.571300000, delta=1297000 ns, racy<=10000 ns 16:56:25.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.572801000, lastModified=2023-03-25 16:56:25.571300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.572801000, lastModified=2023-03-25 16:56:25.571300000, delta=1501000 ns, racy<=10000 ns 16:56:25.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.573006000, lastModified=2023-03-25 16:56:25.572300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.573006000, lastModified=2023-03-25 16:56:25.572300000, delta=706000 ns, racy<=10000 ns 16:56:25.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.573272000, lastModified=2023-03-25 16:56:25.572300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.573272000, lastModified=2023-03-25 16:56:25.572300000, delta=972000 ns, racy<=10000 ns 16:56:25.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.573670000, lastModified=2023-03-25 16:56:25.572300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.573670000, lastModified=2023-03-25 16:56:25.572300000, delta=1370000 ns, racy<=10000 ns 16:56:25.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.573853000, lastModified=2023-03-25 16:56:25.572300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.572300000 to 2023-03-25 16:56:25.573300000 16:56:25.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.574487000, lastModified=2023-03-25 16:56:25.573300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.574487000, lastModified=2023-03-25 16:56:25.573300000, delta=1187000 ns, racy<=10000 ns 16:56:25.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.574704000, lastModified=2023-03-25 16:56:25.573300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.574704000, lastModified=2023-03-25 16:56:25.573300000, delta=1404000 ns, racy<=10000 ns 16:56:25.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.574922000, lastModified=2023-03-25 16:56:25.573300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.573300000 to 2023-03-25 16:56:25.574300000 16:56:25.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.575188000, lastModified=2023-03-25 16:56:25.574300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.575188000, lastModified=2023-03-25 16:56:25.574300000, delta=888000 ns, racy<=10000 ns 16:56:25.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.575383000, lastModified=2023-03-25 16:56:25.574300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.575383000, lastModified=2023-03-25 16:56:25.574300000, delta=1083000 ns, racy<=10000 ns 16:56:25.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.575561000, lastModified=2023-03-25 16:56:25.574300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.575561000, lastModified=2023-03-25 16:56:25.574300000, delta=1261000 ns, racy<=10000 ns 16:56:25.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.575766000, lastModified=2023-03-25 16:56:25.574300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.575766000, lastModified=2023-03-25 16:56:25.574300000, delta=1466000 ns, racy<=10000 ns 16:56:25.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.575995000, lastModified=2023-03-25 16:56:25.575300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.575995000, lastModified=2023-03-25 16:56:25.575300000, delta=695000 ns, racy<=10000 ns 16:56:25.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.576337000, lastModified=2023-03-25 16:56:25.575300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.576337000, lastModified=2023-03-25 16:56:25.575300000, delta=1037000 ns, racy<=10000 ns 16:56:25.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.576509000, lastModified=2023-03-25 16:56:25.575300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.576509000, lastModified=2023-03-25 16:56:25.575300000, delta=1209000 ns, racy<=10000 ns 16:56:25.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.576939000, lastModified=2023-03-25 16:56:25.575300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.575300000 to 2023-03-25 16:56:25.576300000 16:56:25.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.577143000, lastModified=2023-03-25 16:56:25.576300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.577143000, lastModified=2023-03-25 16:56:25.576300000, delta=843000 ns, racy<=10000 ns 16:56:25.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.577322000, lastModified=2023-03-25 16:56:25.576300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.577322000, lastModified=2023-03-25 16:56:25.576300000, delta=1022000 ns, racy<=10000 ns 16:56:25.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.577489000, lastModified=2023-03-25 16:56:25.576300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.577489000, lastModified=2023-03-25 16:56:25.576300000, delta=1189000 ns, racy<=10000 ns 16:56:25.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.577665000, lastModified=2023-03-25 16:56:25.576300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.577665000, lastModified=2023-03-25 16:56:25.576300000, delta=1365000 ns, racy<=10000 ns 16:56:25.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.577883000, lastModified=2023-03-25 16:56:25.576300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.576300000 to 2023-03-25 16:56:25.577300000 16:56:25.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.578072000, lastModified=2023-03-25 16:56:25.577300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.578072000, lastModified=2023-03-25 16:56:25.577300000, delta=772000 ns, racy<=10000 ns 16:56:25.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.578278000, lastModified=2023-03-25 16:56:25.577300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.578278000, lastModified=2023-03-25 16:56:25.577300000, delta=978000 ns, racy<=10000 ns 16:56:25.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.578587000, lastModified=2023-03-25 16:56:25.577300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.578587000, lastModified=2023-03-25 16:56:25.577300000, delta=1287000 ns, racy<=10000 ns 16:56:25.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.578810000, lastModified=2023-03-25 16:56:25.577300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.577300000 to 2023-03-25 16:56:25.578300000 16:56:25.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.579226000, lastModified=2023-03-25 16:56:25.578300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.579226000, lastModified=2023-03-25 16:56:25.578300000, delta=926000 ns, racy<=10000 ns 16:56:25.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.579819000, lastModified=2023-03-25 16:56:25.578300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.578300000 to 2023-03-25 16:56:25.579300000 16:56:25.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.580033000, lastModified=2023-03-25 16:56:25.579300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.580033000, lastModified=2023-03-25 16:56:25.579300000, delta=733000 ns, racy<=10000 ns 16:56:25.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.580310000, lastModified=2023-03-25 16:56:25.579300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.580310000, lastModified=2023-03-25 16:56:25.579300000, delta=1010000 ns, racy<=10000 ns 16:56:25.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.580489000, lastModified=2023-03-25 16:56:25.579300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.580489000, lastModified=2023-03-25 16:56:25.579300000, delta=1189000 ns, racy<=10000 ns 16:56:25.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.580659000, lastModified=2023-03-25 16:56:25.579300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.580659000, lastModified=2023-03-25 16:56:25.579300000, delta=1359000 ns, racy<=10000 ns 16:56:25.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.580830000, lastModified=2023-03-25 16:56:25.579300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.579300000 to 2023-03-25 16:56:25.580300000 16:56:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.581022000, lastModified=2023-03-25 16:56:25.580300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.581022000, lastModified=2023-03-25 16:56:25.580300000, delta=722000 ns, racy<=10000 ns 16:56:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.581195000, lastModified=2023-03-25 16:56:25.580300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.581195000, lastModified=2023-03-25 16:56:25.580300000, delta=895000 ns, racy<=10000 ns 16:56:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.581360000, lastModified=2023-03-25 16:56:25.580300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.581360000, lastModified=2023-03-25 16:56:25.580300000, delta=1060000 ns, racy<=10000 ns 16:56:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.581693000, lastModified=2023-03-25 16:56:25.580300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.581693000, lastModified=2023-03-25 16:56:25.580300000, delta=1393000 ns, racy<=10000 ns 16:56:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.581872000, lastModified=2023-03-25 16:56:25.580300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.580300000 to 2023-03-25 16:56:25.581300000 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.582071000, lastModified=2023-03-25 16:56:25.581300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.582071000, lastModified=2023-03-25 16:56:25.581300000, delta=771000 ns, racy<=10000 ns 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.582247000, lastModified=2023-03-25 16:56:25.581300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.582247000, lastModified=2023-03-25 16:56:25.581300000, delta=947000 ns, racy<=10000 ns 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.582414000, lastModified=2023-03-25 16:56:25.581300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.582414000, lastModified=2023-03-25 16:56:25.581300000, delta=1114000 ns, racy<=10000 ns 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.582581000, lastModified=2023-03-25 16:56:25.581300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.582581000, lastModified=2023-03-25 16:56:25.581300000, delta=1281000 ns, racy<=10000 ns 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.582746000, lastModified=2023-03-25 16:56:25.581300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.582746000, lastModified=2023-03-25 16:56:25.581300000, delta=1446000 ns, racy<=10000 ns 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.582911000, lastModified=2023-03-25 16:56:25.582300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.582911000, lastModified=2023-03-25 16:56:25.582300000, delta=611000 ns, racy<=10000 ns 16:56:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.583076000, lastModified=2023-03-25 16:56:25.582300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.583076000, lastModified=2023-03-25 16:56:25.582300000, delta=776000 ns, racy<=10000 ns 16:56:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.583243000, lastModified=2023-03-25 16:56:25.582300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.583243000, lastModified=2023-03-25 16:56:25.582300000, delta=943000 ns, racy<=10000 ns 16:56:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.583611000, lastModified=2023-03-25 16:56:25.582300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.583611000, lastModified=2023-03-25 16:56:25.582300000, delta=1311000 ns, racy<=10000 ns 16:56:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.583782000, lastModified=2023-03-25 16:56:25.582300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.583782000, lastModified=2023-03-25 16:56:25.582300000, delta=1482000 ns, racy<=10000 ns 16:56:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.583950000, lastModified=2023-03-25 16:56:25.583300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.583950000, lastModified=2023-03-25 16:56:25.583300000, delta=650000 ns, racy<=10000 ns 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.584157000, lastModified=2023-03-25 16:56:25.583300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.584157000, lastModified=2023-03-25 16:56:25.583300000, delta=857000 ns, racy<=10000 ns 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.584324000, lastModified=2023-03-25 16:56:25.583300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.584324000, lastModified=2023-03-25 16:56:25.583300000, delta=1024000 ns, racy<=10000 ns 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.584504000, lastModified=2023-03-25 16:56:25.583300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.584504000, lastModified=2023-03-25 16:56:25.583300000, delta=1204000 ns, racy<=10000 ns 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.584667000, lastModified=2023-03-25 16:56:25.583300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.584667000, lastModified=2023-03-25 16:56:25.583300000, delta=1367000 ns, racy<=10000 ns 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.584830000, lastModified=2023-03-25 16:56:25.583300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.583300000 to 2023-03-25 16:56:25.584300000 16:56:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.585034000, lastModified=2023-03-25 16:56:25.584300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.585034000, lastModified=2023-03-25 16:56:25.584300000, delta=734000 ns, racy<=10000 ns 16:56:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.585207000, lastModified=2023-03-25 16:56:25.584300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.585207000, lastModified=2023-03-25 16:56:25.584300000, delta=907000 ns, racy<=10000 ns 16:56:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.585534000, lastModified=2023-03-25 16:56:25.584300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.585534000, lastModified=2023-03-25 16:56:25.584300000, delta=1234000 ns, racy<=10000 ns 16:56:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.585716000, lastModified=2023-03-25 16:56:25.584300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.585716000, lastModified=2023-03-25 16:56:25.584300000, delta=1416000 ns, racy<=10000 ns 16:56:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.585905000, lastModified=2023-03-25 16:56:25.584300000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.584300000 to 2023-03-25 16:56:25.585301000 16:56:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.586115000, lastModified=2023-03-25 16:56:25.585301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.586115000, lastModified=2023-03-25 16:56:25.585301000, delta=814000 ns, racy<=10000 ns 16:56:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.586359000, lastModified=2023-03-25 16:56:25.585301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.586359000, lastModified=2023-03-25 16:56:25.585301000, delta=1058000 ns, racy<=10000 ns 16:56:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.586567000, lastModified=2023-03-25 16:56:25.585301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.586567000, lastModified=2023-03-25 16:56:25.585301000, delta=1266000 ns, racy<=10000 ns 16:56:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.586742000, lastModified=2023-03-25 16:56:25.585301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.586742000, lastModified=2023-03-25 16:56:25.585301000, delta=1441000 ns, racy<=10000 ns 16:56:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.586948000, lastModified=2023-03-25 16:56:25.586301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.586948000, lastModified=2023-03-25 16:56:25.586301000, delta=647000 ns, racy<=10000 ns 16:56:25.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.587135000, lastModified=2023-03-25 16:56:25.586301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.587135000, lastModified=2023-03-25 16:56:25.586301000, delta=834000 ns, racy<=10000 ns 16:56:25.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.587315000, lastModified=2023-03-25 16:56:25.586301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.587315000, lastModified=2023-03-25 16:56:25.586301000, delta=1014000 ns, racy<=10000 ns 16:56:25.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.587709000, lastModified=2023-03-25 16:56:25.586301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.587709000, lastModified=2023-03-25 16:56:25.586301000, delta=1408000 ns, racy<=10000 ns 16:56:25.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.587936000, lastModified=2023-03-25 16:56:25.586301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.586301000 to 2023-03-25 16:56:25.587301000 16:56:25.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.588117000, lastModified=2023-03-25 16:56:25.587301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.588117000, lastModified=2023-03-25 16:56:25.587301000, delta=816000 ns, racy<=10000 ns 16:56:25.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.588295000, lastModified=2023-03-25 16:56:25.587301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.588295000, lastModified=2023-03-25 16:56:25.587301000, delta=994000 ns, racy<=10000 ns 16:56:25.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.588482000, lastModified=2023-03-25 16:56:25.587301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.588482000, lastModified=2023-03-25 16:56:25.587301000, delta=1181000 ns, racy<=10000 ns 16:56:25.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.588654000, lastModified=2023-03-25 16:56:25.587301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.588654000, lastModified=2023-03-25 16:56:25.587301000, delta=1353000 ns, racy<=10000 ns 16:56:25.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.588832000, lastModified=2023-03-25 16:56:25.587301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.587301000 to 2023-03-25 16:56:25.588301000 16:56:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.589018000, lastModified=2023-03-25 16:56:25.588301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.589018000, lastModified=2023-03-25 16:56:25.588301000, delta=717000 ns, racy<=10000 ns 16:56:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.589217000, lastModified=2023-03-25 16:56:25.588301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.589217000, lastModified=2023-03-25 16:56:25.588301000, delta=916000 ns, racy<=10000 ns 16:56:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.589405000, lastModified=2023-03-25 16:56:25.588301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.589405000, lastModified=2023-03-25 16:56:25.588301000, delta=1104000 ns, racy<=10000 ns 16:56:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.589752000, lastModified=2023-03-25 16:56:25.588301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.589752000, lastModified=2023-03-25 16:56:25.588301000, delta=1451000 ns, racy<=10000 ns 16:56:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.589939000, lastModified=2023-03-25 16:56:25.589301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.589939000, lastModified=2023-03-25 16:56:25.589301000, delta=638000 ns, racy<=10000 ns 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.590123000, lastModified=2023-03-25 16:56:25.589301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.590123000, lastModified=2023-03-25 16:56:25.589301000, delta=822000 ns, racy<=10000 ns 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.590302000, lastModified=2023-03-25 16:56:25.589301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.590302000, lastModified=2023-03-25 16:56:25.589301000, delta=1001000 ns, racy<=10000 ns 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.590473000, lastModified=2023-03-25 16:56:25.589301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.590473000, lastModified=2023-03-25 16:56:25.589301000, delta=1172000 ns, racy<=10000 ns 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.590644000, lastModified=2023-03-25 16:56:25.589301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.590644000, lastModified=2023-03-25 16:56:25.589301000, delta=1343000 ns, racy<=10000 ns 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.590825000, lastModified=2023-03-25 16:56:25.589301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.589301000 to 2023-03-25 16:56:25.590301000 16:56:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.591020000, lastModified=2023-03-25 16:56:25.590301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.591020000, lastModified=2023-03-25 16:56:25.590301000, delta=719000 ns, racy<=10000 ns 16:56:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.591194000, lastModified=2023-03-25 16:56:25.590301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.591194000, lastModified=2023-03-25 16:56:25.590301000, delta=893000 ns, racy<=10000 ns 16:56:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.591363000, lastModified=2023-03-25 16:56:25.590301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.591363000, lastModified=2023-03-25 16:56:25.590301000, delta=1062000 ns, racy<=10000 ns 16:56:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.591748000, lastModified=2023-03-25 16:56:25.590301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.591748000, lastModified=2023-03-25 16:56:25.590301000, delta=1447000 ns, racy<=10000 ns 16:56:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.591970000, lastModified=2023-03-25 16:56:25.591301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.591970000, lastModified=2023-03-25 16:56:25.591301000, delta=669000 ns, racy<=10000 ns 16:56:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.592149000, lastModified=2023-03-25 16:56:25.591301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.592149000, lastModified=2023-03-25 16:56:25.591301000, delta=848000 ns, racy<=10000 ns 16:56:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.592317000, lastModified=2023-03-25 16:56:25.591301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.592317000, lastModified=2023-03-25 16:56:25.591301000, delta=1016000 ns, racy<=10000 ns 16:56:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.592484000, lastModified=2023-03-25 16:56:25.591301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.592484000, lastModified=2023-03-25 16:56:25.591301000, delta=1183000 ns, racy<=10000 ns 16:56:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.592651000, lastModified=2023-03-25 16:56:25.591301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.592651000, lastModified=2023-03-25 16:56:25.591301000, delta=1350000 ns, racy<=10000 ns 16:56:25.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.593003000, lastModified=2023-03-25 16:56:25.592301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.593003000, lastModified=2023-03-25 16:56:25.592301000, delta=702000 ns, racy<=10000 ns 16:56:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.593192000, lastModified=2023-03-25 16:56:25.592301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.593192000, lastModified=2023-03-25 16:56:25.592301000, delta=891000 ns, racy<=10000 ns 16:56:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.593363000, lastModified=2023-03-25 16:56:25.592301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.593363000, lastModified=2023-03-25 16:56:25.592301000, delta=1062000 ns, racy<=10000 ns 16:56:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.593533000, lastModified=2023-03-25 16:56:25.592301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.593533000, lastModified=2023-03-25 16:56:25.592301000, delta=1232000 ns, racy<=10000 ns 16:56:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.593928000, lastModified=2023-03-25 16:56:25.592301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.592301000 to 2023-03-25 16:56:25.593301000 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.594112000, lastModified=2023-03-25 16:56:25.593301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.594112000, lastModified=2023-03-25 16:56:25.593301000, delta=811000 ns, racy<=10000 ns 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.594283000, lastModified=2023-03-25 16:56:25.593301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.594283000, lastModified=2023-03-25 16:56:25.593301000, delta=982000 ns, racy<=10000 ns 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.594449000, lastModified=2023-03-25 16:56:25.593301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.594449000, lastModified=2023-03-25 16:56:25.593301000, delta=1148000 ns, racy<=10000 ns 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.594617000, lastModified=2023-03-25 16:56:25.593301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.594617000, lastModified=2023-03-25 16:56:25.593301000, delta=1316000 ns, racy<=10000 ns 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.594785000, lastModified=2023-03-25 16:56:25.593301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.594785000, lastModified=2023-03-25 16:56:25.593301000, delta=1484000 ns, racy<=10000 ns 16:56:25.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.595009000, lastModified=2023-03-25 16:56:25.594301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.595009000, lastModified=2023-03-25 16:56:25.594301000, delta=708000 ns, racy<=10000 ns 16:56:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.595188000, lastModified=2023-03-25 16:56:25.594301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.595188000, lastModified=2023-03-25 16:56:25.594301000, delta=887000 ns, racy<=10000 ns 16:56:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.595356000, lastModified=2023-03-25 16:56:25.594301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.595356000, lastModified=2023-03-25 16:56:25.594301000, delta=1055000 ns, racy<=10000 ns 16:56:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.595524000, lastModified=2023-03-25 16:56:25.594301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.595524000, lastModified=2023-03-25 16:56:25.594301000, delta=1223000 ns, racy<=10000 ns 16:56:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.595909000, lastModified=2023-03-25 16:56:25.594301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.594301000 to 2023-03-25 16:56:25.595301000 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.596104000, lastModified=2023-03-25 16:56:25.595301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.596104000, lastModified=2023-03-25 16:56:25.595301000, delta=803000 ns, racy<=10000 ns 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.596274000, lastModified=2023-03-25 16:56:25.595301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.596274000, lastModified=2023-03-25 16:56:25.595301000, delta=973000 ns, racy<=10000 ns 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.596442000, lastModified=2023-03-25 16:56:25.595301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.596442000, lastModified=2023-03-25 16:56:25.595301000, delta=1141000 ns, racy<=10000 ns 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.596612000, lastModified=2023-03-25 16:56:25.595301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.596612000, lastModified=2023-03-25 16:56:25.595301000, delta=1311000 ns, racy<=10000 ns 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.596783000, lastModified=2023-03-25 16:56:25.595301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.596783000, lastModified=2023-03-25 16:56:25.595301000, delta=1482000 ns, racy<=10000 ns 16:56:25.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.597033000, lastModified=2023-03-25 16:56:25.596301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.597033000, lastModified=2023-03-25 16:56:25.596301000, delta=732000 ns, racy<=10000 ns 16:56:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.597218000, lastModified=2023-03-25 16:56:25.596301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.597218000, lastModified=2023-03-25 16:56:25.596301000, delta=917000 ns, racy<=10000 ns 16:56:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.597387000, lastModified=2023-03-25 16:56:25.596301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.597387000, lastModified=2023-03-25 16:56:25.596301000, delta=1086000 ns, racy<=10000 ns 16:56:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.597555000, lastModified=2023-03-25 16:56:25.596301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.597555000, lastModified=2023-03-25 16:56:25.596301000, delta=1254000 ns, racy<=10000 ns 16:56:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.597945000, lastModified=2023-03-25 16:56:25.596301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.596301000 to 2023-03-25 16:56:25.597301000 16:56:25.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.598127000, lastModified=2023-03-25 16:56:25.597301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.598127000, lastModified=2023-03-25 16:56:25.597301000, delta=826000 ns, racy<=10000 ns 16:56:25.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.598297000, lastModified=2023-03-25 16:56:25.597301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.598297000, lastModified=2023-03-25 16:56:25.597301000, delta=996000 ns, racy<=10000 ns 16:56:25.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.598464000, lastModified=2023-03-25 16:56:25.597301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.598464000, lastModified=2023-03-25 16:56:25.597301000, delta=1163000 ns, racy<=10000 ns 16:56:25.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.598632000, lastModified=2023-03-25 16:56:25.597301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.598632000, lastModified=2023-03-25 16:56:25.597301000, delta=1331000 ns, racy<=10000 ns 16:56:25.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.598808000, lastModified=2023-03-25 16:56:25.597301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.597301000 to 2023-03-25 16:56:25.598301000 16:56:25.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.599014000, lastModified=2023-03-25 16:56:25.598301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.599014000, lastModified=2023-03-25 16:56:25.598301000, delta=713000 ns, racy<=10000 ns 16:56:25.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.599188000, lastModified=2023-03-25 16:56:25.598301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.599188000, lastModified=2023-03-25 16:56:25.598301000, delta=887000 ns, racy<=10000 ns 16:56:25.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.599363000, lastModified=2023-03-25 16:56:25.598301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.599363000, lastModified=2023-03-25 16:56:25.598301000, delta=1062000 ns, racy<=10000 ns 16:56:25.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.599535000, lastModified=2023-03-25 16:56:25.598301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.599535000, lastModified=2023-03-25 16:56:25.598301000, delta=1234000 ns, racy<=10000 ns 16:56:25.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.599925000, lastModified=2023-03-25 16:56:25.598301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.598301000 to 2023-03-25 16:56:25.599301000 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.600109000, lastModified=2023-03-25 16:56:25.599301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.600109000, lastModified=2023-03-25 16:56:25.599301000, delta=808000 ns, racy<=10000 ns 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.600277000, lastModified=2023-03-25 16:56:25.599301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.600277000, lastModified=2023-03-25 16:56:25.599301000, delta=976000 ns, racy<=10000 ns 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.600445000, lastModified=2023-03-25 16:56:25.599301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.600445000, lastModified=2023-03-25 16:56:25.599301000, delta=1144000 ns, racy<=10000 ns 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.600614000, lastModified=2023-03-25 16:56:25.599301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.600614000, lastModified=2023-03-25 16:56:25.599301000, delta=1313000 ns, racy<=10000 ns 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.600783000, lastModified=2023-03-25 16:56:25.599301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.600783000, lastModified=2023-03-25 16:56:25.599301000, delta=1482000 ns, racy<=10000 ns 16:56:25.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.600995000, lastModified=2023-03-25 16:56:25.600301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.600995000, lastModified=2023-03-25 16:56:25.600301000, delta=694000 ns, racy<=10000 ns 16:56:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.601181000, lastModified=2023-03-25 16:56:25.600301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.601181000, lastModified=2023-03-25 16:56:25.600301000, delta=880000 ns, racy<=10000 ns 16:56:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.601350000, lastModified=2023-03-25 16:56:25.600301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.601350000, lastModified=2023-03-25 16:56:25.600301000, delta=1049000 ns, racy<=10000 ns 16:56:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.601527000, lastModified=2023-03-25 16:56:25.600301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.601527000, lastModified=2023-03-25 16:56:25.600301000, delta=1226000 ns, racy<=10000 ns 16:56:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.601905000, lastModified=2023-03-25 16:56:25.600301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.600301000 to 2023-03-25 16:56:25.601301000 16:56:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.602097000, lastModified=2023-03-25 16:56:25.601301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.602097000, lastModified=2023-03-25 16:56:25.601301000, delta=796000 ns, racy<=10000 ns 16:56:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.602297000, lastModified=2023-03-25 16:56:25.601301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.602297000, lastModified=2023-03-25 16:56:25.601301000, delta=996000 ns, racy<=10000 ns 16:56:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.602478000, lastModified=2023-03-25 16:56:25.601301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.602478000, lastModified=2023-03-25 16:56:25.601301000, delta=1177000 ns, racy<=10000 ns 16:56:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.602649000, lastModified=2023-03-25 16:56:25.601301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.602649000, lastModified=2023-03-25 16:56:25.601301000, delta=1348000 ns, racy<=10000 ns 16:56:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.602817000, lastModified=2023-03-25 16:56:25.601301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.601301000 to 2023-03-25 16:56:25.602301000 16:56:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.603026000, lastModified=2023-03-25 16:56:25.602301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.603026000, lastModified=2023-03-25 16:56:25.602301000, delta=725000 ns, racy<=10000 ns 16:56:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.603200000, lastModified=2023-03-25 16:56:25.602301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.603200000, lastModified=2023-03-25 16:56:25.602301000, delta=899000 ns, racy<=10000 ns 16:56:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.603373000, lastModified=2023-03-25 16:56:25.602301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.603373000, lastModified=2023-03-25 16:56:25.602301000, delta=1072000 ns, racy<=10000 ns 16:56:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.603547000, lastModified=2023-03-25 16:56:25.602301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.603547000, lastModified=2023-03-25 16:56:25.602301000, delta=1246000 ns, racy<=10000 ns 16:56:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.603944000, lastModified=2023-03-25 16:56:25.602301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.602301000 to 2023-03-25 16:56:25.603301000 16:56:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.604126000, lastModified=2023-03-25 16:56:25.603301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.604126000, lastModified=2023-03-25 16:56:25.603301000, delta=825000 ns, racy<=10000 ns 16:56:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.604426000, lastModified=2023-03-25 16:56:25.603301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.604426000, lastModified=2023-03-25 16:56:25.603301000, delta=1125000 ns, racy<=10000 ns 16:56:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.604596000, lastModified=2023-03-25 16:56:25.603301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.604596000, lastModified=2023-03-25 16:56:25.603301000, delta=1295000 ns, racy<=10000 ns 16:56:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.604765000, lastModified=2023-03-25 16:56:25.603301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.604765000, lastModified=2023-03-25 16:56:25.603301000, delta=1464000 ns, racy<=10000 ns 16:56:25.604 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.605005000, lastModified=2023-03-25 16:56:25.604301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.605005000, lastModified=2023-03-25 16:56:25.604301000, delta=704000 ns, racy<=10000 ns 16:56:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.605179000, lastModified=2023-03-25 16:56:25.604301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.605179000, lastModified=2023-03-25 16:56:25.604301000, delta=878000 ns, racy<=10000 ns 16:56:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.605346000, lastModified=2023-03-25 16:56:25.604301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.605346000, lastModified=2023-03-25 16:56:25.604301000, delta=1045000 ns, racy<=10000 ns 16:56:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.605518000, lastModified=2023-03-25 16:56:25.604301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.605518000, lastModified=2023-03-25 16:56:25.604301000, delta=1217000 ns, racy<=10000 ns 16:56:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.605691000, lastModified=2023-03-25 16:56:25.604301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.605691000, lastModified=2023-03-25 16:56:25.604301000, delta=1390000 ns, racy<=10000 ns 16:56:25.605 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.606141000, lastModified=2023-03-25 16:56:25.604301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.604301000 to 2023-03-25 16:56:25.605301000 16:56:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.606352000, lastModified=2023-03-25 16:56:25.605301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.606352000, lastModified=2023-03-25 16:56:25.605301000, delta=1051000 ns, racy<=10000 ns 16:56:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.606665000, lastModified=2023-03-25 16:56:25.605301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.606665000, lastModified=2023-03-25 16:56:25.605301000, delta=1364000 ns, racy<=10000 ns 16:56:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.606845000, lastModified=2023-03-25 16:56:25.605301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.605301000 to 2023-03-25 16:56:25.606301000 16:56:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.607058000, lastModified=2023-03-25 16:56:25.606301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.607058000, lastModified=2023-03-25 16:56:25.606301000, delta=757000 ns, racy<=10000 ns 16:56:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.607239000, lastModified=2023-03-25 16:56:25.606301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.607239000, lastModified=2023-03-25 16:56:25.606301000, delta=938000 ns, racy<=10000 ns 16:56:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.607408000, lastModified=2023-03-25 16:56:25.606301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.607408000, lastModified=2023-03-25 16:56:25.606301000, delta=1107000 ns, racy<=10000 ns 16:56:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.607576000, lastModified=2023-03-25 16:56:25.606301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.607576000, lastModified=2023-03-25 16:56:25.606301000, delta=1275000 ns, racy<=10000 ns 16:56:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.607797000, lastModified=2023-03-25 16:56:25.606301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.606301000 to 2023-03-25 16:56:25.607301000 16:56:25.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.607981000, lastModified=2023-03-25 16:56:25.607301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.607981000, lastModified=2023-03-25 16:56:25.607301000, delta=680000 ns, racy<=10000 ns 16:56:25.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.608406000, lastModified=2023-03-25 16:56:25.607301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.608406000, lastModified=2023-03-25 16:56:25.607301000, delta=1105000 ns, racy<=10000 ns 16:56:25.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.608587000, lastModified=2023-03-25 16:56:25.607301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.608587000, lastModified=2023-03-25 16:56:25.607301000, delta=1286000 ns, racy<=10000 ns 16:56:25.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.608925000, lastModified=2023-03-25 16:56:25.607301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.607301000 to 2023-03-25 16:56:25.608301000 16:56:25.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.613749000, lastModified=2023-03-25 16:56:25.608301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.608301000 to 2023-03-25 16:56:25.612301000 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.614007000, lastModified=2023-03-25 16:56:25.613301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.614007000, lastModified=2023-03-25 16:56:25.613301000, delta=706000 ns, racy<=10000 ns 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.614196000, lastModified=2023-03-25 16:56:25.613301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.614196000, lastModified=2023-03-25 16:56:25.613301000, delta=895000 ns, racy<=10000 ns 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.614369000, lastModified=2023-03-25 16:56:25.613301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.614369000, lastModified=2023-03-25 16:56:25.613301000, delta=1068000 ns, racy<=10000 ns 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.614578000, lastModified=2023-03-25 16:56:25.613301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.614578000, lastModified=2023-03-25 16:56:25.613301000, delta=1277000 ns, racy<=10000 ns 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.614751000, lastModified=2023-03-25 16:56:25.613301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.614751000, lastModified=2023-03-25 16:56:25.613301000, delta=1450000 ns, racy<=10000 ns 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.614961000, lastModified=2023-03-25 16:56:25.614301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.614961000, lastModified=2023-03-25 16:56:25.614301000, delta=660000 ns, racy<=10000 ns 16:56:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.615378000, lastModified=2023-03-25 16:56:25.614301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.615378000, lastModified=2023-03-25 16:56:25.614301000, delta=1077000 ns, racy<=10000 ns 16:56:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.615553000, lastModified=2023-03-25 16:56:25.614301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.615553000, lastModified=2023-03-25 16:56:25.614301000, delta=1252000 ns, racy<=10000 ns 16:56:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.615833000, lastModified=2023-03-25 16:56:25.614301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.614301000 to 2023-03-25 16:56:25.615301000 16:56:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.616045000, lastModified=2023-03-25 16:56:25.615301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.616045000, lastModified=2023-03-25 16:56:25.615301000, delta=744000 ns, racy<=10000 ns 16:56:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.616241000, lastModified=2023-03-25 16:56:25.615301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.616241000, lastModified=2023-03-25 16:56:25.615301000, delta=940000 ns, racy<=10000 ns 16:56:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.616441000, lastModified=2023-03-25 16:56:25.615301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.616441000, lastModified=2023-03-25 16:56:25.615301000, delta=1140000 ns, racy<=10000 ns 16:56:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.616611000, lastModified=2023-03-25 16:56:25.615301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.616611000, lastModified=2023-03-25 16:56:25.615301000, delta=1310000 ns, racy<=10000 ns 16:56:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.616782000, lastModified=2023-03-25 16:56:25.615301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.616782000, lastModified=2023-03-25 16:56:25.615301000, delta=1481000 ns, racy<=10000 ns 16:56:25.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.617011000, lastModified=2023-03-25 16:56:25.616301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.617011000, lastModified=2023-03-25 16:56:25.616301000, delta=710000 ns, racy<=10000 ns 16:56:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.617206000, lastModified=2023-03-25 16:56:25.616301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.617206000, lastModified=2023-03-25 16:56:25.616301000, delta=905000 ns, racy<=10000 ns 16:56:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.617648000, lastModified=2023-03-25 16:56:25.616301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.617648000, lastModified=2023-03-25 16:56:25.616301000, delta=1347000 ns, racy<=10000 ns 16:56:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.617820000, lastModified=2023-03-25 16:56:25.616301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.616301000 to 2023-03-25 16:56:25.617301000 16:56:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.618150000, lastModified=2023-03-25 16:56:25.617301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.618150000, lastModified=2023-03-25 16:56:25.617301000, delta=849000 ns, racy<=10000 ns 16:56:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.618328000, lastModified=2023-03-25 16:56:25.617301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.618328000, lastModified=2023-03-25 16:56:25.617301000, delta=1027000 ns, racy<=10000 ns 16:56:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.618492000, lastModified=2023-03-25 16:56:25.617301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.618492000, lastModified=2023-03-25 16:56:25.617301000, delta=1191000 ns, racy<=10000 ns 16:56:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.618654000, lastModified=2023-03-25 16:56:25.617301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.618654000, lastModified=2023-03-25 16:56:25.617301000, delta=1353000 ns, racy<=10000 ns 16:56:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.618815000, lastModified=2023-03-25 16:56:25.617301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.617301000 to 2023-03-25 16:56:25.618301000 16:56:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.619003000, lastModified=2023-03-25 16:56:25.618301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.619003000, lastModified=2023-03-25 16:56:25.618301000, delta=702000 ns, racy<=10000 ns 16:56:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.619169000, lastModified=2023-03-25 16:56:25.618301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.619169000, lastModified=2023-03-25 16:56:25.618301000, delta=868000 ns, racy<=10000 ns 16:56:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.619331000, lastModified=2023-03-25 16:56:25.618301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.619331000, lastModified=2023-03-25 16:56:25.618301000, delta=1030000 ns, racy<=10000 ns 16:56:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.619718000, lastModified=2023-03-25 16:56:25.618301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.619718000, lastModified=2023-03-25 16:56:25.618301000, delta=1417000 ns, racy<=10000 ns 16:56:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.619903000, lastModified=2023-03-25 16:56:25.618301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.618301000 to 2023-03-25 16:56:25.619301000 16:56:25.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.620188000, lastModified=2023-03-25 16:56:25.619301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.620188000, lastModified=2023-03-25 16:56:25.619301000, delta=887000 ns, racy<=10000 ns 16:56:25.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.620350000, lastModified=2023-03-25 16:56:25.619301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.620350000, lastModified=2023-03-25 16:56:25.619301000, delta=1049000 ns, racy<=10000 ns 16:56:25.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.620512000, lastModified=2023-03-25 16:56:25.619301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.620512000, lastModified=2023-03-25 16:56:25.619301000, delta=1211000 ns, racy<=10000 ns 16:56:25.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.620671000, lastModified=2023-03-25 16:56:25.619301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.620671000, lastModified=2023-03-25 16:56:25.619301000, delta=1370000 ns, racy<=10000 ns 16:56:25.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.620832000, lastModified=2023-03-25 16:56:25.619301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.619301000 to 2023-03-25 16:56:25.620301000 16:56:25.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.621034000, lastModified=2023-03-25 16:56:25.620301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.621034000, lastModified=2023-03-25 16:56:25.620301000, delta=733000 ns, racy<=10000 ns 16:56:25.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.621198000, lastModified=2023-03-25 16:56:25.620301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.621198000, lastModified=2023-03-25 16:56:25.620301000, delta=897000 ns, racy<=10000 ns 16:56:25.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.621364000, lastModified=2023-03-25 16:56:25.620301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.621364000, lastModified=2023-03-25 16:56:25.620301000, delta=1063000 ns, racy<=10000 ns 16:56:25.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.621750000, lastModified=2023-03-25 16:56:25.620301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.621750000, lastModified=2023-03-25 16:56:25.620301000, delta=1449000 ns, racy<=10000 ns 16:56:25.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.621969000, lastModified=2023-03-25 16:56:25.621301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.621969000, lastModified=2023-03-25 16:56:25.621301000, delta=668000 ns, racy<=10000 ns 16:56:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.622242000, lastModified=2023-03-25 16:56:25.621301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.622242000, lastModified=2023-03-25 16:56:25.621301000, delta=941000 ns, racy<=10000 ns 16:56:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.622423000, lastModified=2023-03-25 16:56:25.621301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.622423000, lastModified=2023-03-25 16:56:25.621301000, delta=1122000 ns, racy<=10000 ns 16:56:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.622585000, lastModified=2023-03-25 16:56:25.621301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.622585000, lastModified=2023-03-25 16:56:25.621301000, delta=1284000 ns, racy<=10000 ns 16:56:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.622755000, lastModified=2023-03-25 16:56:25.621301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.621301000 to 2023-03-25 16:56:25.622301000 16:56:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.623178000, lastModified=2023-03-25 16:56:25.622301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.623178000, lastModified=2023-03-25 16:56:25.622301000, delta=877000 ns, racy<=10000 ns 16:56:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.623360000, lastModified=2023-03-25 16:56:25.622301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.623360000, lastModified=2023-03-25 16:56:25.622301000, delta=1059000 ns, racy<=10000 ns 16:56:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.623522000, lastModified=2023-03-25 16:56:25.622301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.623522000, lastModified=2023-03-25 16:56:25.622301000, delta=1221000 ns, racy<=10000 ns 16:56:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.623683000, lastModified=2023-03-25 16:56:25.622301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.623683000, lastModified=2023-03-25 16:56:25.622301000, delta=1382000 ns, racy<=10000 ns 16:56:25.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.624129000, lastModified=2023-03-25 16:56:25.622301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.622301000 to 2023-03-25 16:56:25.623301000 16:56:25.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.624360000, lastModified=2023-03-25 16:56:25.623301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.624360000, lastModified=2023-03-25 16:56:25.623301000, delta=1059000 ns, racy<=10000 ns 16:56:25.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.624665000, lastModified=2023-03-25 16:56:25.623301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.624665000, lastModified=2023-03-25 16:56:25.623301000, delta=1364000 ns, racy<=10000 ns 16:56:25.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.624909000, lastModified=2023-03-25 16:56:25.623301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.623301000 to 2023-03-25 16:56:25.624301000 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.625115000, lastModified=2023-03-25 16:56:25.624301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.625115000, lastModified=2023-03-25 16:56:25.624301000, delta=814000 ns, racy<=10000 ns 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.625296000, lastModified=2023-03-25 16:56:25.624301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.625296000, lastModified=2023-03-25 16:56:25.624301000, delta=995000 ns, racy<=10000 ns 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.625463000, lastModified=2023-03-25 16:56:25.624301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.625463000, lastModified=2023-03-25 16:56:25.624301000, delta=1162000 ns, racy<=10000 ns 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.625631000, lastModified=2023-03-25 16:56:25.624301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.625631000, lastModified=2023-03-25 16:56:25.624301000, delta=1330000 ns, racy<=10000 ns 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.625797000, lastModified=2023-03-25 16:56:25.624301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.624301000 to 2023-03-25 16:56:25.625301000 16:56:25.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.625982000, lastModified=2023-03-25 16:56:25.625301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.625982000, lastModified=2023-03-25 16:56:25.625301000, delta=681000 ns, racy<=10000 ns 16:56:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.626364000, lastModified=2023-03-25 16:56:25.625301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.626364000, lastModified=2023-03-25 16:56:25.625301000, delta=1063000 ns, racy<=10000 ns 16:56:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.626551000, lastModified=2023-03-25 16:56:25.625301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.626551000, lastModified=2023-03-25 16:56:25.625301000, delta=1250000 ns, racy<=10000 ns 16:56:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.626846000, lastModified=2023-03-25 16:56:25.625301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.625301000 to 2023-03-25 16:56:25.626301000 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.627046000, lastModified=2023-03-25 16:56:25.626301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.627046000, lastModified=2023-03-25 16:56:25.626301000, delta=745000 ns, racy<=10000 ns 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.627224000, lastModified=2023-03-25 16:56:25.626301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.627224000, lastModified=2023-03-25 16:56:25.626301000, delta=923000 ns, racy<=10000 ns 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.627401000, lastModified=2023-03-25 16:56:25.626301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.627401000, lastModified=2023-03-25 16:56:25.626301000, delta=1100000 ns, racy<=10000 ns 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.627572000, lastModified=2023-03-25 16:56:25.626301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.627572000, lastModified=2023-03-25 16:56:25.626301000, delta=1271000 ns, racy<=10000 ns 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.627739000, lastModified=2023-03-25 16:56:25.626301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.627739000, lastModified=2023-03-25 16:56:25.626301000, delta=1438000 ns, racy<=10000 ns 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.627922000, lastModified=2023-03-25 16:56:25.627301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.627922000, lastModified=2023-03-25 16:56:25.627301000, delta=621000 ns, racy<=10000 ns 16:56:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.628101000, lastModified=2023-03-25 16:56:25.627301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.628101000, lastModified=2023-03-25 16:56:25.627301000, delta=800000 ns, racy<=10000 ns 16:56:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.628460000, lastModified=2023-03-25 16:56:25.627301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.628460000, lastModified=2023-03-25 16:56:25.627301000, delta=1159000 ns, racy<=10000 ns 16:56:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.628739000, lastModified=2023-03-25 16:56:25.627301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.628739000, lastModified=2023-03-25 16:56:25.627301000, delta=1438000 ns, racy<=10000 ns 16:56:25.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.629080000, lastModified=2023-03-25 16:56:25.628301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.629080000, lastModified=2023-03-25 16:56:25.628301000, delta=779000 ns, racy<=10000 ns 16:56:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.629322000, lastModified=2023-03-25 16:56:25.628301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.629322000, lastModified=2023-03-25 16:56:25.628301000, delta=1021000 ns, racy<=10000 ns 16:56:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.629554000, lastModified=2023-03-25 16:56:25.628301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.629554000, lastModified=2023-03-25 16:56:25.628301000, delta=1253000 ns, racy<=10000 ns 16:56:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.629783000, lastModified=2023-03-25 16:56:25.628301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.628301000 to 2023-03-25 16:56:25.629301000 16:56:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.630010000, lastModified=2023-03-25 16:56:25.629301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.630010000, lastModified=2023-03-25 16:56:25.629301000, delta=709000 ns, racy<=10000 ns 16:56:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.630249000, lastModified=2023-03-25 16:56:25.629301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.630249000, lastModified=2023-03-25 16:56:25.629301000, delta=948000 ns, racy<=10000 ns 16:56:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.630423000, lastModified=2023-03-25 16:56:25.629301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.630423000, lastModified=2023-03-25 16:56:25.629301000, delta=1122000 ns, racy<=10000 ns 16:56:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.630593000, lastModified=2023-03-25 16:56:25.629301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.630593000, lastModified=2023-03-25 16:56:25.629301000, delta=1292000 ns, racy<=10000 ns 16:56:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.630976000, lastModified=2023-03-25 16:56:25.629301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.629301000 to 2023-03-25 16:56:25.630301000 16:56:25.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.631177000, lastModified=2023-03-25 16:56:25.630301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.631177000, lastModified=2023-03-25 16:56:25.630301000, delta=876000 ns, racy<=10000 ns 16:56:25.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.631464000, lastModified=2023-03-25 16:56:25.630301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.631464000, lastModified=2023-03-25 16:56:25.630301000, delta=1163000 ns, racy<=10000 ns 16:56:25.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.631632000, lastModified=2023-03-25 16:56:25.630301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.631632000, lastModified=2023-03-25 16:56:25.630301000, delta=1331000 ns, racy<=10000 ns 16:56:25.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.631800000, lastModified=2023-03-25 16:56:25.630301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.631800000, lastModified=2023-03-25 16:56:25.630301000, delta=1499000 ns, racy<=10000 ns 16:56:25.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.631979000, lastModified=2023-03-25 16:56:25.631301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.631979000, lastModified=2023-03-25 16:56:25.631301000, delta=678000 ns, racy<=10000 ns 16:56:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.632146000, lastModified=2023-03-25 16:56:25.631301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.632146000, lastModified=2023-03-25 16:56:25.631301000, delta=845000 ns, racy<=10000 ns 16:56:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.632309000, lastModified=2023-03-25 16:56:25.631301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.632309000, lastModified=2023-03-25 16:56:25.631301000, delta=1008000 ns, racy<=10000 ns 16:56:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.632472000, lastModified=2023-03-25 16:56:25.631301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.632472000, lastModified=2023-03-25 16:56:25.631301000, delta=1171000 ns, racy<=10000 ns 16:56:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.632638000, lastModified=2023-03-25 16:56:25.631301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.632638000, lastModified=2023-03-25 16:56:25.631301000, delta=1337000 ns, racy<=10000 ns 16:56:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.632973000, lastModified=2023-03-25 16:56:25.631301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.631301000 to 2023-03-25 16:56:25.632301000 16:56:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.633139000, lastModified=2023-03-25 16:56:25.632301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.633139000, lastModified=2023-03-25 16:56:25.632301000, delta=838000 ns, racy<=10000 ns 16:56:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.633411000, lastModified=2023-03-25 16:56:25.632301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.633411000, lastModified=2023-03-25 16:56:25.632301000, delta=1110000 ns, racy<=10000 ns 16:56:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.633595000, lastModified=2023-03-25 16:56:25.632301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.633595000, lastModified=2023-03-25 16:56:25.632301000, delta=1294000 ns, racy<=10000 ns 16:56:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.633763000, lastModified=2023-03-25 16:56:25.632301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.633763000, lastModified=2023-03-25 16:56:25.632301000, delta=1462000 ns, racy<=10000 ns 16:56:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.633941000, lastModified=2023-03-25 16:56:25.633301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.633941000, lastModified=2023-03-25 16:56:25.633301000, delta=640000 ns, racy<=10000 ns 16:56:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.634104000, lastModified=2023-03-25 16:56:25.633301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.634104000, lastModified=2023-03-25 16:56:25.633301000, delta=803000 ns, racy<=10000 ns 16:56:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.634266000, lastModified=2023-03-25 16:56:25.633301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.634266000, lastModified=2023-03-25 16:56:25.633301000, delta=965000 ns, racy<=10000 ns 16:56:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.634427000, lastModified=2023-03-25 16:56:25.633301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.634427000, lastModified=2023-03-25 16:56:25.633301000, delta=1126000 ns, racy<=10000 ns 16:56:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.634587000, lastModified=2023-03-25 16:56:25.633301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.634587000, lastModified=2023-03-25 16:56:25.633301000, delta=1286000 ns, racy<=10000 ns 16:56:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.634925000, lastModified=2023-03-25 16:56:25.633301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.633301000 to 2023-03-25 16:56:25.634301000 16:56:25.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.635122000, lastModified=2023-03-25 16:56:25.634301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.635122000, lastModified=2023-03-25 16:56:25.634301000, delta=821000 ns, racy<=10000 ns 16:56:25.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.635469000, lastModified=2023-03-25 16:56:25.634301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.635469000, lastModified=2023-03-25 16:56:25.634301000, delta=1168000 ns, racy<=10000 ns 16:56:25.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.635692000, lastModified=2023-03-25 16:56:25.634301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.635692000, lastModified=2023-03-25 16:56:25.634301000, delta=1391000 ns, racy<=10000 ns 16:56:25.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.635858000, lastModified=2023-03-25 16:56:25.634301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.634301000 to 2023-03-25 16:56:25.635301000 16:56:25.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.636136000, lastModified=2023-03-25 16:56:25.635301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.636136000, lastModified=2023-03-25 16:56:25.635301000, delta=835000 ns, racy<=10000 ns 16:56:25.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.636336000, lastModified=2023-03-25 16:56:25.635301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.636336000, lastModified=2023-03-25 16:56:25.635301000, delta=1035000 ns, racy<=10000 ns 16:56:25.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.636519000, lastModified=2023-03-25 16:56:25.635301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.636519000, lastModified=2023-03-25 16:56:25.635301000, delta=1218000 ns, racy<=10000 ns 16:56:25.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.636691000, lastModified=2023-03-25 16:56:25.635301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.636691000, lastModified=2023-03-25 16:56:25.635301000, delta=1390000 ns, racy<=10000 ns 16:56:25.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.636858000, lastModified=2023-03-25 16:56:25.635301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.635301000 to 2023-03-25 16:56:25.636301000 16:56:25.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.637295000, lastModified=2023-03-25 16:56:25.636301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.637295000, lastModified=2023-03-25 16:56:25.636301000, delta=994000 ns, racy<=10000 ns 16:56:25.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.637509000, lastModified=2023-03-25 16:56:25.636301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.637509000, lastModified=2023-03-25 16:56:25.636301000, delta=1208000 ns, racy<=10000 ns 16:56:25.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.637795000, lastModified=2023-03-25 16:56:25.636301000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.637795000, lastModified=2023-03-25 16:56:25.636301000, delta=1494000 ns, racy<=10000 ns 16:56:25.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.637993000, lastModified=2023-03-25 16:56:25.637302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.637993000, lastModified=2023-03-25 16:56:25.637302000, delta=691000 ns, racy<=10000 ns 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.638171000, lastModified=2023-03-25 16:56:25.637302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.638171000, lastModified=2023-03-25 16:56:25.637302000, delta=869000 ns, racy<=10000 ns 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.638345000, lastModified=2023-03-25 16:56:25.637302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.638345000, lastModified=2023-03-25 16:56:25.637302000, delta=1043000 ns, racy<=10000 ns 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.638507000, lastModified=2023-03-25 16:56:25.637302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.638507000, lastModified=2023-03-25 16:56:25.637302000, delta=1205000 ns, racy<=10000 ns 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.638667000, lastModified=2023-03-25 16:56:25.637302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.638667000, lastModified=2023-03-25 16:56:25.637302000, delta=1365000 ns, racy<=10000 ns 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.638834000, lastModified=2023-03-25 16:56:25.637302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.637302000 to 2023-03-25 16:56:25.638302000 16:56:25.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.639042000, lastModified=2023-03-25 16:56:25.638302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.639042000, lastModified=2023-03-25 16:56:25.638302000, delta=740000 ns, racy<=10000 ns 16:56:25.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.639372000, lastModified=2023-03-25 16:56:25.638302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.639372000, lastModified=2023-03-25 16:56:25.638302000, delta=1070000 ns, racy<=10000 ns 16:56:25.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.639544000, lastModified=2023-03-25 16:56:25.638302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.639544000, lastModified=2023-03-25 16:56:25.638302000, delta=1242000 ns, racy<=10000 ns 16:56:25.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.639814000, lastModified=2023-03-25 16:56:25.638302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.638302000 to 2023-03-25 16:56:25.639302000 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.640017000, lastModified=2023-03-25 16:56:25.639302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.640017000, lastModified=2023-03-25 16:56:25.639302000, delta=715000 ns, racy<=10000 ns 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.640202000, lastModified=2023-03-25 16:56:25.639302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.640202000, lastModified=2023-03-25 16:56:25.639302000, delta=900000 ns, racy<=10000 ns 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.640379000, lastModified=2023-03-25 16:56:25.639302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.640379000, lastModified=2023-03-25 16:56:25.639302000, delta=1077000 ns, racy<=10000 ns 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.640542000, lastModified=2023-03-25 16:56:25.639302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.640542000, lastModified=2023-03-25 16:56:25.639302000, delta=1240000 ns, racy<=10000 ns 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.640703000, lastModified=2023-03-25 16:56:25.639302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.640703000, lastModified=2023-03-25 16:56:25.639302000, delta=1401000 ns, racy<=10000 ns 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.640884000, lastModified=2023-03-25 16:56:25.639302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.640 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.639302000 to 2023-03-25 16:56:25.640302000 16:56:25.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.641065000, lastModified=2023-03-25 16:56:25.640302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.641065000, lastModified=2023-03-25 16:56:25.640302000, delta=763000 ns, racy<=10000 ns 16:56:25.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.641437000, lastModified=2023-03-25 16:56:25.640302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.641437000, lastModified=2023-03-25 16:56:25.640302000, delta=1135000 ns, racy<=10000 ns 16:56:25.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.641628000, lastModified=2023-03-25 16:56:25.640302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.641628000, lastModified=2023-03-25 16:56:25.640302000, delta=1326000 ns, racy<=10000 ns 16:56:25.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.641808000, lastModified=2023-03-25 16:56:25.640302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.640302000 to 2023-03-25 16:56:25.641302000 16:56:25.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.642038000, lastModified=2023-03-25 16:56:25.641302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.642038000, lastModified=2023-03-25 16:56:25.641302000, delta=736000 ns, racy<=10000 ns 16:56:25.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.642252000, lastModified=2023-03-25 16:56:25.641302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.642252000, lastModified=2023-03-25 16:56:25.641302000, delta=950000 ns, racy<=10000 ns 16:56:25.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.642472000, lastModified=2023-03-25 16:56:25.641302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.642472000, lastModified=2023-03-25 16:56:25.641302000, delta=1170000 ns, racy<=10000 ns 16:56:25.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.642678000, lastModified=2023-03-25 16:56:25.641302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.642678000, lastModified=2023-03-25 16:56:25.641302000, delta=1376000 ns, racy<=10000 ns 16:56:25.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.642924000, lastModified=2023-03-25 16:56:25.642302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.642924000, lastModified=2023-03-25 16:56:25.642302000, delta=622000 ns, racy<=10000 ns 16:56:25.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.643147000, lastModified=2023-03-25 16:56:25.642302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.643147000, lastModified=2023-03-25 16:56:25.642302000, delta=845000 ns, racy<=10000 ns 16:56:25.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.643358000, lastModified=2023-03-25 16:56:25.642302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.643358000, lastModified=2023-03-25 16:56:25.642302000, delta=1056000 ns, racy<=10000 ns 16:56:25.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.643742000, lastModified=2023-03-25 16:56:25.642302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.643742000, lastModified=2023-03-25 16:56:25.642302000, delta=1440000 ns, racy<=10000 ns 16:56:25.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.643975000, lastModified=2023-03-25 16:56:25.643302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.643975000, lastModified=2023-03-25 16:56:25.643302000, delta=673000 ns, racy<=10000 ns 16:56:25.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.644192000, lastModified=2023-03-25 16:56:25.643302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.644192000, lastModified=2023-03-25 16:56:25.643302000, delta=890000 ns, racy<=10000 ns 16:56:25.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.644399000, lastModified=2023-03-25 16:56:25.643302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.644399000, lastModified=2023-03-25 16:56:25.643302000, delta=1097000 ns, racy<=10000 ns 16:56:25.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.644613000, lastModified=2023-03-25 16:56:25.643302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.644613000, lastModified=2023-03-25 16:56:25.643302000, delta=1311000 ns, racy<=10000 ns 16:56:25.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.644829000, lastModified=2023-03-25 16:56:25.643302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.643302000 to 2023-03-25 16:56:25.644302000 16:56:25.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.645063000, lastModified=2023-03-25 16:56:25.644302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.645063000, lastModified=2023-03-25 16:56:25.644302000, delta=761000 ns, racy<=10000 ns 16:56:25.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.645314000, lastModified=2023-03-25 16:56:25.644302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.645314000, lastModified=2023-03-25 16:56:25.644302000, delta=1012000 ns, racy<=10000 ns 16:56:25.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.645539000, lastModified=2023-03-25 16:56:25.644302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.645539000, lastModified=2023-03-25 16:56:25.644302000, delta=1237000 ns, racy<=10000 ns 16:56:25.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.645768000, lastModified=2023-03-25 16:56:25.644302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.645768000, lastModified=2023-03-25 16:56:25.644302000, delta=1466000 ns, racy<=10000 ns 16:56:25.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.646207000, lastModified=2023-03-25 16:56:25.645302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.646207000, lastModified=2023-03-25 16:56:25.645302000, delta=905000 ns, racy<=10000 ns 16:56:25.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.646426000, lastModified=2023-03-25 16:56:25.645302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.646426000, lastModified=2023-03-25 16:56:25.645302000, delta=1124000 ns, racy<=10000 ns 16:56:25.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.646634000, lastModified=2023-03-25 16:56:25.645302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.646634000, lastModified=2023-03-25 16:56:25.645302000, delta=1332000 ns, racy<=10000 ns 16:56:25.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.646846000, lastModified=2023-03-25 16:56:25.645302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.645302000 to 2023-03-25 16:56:25.646302000 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.647026000, lastModified=2023-03-25 16:56:25.646302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.647026000, lastModified=2023-03-25 16:56:25.646302000, delta=724000 ns, racy<=10000 ns 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.647196000, lastModified=2023-03-25 16:56:25.646302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.647196000, lastModified=2023-03-25 16:56:25.646302000, delta=894000 ns, racy<=10000 ns 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.647370000, lastModified=2023-03-25 16:56:25.646302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.647370000, lastModified=2023-03-25 16:56:25.646302000, delta=1068000 ns, racy<=10000 ns 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.647538000, lastModified=2023-03-25 16:56:25.646302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.647538000, lastModified=2023-03-25 16:56:25.646302000, delta=1236000 ns, racy<=10000 ns 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.647756000, lastModified=2023-03-25 16:56:25.646302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.647756000, lastModified=2023-03-25 16:56:25.646302000, delta=1454000 ns, racy<=10000 ns 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.647975000, lastModified=2023-03-25 16:56:25.647302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.647975000, lastModified=2023-03-25 16:56:25.647302000, delta=673000 ns, racy<=10000 ns 16:56:25.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.648375000, lastModified=2023-03-25 16:56:25.647302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.648375000, lastModified=2023-03-25 16:56:25.647302000, delta=1073000 ns, racy<=10000 ns 16:56:25.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.648543000, lastModified=2023-03-25 16:56:25.647302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.648543000, lastModified=2023-03-25 16:56:25.647302000, delta=1241000 ns, racy<=10000 ns 16:56:25.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.648708000, lastModified=2023-03-25 16:56:25.647302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.648708000, lastModified=2023-03-25 16:56:25.647302000, delta=1406000 ns, racy<=10000 ns 16:56:25.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.648886000, lastModified=2023-03-25 16:56:25.647302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.647302000 to 2023-03-25 16:56:25.648302000 16:56:25.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.649052000, lastModified=2023-03-25 16:56:25.648302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.649052000, lastModified=2023-03-25 16:56:25.648302000, delta=750000 ns, racy<=10000 ns 16:56:25.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.649263000, lastModified=2023-03-25 16:56:25.648302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.649263000, lastModified=2023-03-25 16:56:25.648302000, delta=961000 ns, racy<=10000 ns 16:56:25.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.649491000, lastModified=2023-03-25 16:56:25.648302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.649491000, lastModified=2023-03-25 16:56:25.648302000, delta=1189000 ns, racy<=10000 ns 16:56:25.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.649702000, lastModified=2023-03-25 16:56:25.648302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.649702000, lastModified=2023-03-25 16:56:25.648302000, delta=1400000 ns, racy<=10000 ns 16:56:25.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.649925000, lastModified=2023-03-25 16:56:25.649302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.649925000, lastModified=2023-03-25 16:56:25.649302000, delta=623000 ns, racy<=10000 ns 16:56:25.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.650157000, lastModified=2023-03-25 16:56:25.649302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.650157000, lastModified=2023-03-25 16:56:25.649302000, delta=855000 ns, racy<=10000 ns 16:56:25.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.650650000, lastModified=2023-03-25 16:56:25.649302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.650650000, lastModified=2023-03-25 16:56:25.649302000, delta=1348000 ns, racy<=10000 ns 16:56:25.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.650969000, lastModified=2023-03-25 16:56:25.650302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.650969000, lastModified=2023-03-25 16:56:25.650302000, delta=667000 ns, racy<=10000 ns 16:56:25.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.651251000, lastModified=2023-03-25 16:56:25.650302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.651251000, lastModified=2023-03-25 16:56:25.650302000, delta=949000 ns, racy<=10000 ns 16:56:25.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.651474000, lastModified=2023-03-25 16:56:25.650302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.651474000, lastModified=2023-03-25 16:56:25.650302000, delta=1172000 ns, racy<=10000 ns 16:56:25.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.651689000, lastModified=2023-03-25 16:56:25.650302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.651689000, lastModified=2023-03-25 16:56:25.650302000, delta=1387000 ns, racy<=10000 ns 16:56:25.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.651935000, lastModified=2023-03-25 16:56:25.651302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.651935000, lastModified=2023-03-25 16:56:25.651302000, delta=633000 ns, racy<=10000 ns 16:56:25.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.652189000, lastModified=2023-03-25 16:56:25.651302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.652189000, lastModified=2023-03-25 16:56:25.651302000, delta=887000 ns, racy<=10000 ns 16:56:25.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.652463000, lastModified=2023-03-25 16:56:25.651302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.652463000, lastModified=2023-03-25 16:56:25.651302000, delta=1161000 ns, racy<=10000 ns 16:56:25.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.652694000, lastModified=2023-03-25 16:56:25.651302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.652694000, lastModified=2023-03-25 16:56:25.651302000, delta=1392000 ns, racy<=10000 ns 16:56:25.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.652984000, lastModified=2023-03-25 16:56:25.652302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.652984000, lastModified=2023-03-25 16:56:25.652302000, delta=682000 ns, racy<=10000 ns 16:56:25.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.653455000, lastModified=2023-03-25 16:56:25.652302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.653455000, lastModified=2023-03-25 16:56:25.652302000, delta=1153000 ns, racy<=10000 ns 16:56:25.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.653704000, lastModified=2023-03-25 16:56:25.652302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.653704000, lastModified=2023-03-25 16:56:25.652302000, delta=1402000 ns, racy<=10000 ns 16:56:25.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.653987000, lastModified=2023-03-25 16:56:25.653302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.653987000, lastModified=2023-03-25 16:56:25.653302000, delta=685000 ns, racy<=10000 ns 16:56:25.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.654297000, lastModified=2023-03-25 16:56:25.653302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.654297000, lastModified=2023-03-25 16:56:25.653302000, delta=995000 ns, racy<=10000 ns 16:56:25.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.654588000, lastModified=2023-03-25 16:56:25.653302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.654588000, lastModified=2023-03-25 16:56:25.653302000, delta=1286000 ns, racy<=10000 ns 16:56:25.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.654833000, lastModified=2023-03-25 16:56:25.653302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.653302000 to 2023-03-25 16:56:25.654302000 16:56:25.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.655151000, lastModified=2023-03-25 16:56:25.654302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.655151000, lastModified=2023-03-25 16:56:25.654302000, delta=849000 ns, racy<=10000 ns 16:56:25.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.655367000, lastModified=2023-03-25 16:56:25.654302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.655367000, lastModified=2023-03-25 16:56:25.654302000, delta=1065000 ns, racy<=10000 ns 16:56:25.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.655611000, lastModified=2023-03-25 16:56:25.654302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.655611000, lastModified=2023-03-25 16:56:25.654302000, delta=1309000 ns, racy<=10000 ns 16:56:25.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.655913000, lastModified=2023-03-25 16:56:25.654302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.654302000 to 2023-03-25 16:56:25.655302000 16:56:25.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.656440000, lastModified=2023-03-25 16:56:25.655302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.656440000, lastModified=2023-03-25 16:56:25.655302000, delta=1138000 ns, racy<=10000 ns 16:56:25.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.656692000, lastModified=2023-03-25 16:56:25.655302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.656692000, lastModified=2023-03-25 16:56:25.655302000, delta=1390000 ns, racy<=10000 ns 16:56:25.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.657036000, lastModified=2023-03-25 16:56:25.656302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.657036000, lastModified=2023-03-25 16:56:25.656302000, delta=734000 ns, racy<=10000 ns 16:56:25.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.657307000, lastModified=2023-03-25 16:56:25.656302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.657307000, lastModified=2023-03-25 16:56:25.656302000, delta=1005000 ns, racy<=10000 ns 16:56:25.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.657571000, lastModified=2023-03-25 16:56:25.656302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.657571000, lastModified=2023-03-25 16:56:25.656302000, delta=1269000 ns, racy<=10000 ns 16:56:25.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.657873000, lastModified=2023-03-25 16:56:25.656302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.656302000 to 2023-03-25 16:56:25.657302000 16:56:25.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.658110000, lastModified=2023-03-25 16:56:25.657302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.658110000, lastModified=2023-03-25 16:56:25.657302000, delta=808000 ns, racy<=10000 ns 16:56:25.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.658323000, lastModified=2023-03-25 16:56:25.657302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.658323000, lastModified=2023-03-25 16:56:25.657302000, delta=1021000 ns, racy<=10000 ns 16:56:25.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.658545000, lastModified=2023-03-25 16:56:25.657302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.658545000, lastModified=2023-03-25 16:56:25.657302000, delta=1243000 ns, racy<=10000 ns 16:56:25.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.658810000, lastModified=2023-03-25 16:56:25.657302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.657302000 to 2023-03-25 16:56:25.658302000 16:56:25.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.659316000, lastModified=2023-03-25 16:56:25.658302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.659316000, lastModified=2023-03-25 16:56:25.658302000, delta=1014000 ns, racy<=10000 ns 16:56:25.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.659588000, lastModified=2023-03-25 16:56:25.658302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.659588000, lastModified=2023-03-25 16:56:25.658302000, delta=1286000 ns, racy<=10000 ns 16:56:25.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.659773000, lastModified=2023-03-25 16:56:25.658302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.659773000, lastModified=2023-03-25 16:56:25.658302000, delta=1471000 ns, racy<=10000 ns 16:56:25.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.659949000, lastModified=2023-03-25 16:56:25.659302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.659949000, lastModified=2023-03-25 16:56:25.659302000, delta=647000 ns, racy<=10000 ns 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.660137000, lastModified=2023-03-25 16:56:25.659302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.660137000, lastModified=2023-03-25 16:56:25.659302000, delta=835000 ns, racy<=10000 ns 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.660324000, lastModified=2023-03-25 16:56:25.659302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.660324000, lastModified=2023-03-25 16:56:25.659302000, delta=1022000 ns, racy<=10000 ns 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.660506000, lastModified=2023-03-25 16:56:25.659302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.660506000, lastModified=2023-03-25 16:56:25.659302000, delta=1204000 ns, racy<=10000 ns 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.660693000, lastModified=2023-03-25 16:56:25.659302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.660693000, lastModified=2023-03-25 16:56:25.659302000, delta=1391000 ns, racy<=10000 ns 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.660875000, lastModified=2023-03-25 16:56:25.659302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.659302000 to 2023-03-25 16:56:25.660302000 16:56:25.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.661048000, lastModified=2023-03-25 16:56:25.660302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.661048000, lastModified=2023-03-25 16:56:25.660302000, delta=746000 ns, racy<=10000 ns 16:56:25.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.661403000, lastModified=2023-03-25 16:56:25.660302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.661403000, lastModified=2023-03-25 16:56:25.660302000, delta=1101000 ns, racy<=10000 ns 16:56:25.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.661568000, lastModified=2023-03-25 16:56:25.660302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.661568000, lastModified=2023-03-25 16:56:25.660302000, delta=1266000 ns, racy<=10000 ns 16:56:25.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.661736000, lastModified=2023-03-25 16:56:25.660302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.661736000, lastModified=2023-03-25 16:56:25.660302000, delta=1434000 ns, racy<=10000 ns 16:56:25.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.661923000, lastModified=2023-03-25 16:56:25.661302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.661923000, lastModified=2023-03-25 16:56:25.661302000, delta=621000 ns, racy<=10000 ns 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.662106000, lastModified=2023-03-25 16:56:25.661302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.662106000, lastModified=2023-03-25 16:56:25.661302000, delta=804000 ns, racy<=10000 ns 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.662272000, lastModified=2023-03-25 16:56:25.661302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.662272000, lastModified=2023-03-25 16:56:25.661302000, delta=970000 ns, racy<=10000 ns 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.662435000, lastModified=2023-03-25 16:56:25.661302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.662435000, lastModified=2023-03-25 16:56:25.661302000, delta=1133000 ns, racy<=10000 ns 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.662598000, lastModified=2023-03-25 16:56:25.661302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.662598000, lastModified=2023-03-25 16:56:25.661302000, delta=1296000 ns, racy<=10000 ns 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.662780000, lastModified=2023-03-25 16:56:25.661302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.661302000 to 2023-03-25 16:56:25.662302000 16:56:25.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.663004000, lastModified=2023-03-25 16:56:25.662302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.663004000, lastModified=2023-03-25 16:56:25.662302000, delta=702000 ns, racy<=10000 ns 16:56:25.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.663375000, lastModified=2023-03-25 16:56:25.662302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.663375000, lastModified=2023-03-25 16:56:25.662302000, delta=1073000 ns, racy<=10000 ns 16:56:25.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.663591000, lastModified=2023-03-25 16:56:25.662302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.663591000, lastModified=2023-03-25 16:56:25.662302000, delta=1289000 ns, racy<=10000 ns 16:56:25.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.663771000, lastModified=2023-03-25 16:56:25.662302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.663771000, lastModified=2023-03-25 16:56:25.662302000, delta=1469000 ns, racy<=10000 ns 16:56:25.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.663959000, lastModified=2023-03-25 16:56:25.663302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.663959000, lastModified=2023-03-25 16:56:25.663302000, delta=657000 ns, racy<=10000 ns 16:56:25.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.664132000, lastModified=2023-03-25 16:56:25.663302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.664132000, lastModified=2023-03-25 16:56:25.663302000, delta=830000 ns, racy<=10000 ns 16:56:25.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.664298000, lastModified=2023-03-25 16:56:25.663302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.664298000, lastModified=2023-03-25 16:56:25.663302000, delta=996000 ns, racy<=10000 ns 16:56:25.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.664531000, lastModified=2023-03-25 16:56:25.663302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.664531000, lastModified=2023-03-25 16:56:25.663302000, delta=1229000 ns, racy<=10000 ns 16:56:25.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.664711000, lastModified=2023-03-25 16:56:25.663302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.664711000, lastModified=2023-03-25 16:56:25.663302000, delta=1409000 ns, racy<=10000 ns 16:56:25.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.664904000, lastModified=2023-03-25 16:56:25.664302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.664904000, lastModified=2023-03-25 16:56:25.664302000, delta=602000 ns, racy<=10000 ns 16:56:25.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.665098000, lastModified=2023-03-25 16:56:25.664302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.665098000, lastModified=2023-03-25 16:56:25.664302000, delta=796000 ns, racy<=10000 ns 16:56:25.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.665478000, lastModified=2023-03-25 16:56:25.664302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.665478000, lastModified=2023-03-25 16:56:25.664302000, delta=1176000 ns, racy<=10000 ns 16:56:25.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.665718000, lastModified=2023-03-25 16:56:25.664302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.665718000, lastModified=2023-03-25 16:56:25.664302000, delta=1416000 ns, racy<=10000 ns 16:56:25.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.665972000, lastModified=2023-03-25 16:56:25.665302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.665972000, lastModified=2023-03-25 16:56:25.665302000, delta=670000 ns, racy<=10000 ns 16:56:25.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.666158000, lastModified=2023-03-25 16:56:25.665302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.666158000, lastModified=2023-03-25 16:56:25.665302000, delta=856000 ns, racy<=10000 ns 16:56:25.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.666351000, lastModified=2023-03-25 16:56:25.665302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.666351000, lastModified=2023-03-25 16:56:25.665302000, delta=1049000 ns, racy<=10000 ns 16:56:25.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.666555000, lastModified=2023-03-25 16:56:25.665302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.666555000, lastModified=2023-03-25 16:56:25.665302000, delta=1253000 ns, racy<=10000 ns 16:56:25.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.666741000, lastModified=2023-03-25 16:56:25.665302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.666741000, lastModified=2023-03-25 16:56:25.665302000, delta=1439000 ns, racy<=10000 ns 16:56:25.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.666942000, lastModified=2023-03-25 16:56:25.666302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.666942000, lastModified=2023-03-25 16:56:25.666302000, delta=640000 ns, racy<=10000 ns 16:56:25.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.667131000, lastModified=2023-03-25 16:56:25.666302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.667131000, lastModified=2023-03-25 16:56:25.666302000, delta=829000 ns, racy<=10000 ns 16:56:25.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.667451000, lastModified=2023-03-25 16:56:25.666302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.667451000, lastModified=2023-03-25 16:56:25.666302000, delta=1149000 ns, racy<=10000 ns 16:56:25.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.667821000, lastModified=2023-03-25 16:56:25.666302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.666302000 to 2023-03-25 16:56:25.667302000 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.668009000, lastModified=2023-03-25 16:56:25.667302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.668009000, lastModified=2023-03-25 16:56:25.667302000, delta=707000 ns, racy<=10000 ns 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.668197000, lastModified=2023-03-25 16:56:25.667302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.668197000, lastModified=2023-03-25 16:56:25.667302000, delta=895000 ns, racy<=10000 ns 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.668367000, lastModified=2023-03-25 16:56:25.667302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.668367000, lastModified=2023-03-25 16:56:25.667302000, delta=1065000 ns, racy<=10000 ns 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.668542000, lastModified=2023-03-25 16:56:25.667302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.668542000, lastModified=2023-03-25 16:56:25.667302000, delta=1240000 ns, racy<=10000 ns 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.668757000, lastModified=2023-03-25 16:56:25.667302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.668757000, lastModified=2023-03-25 16:56:25.667302000, delta=1455000 ns, racy<=10000 ns 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.668944000, lastModified=2023-03-25 16:56:25.668302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.668944000, lastModified=2023-03-25 16:56:25.668302000, delta=642000 ns, racy<=10000 ns 16:56:25.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.669314000, lastModified=2023-03-25 16:56:25.668302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.669314000, lastModified=2023-03-25 16:56:25.668302000, delta=1012000 ns, racy<=10000 ns 16:56:25.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.669542000, lastModified=2023-03-25 16:56:25.668302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.669542000, lastModified=2023-03-25 16:56:25.668302000, delta=1240000 ns, racy<=10000 ns 16:56:25.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.669757000, lastModified=2023-03-25 16:56:25.668302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.669757000, lastModified=2023-03-25 16:56:25.668302000, delta=1455000 ns, racy<=10000 ns 16:56:25.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.670129000, lastModified=2023-03-25 16:56:25.669302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.670129000, lastModified=2023-03-25 16:56:25.669302000, delta=827000 ns, racy<=10000 ns 16:56:25.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.670325000, lastModified=2023-03-25 16:56:25.669302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.670325000, lastModified=2023-03-25 16:56:25.669302000, delta=1023000 ns, racy<=10000 ns 16:56:25.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.670507000, lastModified=2023-03-25 16:56:25.669302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.670507000, lastModified=2023-03-25 16:56:25.669302000, delta=1205000 ns, racy<=10000 ns 16:56:25.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.670689000, lastModified=2023-03-25 16:56:25.669302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.670689000, lastModified=2023-03-25 16:56:25.669302000, delta=1387000 ns, racy<=10000 ns 16:56:25.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.670875000, lastModified=2023-03-25 16:56:25.669302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.669302000 to 2023-03-25 16:56:25.670302000 16:56:25.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.671125000, lastModified=2023-03-25 16:56:25.670302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.671125000, lastModified=2023-03-25 16:56:25.670302000, delta=823000 ns, racy<=10000 ns 16:56:25.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.671404000, lastModified=2023-03-25 16:56:25.670302000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.670302000 to 2023-03-25 16:56:25.712303000 16:56:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.714056000, lastModified=2023-03-25 16:56:25.713303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.714056000, lastModified=2023-03-25 16:56:25.713303000, delta=753000 ns, racy<=10000 ns 16:56:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.714298000, lastModified=2023-03-25 16:56:25.713303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.714298000, lastModified=2023-03-25 16:56:25.713303000, delta=995000 ns, racy<=10000 ns 16:56:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.714490000, lastModified=2023-03-25 16:56:25.713303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.714490000, lastModified=2023-03-25 16:56:25.713303000, delta=1187000 ns, racy<=10000 ns 16:56:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.714884000, lastModified=2023-03-25 16:56:25.713303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.713303000 to 2023-03-25 16:56:25.714303000 16:56:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.715076000, lastModified=2023-03-25 16:56:25.714303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.715076000, lastModified=2023-03-25 16:56:25.714303000, delta=773000 ns, racy<=10000 ns 16:56:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.715251000, lastModified=2023-03-25 16:56:25.714303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.715251000, lastModified=2023-03-25 16:56:25.714303000, delta=948000 ns, racy<=10000 ns 16:56:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.715453000, lastModified=2023-03-25 16:56:25.714303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.715453000, lastModified=2023-03-25 16:56:25.714303000, delta=1150000 ns, racy<=10000 ns 16:56:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.715632000, lastModified=2023-03-25 16:56:25.714303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.715632000, lastModified=2023-03-25 16:56:25.714303000, delta=1329000 ns, racy<=10000 ns 16:56:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.715800000, lastModified=2023-03-25 16:56:25.714303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.714303000 to 2023-03-25 16:56:25.715303000 16:56:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.716022000, lastModified=2023-03-25 16:56:25.715303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.716022000, lastModified=2023-03-25 16:56:25.715303000, delta=719000 ns, racy<=10000 ns 16:56:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.716298000, lastModified=2023-03-25 16:56:25.715303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.716298000, lastModified=2023-03-25 16:56:25.715303000, delta=995000 ns, racy<=10000 ns 16:56:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.716494000, lastModified=2023-03-25 16:56:25.715303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.716494000, lastModified=2023-03-25 16:56:25.715303000, delta=1191000 ns, racy<=10000 ns 16:56:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.716697000, lastModified=2023-03-25 16:56:25.715303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.716697000, lastModified=2023-03-25 16:56:25.715303000, delta=1394000 ns, racy<=10000 ns 16:56:25.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.717140000, lastModified=2023-03-25 16:56:25.715303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.715303000 to 2023-03-25 16:56:25.716303000 16:56:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.717356000, lastModified=2023-03-25 16:56:25.716303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.717356000, lastModified=2023-03-25 16:56:25.716303000, delta=1053000 ns, racy<=10000 ns 16:56:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.717546000, lastModified=2023-03-25 16:56:25.716303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.717546000, lastModified=2023-03-25 16:56:25.716303000, delta=1243000 ns, racy<=10000 ns 16:56:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.717738000, lastModified=2023-03-25 16:56:25.716303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.717738000, lastModified=2023-03-25 16:56:25.716303000, delta=1435000 ns, racy<=10000 ns 16:56:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.717 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.717932000, lastModified=2023-03-25 16:56:25.717303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.717932000, lastModified=2023-03-25 16:56:25.717303000, delta=629000 ns, racy<=10000 ns 16:56:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.718115000, lastModified=2023-03-25 16:56:25.717303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.718115000, lastModified=2023-03-25 16:56:25.717303000, delta=812000 ns, racy<=10000 ns 16:56:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.718296000, lastModified=2023-03-25 16:56:25.717303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.718296000, lastModified=2023-03-25 16:56:25.717303000, delta=993000 ns, racy<=10000 ns 16:56:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.718574000, lastModified=2023-03-25 16:56:25.717303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.718574000, lastModified=2023-03-25 16:56:25.717303000, delta=1271000 ns, racy<=10000 ns 16:56:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.718757000, lastModified=2023-03-25 16:56:25.717303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.718757000, lastModified=2023-03-25 16:56:25.717303000, delta=1454000 ns, racy<=10000 ns 16:56:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.718 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.718944000, lastModified=2023-03-25 16:56:25.718303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.718944000, lastModified=2023-03-25 16:56:25.718303000, delta=641000 ns, racy<=10000 ns 16:56:25.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.719298000, lastModified=2023-03-25 16:56:25.718303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.719298000, lastModified=2023-03-25 16:56:25.718303000, delta=995000 ns, racy<=10000 ns 16:56:25.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.719480000, lastModified=2023-03-25 16:56:25.718303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.719480000, lastModified=2023-03-25 16:56:25.718303000, delta=1177000 ns, racy<=10000 ns 16:56:25.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.719658000, lastModified=2023-03-25 16:56:25.718303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.719658000, lastModified=2023-03-25 16:56:25.718303000, delta=1355000 ns, racy<=10000 ns 16:56:25.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.719832000, lastModified=2023-03-25 16:56:25.718303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.719 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.718303000 to 2023-03-25 16:56:25.719303000 16:56:25.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.720029000, lastModified=2023-03-25 16:56:25.719303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.720029000, lastModified=2023-03-25 16:56:25.719303000, delta=726000 ns, racy<=10000 ns 16:56:25.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.720204000, lastModified=2023-03-25 16:56:25.719303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.720204000, lastModified=2023-03-25 16:56:25.719303000, delta=901000 ns, racy<=10000 ns 16:56:25.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.720373000, lastModified=2023-03-25 16:56:25.719303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.720373000, lastModified=2023-03-25 16:56:25.719303000, delta=1070000 ns, racy<=10000 ns 16:56:25.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.720651000, lastModified=2023-03-25 16:56:25.719303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.720651000, lastModified=2023-03-25 16:56:25.719303000, delta=1348000 ns, racy<=10000 ns 16:56:25.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.720838000, lastModified=2023-03-25 16:56:25.719303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.719303000 to 2023-03-25 16:56:25.720303000 16:56:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.721038000, lastModified=2023-03-25 16:56:25.720303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.721038000, lastModified=2023-03-25 16:56:25.720303000, delta=735000 ns, racy<=10000 ns 16:56:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.721435000, lastModified=2023-03-25 16:56:25.720303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.721435000, lastModified=2023-03-25 16:56:25.720303000, delta=1132000 ns, racy<=10000 ns 16:56:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.721613000, lastModified=2023-03-25 16:56:25.720303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.721613000, lastModified=2023-03-25 16:56:25.720303000, delta=1310000 ns, racy<=10000 ns 16:56:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.721800000, lastModified=2023-03-25 16:56:25.720303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.720303000 to 2023-03-25 16:56:25.721303000 16:56:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.722002000, lastModified=2023-03-25 16:56:25.721303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.722002000, lastModified=2023-03-25 16:56:25.721303000, delta=699000 ns, racy<=10000 ns 16:56:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.722179000, lastModified=2023-03-25 16:56:25.721303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.722179000, lastModified=2023-03-25 16:56:25.721303000, delta=876000 ns, racy<=10000 ns 16:56:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.722368000, lastModified=2023-03-25 16:56:25.721303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.722368000, lastModified=2023-03-25 16:56:25.721303000, delta=1065000 ns, racy<=10000 ns 16:56:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.722564000, lastModified=2023-03-25 16:56:25.721303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.722564000, lastModified=2023-03-25 16:56:25.721303000, delta=1261000 ns, racy<=10000 ns 16:56:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.722946000, lastModified=2023-03-25 16:56:25.721303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.721303000 to 2023-03-25 16:56:25.722303000 16:56:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.723145000, lastModified=2023-03-25 16:56:25.722303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.723145000, lastModified=2023-03-25 16:56:25.722303000, delta=842000 ns, racy<=10000 ns 16:56:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.723316000, lastModified=2023-03-25 16:56:25.722303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.723316000, lastModified=2023-03-25 16:56:25.722303000, delta=1013000 ns, racy<=10000 ns 16:56:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.723658000, lastModified=2023-03-25 16:56:25.722303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.723658000, lastModified=2023-03-25 16:56:25.722303000, delta=1355000 ns, racy<=10000 ns 16:56:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.723830000, lastModified=2023-03-25 16:56:25.722303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.722303000 to 2023-03-25 16:56:25.723303000 16:56:25.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.724115000, lastModified=2023-03-25 16:56:25.723303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.724115000, lastModified=2023-03-25 16:56:25.723303000, delta=812000 ns, racy<=10000 ns 16:56:25.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.724481000, lastModified=2023-03-25 16:56:25.723303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.724481000, lastModified=2023-03-25 16:56:25.723303000, delta=1178000 ns, racy<=10000 ns 16:56:25.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.724954000, lastModified=2023-03-25 16:56:25.724303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.724954000, lastModified=2023-03-25 16:56:25.724303000, delta=651000 ns, racy<=10000 ns 16:56:25.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.725206000, lastModified=2023-03-25 16:56:25.724303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.725206000, lastModified=2023-03-25 16:56:25.724303000, delta=903000 ns, racy<=10000 ns 16:56:25.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.725540000, lastModified=2023-03-25 16:56:25.724303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.724303000 to 2023-03-25 16:56:25.725303000 16:56:25.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.726278000, lastModified=2023-03-25 16:56:25.725303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.726278000, lastModified=2023-03-25 16:56:25.725303000, delta=975000 ns, racy<=10000 ns 16:56:25.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.726462000, lastModified=2023-03-25 16:56:25.725303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.726462000, lastModified=2023-03-25 16:56:25.725303000, delta=1159000 ns, racy<=10000 ns 16:56:25.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.726632000, lastModified=2023-03-25 16:56:25.725303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.726632000, lastModified=2023-03-25 16:56:25.725303000, delta=1329000 ns, racy<=10000 ns 16:56:25.726 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.726998000, lastModified=2023-03-25 16:56:25.725303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.725303000 to 2023-03-25 16:56:25.726303000 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.727217000, lastModified=2023-03-25 16:56:25.726303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.727217000, lastModified=2023-03-25 16:56:25.726303000, delta=914000 ns, racy<=10000 ns 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.727411000, lastModified=2023-03-25 16:56:25.726303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.727411000, lastModified=2023-03-25 16:56:25.726303000, delta=1108000 ns, racy<=10000 ns 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.727574000, lastModified=2023-03-25 16:56:25.726303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.727574000, lastModified=2023-03-25 16:56:25.726303000, delta=1271000 ns, racy<=10000 ns 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.727737000, lastModified=2023-03-25 16:56:25.726303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.727737000, lastModified=2023-03-25 16:56:25.726303000, delta=1434000 ns, racy<=10000 ns 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.727905000, lastModified=2023-03-25 16:56:25.727303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.727 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.727905000, lastModified=2023-03-25 16:56:25.727303000, delta=602000 ns, racy<=10000 ns 16:56:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.728070000, lastModified=2023-03-25 16:56:25.727303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.728070000, lastModified=2023-03-25 16:56:25.727303000, delta=767000 ns, racy<=10000 ns 16:56:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.728346000, lastModified=2023-03-25 16:56:25.727303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.728346000, lastModified=2023-03-25 16:56:25.727303000, delta=1043000 ns, racy<=10000 ns 16:56:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.728510000, lastModified=2023-03-25 16:56:25.727303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.728510000, lastModified=2023-03-25 16:56:25.727303000, delta=1207000 ns, racy<=10000 ns 16:56:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.728680000, lastModified=2023-03-25 16:56:25.727303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.728680000, lastModified=2023-03-25 16:56:25.727303000, delta=1377000 ns, racy<=10000 ns 16:56:25.728 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.729028000, lastModified=2023-03-25 16:56:25.727303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.727303000 to 2023-03-25 16:56:25.728303000 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.729212000, lastModified=2023-03-25 16:56:25.728303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.729212000, lastModified=2023-03-25 16:56:25.728303000, delta=909000 ns, racy<=10000 ns 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.729380000, lastModified=2023-03-25 16:56:25.728303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.729380000, lastModified=2023-03-25 16:56:25.728303000, delta=1077000 ns, racy<=10000 ns 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.729545000, lastModified=2023-03-25 16:56:25.728303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.729545000, lastModified=2023-03-25 16:56:25.728303000, delta=1242000 ns, racy<=10000 ns 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.729707000, lastModified=2023-03-25 16:56:25.728303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.729707000, lastModified=2023-03-25 16:56:25.728303000, delta=1404000 ns, racy<=10000 ns 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.729875000, lastModified=2023-03-25 16:56:25.728303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.729 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.728303000 to 2023-03-25 16:56:25.729303000 16:56:25.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.730054000, lastModified=2023-03-25 16:56:25.729303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.730054000, lastModified=2023-03-25 16:56:25.729303000, delta=751000 ns, racy<=10000 ns 16:56:25.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.730331000, lastModified=2023-03-25 16:56:25.729303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.730331000, lastModified=2023-03-25 16:56:25.729303000, delta=1028000 ns, racy<=10000 ns 16:56:25.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.730588000, lastModified=2023-03-25 16:56:25.729303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.730588000, lastModified=2023-03-25 16:56:25.729303000, delta=1285000 ns, racy<=10000 ns 16:56:25.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.730826000, lastModified=2023-03-25 16:56:25.729303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.730 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.729303000 to 2023-03-25 16:56:25.730303000 16:56:25.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.731232000, lastModified=2023-03-25 16:56:25.730303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.731232000, lastModified=2023-03-25 16:56:25.730303000, delta=929000 ns, racy<=10000 ns 16:56:25.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.731478000, lastModified=2023-03-25 16:56:25.730303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.731478000, lastModified=2023-03-25 16:56:25.730303000, delta=1175000 ns, racy<=10000 ns 16:56:25.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.731707000, lastModified=2023-03-25 16:56:25.730303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.731707000, lastModified=2023-03-25 16:56:25.730303000, delta=1404000 ns, racy<=10000 ns 16:56:25.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.731 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.731945000, lastModified=2023-03-25 16:56:25.731303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.731945000, lastModified=2023-03-25 16:56:25.731303000, delta=642000 ns, racy<=10000 ns 16:56:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.732179000, lastModified=2023-03-25 16:56:25.731303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.732179000, lastModified=2023-03-25 16:56:25.731303000, delta=876000 ns, racy<=10000 ns 16:56:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.732408000, lastModified=2023-03-25 16:56:25.731303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.732408000, lastModified=2023-03-25 16:56:25.731303000, delta=1105000 ns, racy<=10000 ns 16:56:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.732644000, lastModified=2023-03-25 16:56:25.731303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.732644000, lastModified=2023-03-25 16:56:25.731303000, delta=1341000 ns, racy<=10000 ns 16:56:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.732 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.732974000, lastModified=2023-03-25 16:56:25.732303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.732974000, lastModified=2023-03-25 16:56:25.732303000, delta=671000 ns, racy<=10000 ns 16:56:25.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.733202000, lastModified=2023-03-25 16:56:25.732303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.733202000, lastModified=2023-03-25 16:56:25.732303000, delta=899000 ns, racy<=10000 ns 16:56:25.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.733418000, lastModified=2023-03-25 16:56:25.732303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.733418000, lastModified=2023-03-25 16:56:25.732303000, delta=1115000 ns, racy<=10000 ns 16:56:25.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.733817000, lastModified=2023-03-25 16:56:25.732303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.733 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.732303000 to 2023-03-25 16:56:25.733303000 16:56:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.734089000, lastModified=2023-03-25 16:56:25.733303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.734089000, lastModified=2023-03-25 16:56:25.733303000, delta=786000 ns, racy<=10000 ns 16:56:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.734368000, lastModified=2023-03-25 16:56:25.733303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.734368000, lastModified=2023-03-25 16:56:25.733303000, delta=1065000 ns, racy<=10000 ns 16:56:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.734622000, lastModified=2023-03-25 16:56:25.733303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.734622000, lastModified=2023-03-25 16:56:25.733303000, delta=1319000 ns, racy<=10000 ns 16:56:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.734837000, lastModified=2023-03-25 16:56:25.733303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.734 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.733303000 to 2023-03-25 16:56:25.734303000 16:56:25.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.735079000, lastModified=2023-03-25 16:56:25.734303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.735079000, lastModified=2023-03-25 16:56:25.734303000, delta=776000 ns, racy<=10000 ns 16:56:25.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.735303000, lastModified=2023-03-25 16:56:25.734303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.735303000, lastModified=2023-03-25 16:56:25.734303000, delta=1000000 ns, racy<=10000 ns 16:56:25.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.735643000, lastModified=2023-03-25 16:56:25.734303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.735643000, lastModified=2023-03-25 16:56:25.734303000, delta=1340000 ns, racy<=10000 ns 16:56:25.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.735 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.735871000, lastModified=2023-03-25 16:56:25.734303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.734303000 to 2023-03-25 16:56:25.735303000 16:56:25.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.736122000, lastModified=2023-03-25 16:56:25.735303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.736122000, lastModified=2023-03-25 16:56:25.735303000, delta=819000 ns, racy<=10000 ns 16:56:25.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.736543000, lastModified=2023-03-25 16:56:25.735303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.736543000, lastModified=2023-03-25 16:56:25.735303000, delta=1240000 ns, racy<=10000 ns 16:56:25.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.736797000, lastModified=2023-03-25 16:56:25.735303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.736 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.735303000 to 2023-03-25 16:56:25.736303000 16:56:25.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.737100000, lastModified=2023-03-25 16:56:25.736303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.737100000, lastModified=2023-03-25 16:56:25.736303000, delta=797000 ns, racy<=10000 ns 16:56:25.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.737386000, lastModified=2023-03-25 16:56:25.736303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.737386000, lastModified=2023-03-25 16:56:25.736303000, delta=1083000 ns, racy<=10000 ns 16:56:25.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.737625000, lastModified=2023-03-25 16:56:25.736303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.737625000, lastModified=2023-03-25 16:56:25.736303000, delta=1322000 ns, racy<=10000 ns 16:56:25.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.737876000, lastModified=2023-03-25 16:56:25.736303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.737 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.736303000 to 2023-03-25 16:56:25.737303000 16:56:25.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.738075000, lastModified=2023-03-25 16:56:25.737303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.738075000, lastModified=2023-03-25 16:56:25.737303000, delta=772000 ns, racy<=10000 ns 16:56:25.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.738358000, lastModified=2023-03-25 16:56:25.737303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.738358000, lastModified=2023-03-25 16:56:25.737303000, delta=1055000 ns, racy<=10000 ns 16:56:25.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.738564000, lastModified=2023-03-25 16:56:25.737303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.738564000, lastModified=2023-03-25 16:56:25.737303000, delta=1261000 ns, racy<=10000 ns 16:56:25.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.738757000, lastModified=2023-03-25 16:56:25.737303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.738757000, lastModified=2023-03-25 16:56:25.737303000, delta=1454000 ns, racy<=10000 ns 16:56:25.738 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.739141000, lastModified=2023-03-25 16:56:25.738303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.739141000, lastModified=2023-03-25 16:56:25.738303000, delta=838000 ns, racy<=10000 ns 16:56:25.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.739364000, lastModified=2023-03-25 16:56:25.738303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.739364000, lastModified=2023-03-25 16:56:25.738303000, delta=1061000 ns, racy<=10000 ns 16:56:25.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.739565000, lastModified=2023-03-25 16:56:25.738303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.739565000, lastModified=2023-03-25 16:56:25.738303000, delta=1262000 ns, racy<=10000 ns 16:56:25.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.739782000, lastModified=2023-03-25 16:56:25.738303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.739 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.738303000 to 2023-03-25 16:56:25.739303000 16:56:25.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.740022000, lastModified=2023-03-25 16:56:25.739303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.740022000, lastModified=2023-03-25 16:56:25.739303000, delta=719000 ns, racy<=10000 ns 16:56:25.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.740248000, lastModified=2023-03-25 16:56:25.739303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.740248000, lastModified=2023-03-25 16:56:25.739303000, delta=945000 ns, racy<=10000 ns 16:56:25.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.740412000, lastModified=2023-03-25 16:56:25.739303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.740412000, lastModified=2023-03-25 16:56:25.739303000, delta=1109000 ns, racy<=10000 ns 16:56:25.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.740693000, lastModified=2023-03-25 16:56:25.739303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.740693000, lastModified=2023-03-25 16:56:25.739303000, delta=1390000 ns, racy<=10000 ns 16:56:25.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.740872000, lastModified=2023-03-25 16:56:25.739303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.740 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.739303000 to 2023-03-25 16:56:25.740303000 16:56:25.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.741042000, lastModified=2023-03-25 16:56:25.740303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.741042000, lastModified=2023-03-25 16:56:25.740303000, delta=739000 ns, racy<=10000 ns 16:56:25.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.741527000, lastModified=2023-03-25 16:56:25.740303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.741527000, lastModified=2023-03-25 16:56:25.740303000, delta=1224000 ns, racy<=10000 ns 16:56:25.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.741774000, lastModified=2023-03-25 16:56:25.740303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.741 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.740303000 to 2023-03-25 16:56:25.741303000 16:56:25.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.742023000, lastModified=2023-03-25 16:56:25.741303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.742023000, lastModified=2023-03-25 16:56:25.741303000, delta=720000 ns, racy<=10000 ns 16:56:25.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.742227000, lastModified=2023-03-25 16:56:25.741303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.742227000, lastModified=2023-03-25 16:56:25.741303000, delta=924000 ns, racy<=10000 ns 16:56:25.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.742 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.742852000, lastModified=2023-03-25 16:56:25.741303000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.741303000 to 2023-03-25 16:56:25.742304000 16:56:25.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.743099000, lastModified=2023-03-25 16:56:25.742304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.743099000, lastModified=2023-03-25 16:56:25.742304000, delta=795000 ns, racy<=10000 ns 16:56:25.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.743264000, lastModified=2023-03-25 16:56:25.742304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.743264000, lastModified=2023-03-25 16:56:25.742304000, delta=960000 ns, racy<=10000 ns 16:56:25.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.743545000, lastModified=2023-03-25 16:56:25.742304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.743545000, lastModified=2023-03-25 16:56:25.742304000, delta=1241000 ns, racy<=10000 ns 16:56:25.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.743733000, lastModified=2023-03-25 16:56:25.742304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.743733000, lastModified=2023-03-25 16:56:25.742304000, delta=1429000 ns, racy<=10000 ns 16:56:25.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.743 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.743926000, lastModified=2023-03-25 16:56:25.743304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.743926000, lastModified=2023-03-25 16:56:25.743304000, delta=622000 ns, racy<=10000 ns 16:56:25.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.744281000, lastModified=2023-03-25 16:56:25.743304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.744281000, lastModified=2023-03-25 16:56:25.743304000, delta=977000 ns, racy<=10000 ns 16:56:25.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.744462000, lastModified=2023-03-25 16:56:25.743304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.744462000, lastModified=2023-03-25 16:56:25.743304000, delta=1158000 ns, racy<=10000 ns 16:56:25.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.744649000, lastModified=2023-03-25 16:56:25.743304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.744649000, lastModified=2023-03-25 16:56:25.743304000, delta=1345000 ns, racy<=10000 ns 16:56:25.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.744811000, lastModified=2023-03-25 16:56:25.743304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.744 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.743304000 to 2023-03-25 16:56:25.744304000 16:56:25.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.745088000, lastModified=2023-03-25 16:56:25.744304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.745088000, lastModified=2023-03-25 16:56:25.744304000, delta=784000 ns, racy<=10000 ns 16:56:25.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.745333000, lastModified=2023-03-25 16:56:25.744304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.745333000, lastModified=2023-03-25 16:56:25.744304000, delta=1029000 ns, racy<=10000 ns 16:56:25.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.745553000, lastModified=2023-03-25 16:56:25.744304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.745553000, lastModified=2023-03-25 16:56:25.744304000, delta=1249000 ns, racy<=10000 ns 16:56:25.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.745858000, lastModified=2023-03-25 16:56:25.744304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.745 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.744304000 to 2023-03-25 16:56:25.745304000 16:56:25.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.746072000, lastModified=2023-03-25 16:56:25.745304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.746072000, lastModified=2023-03-25 16:56:25.745304000, delta=768000 ns, racy<=10000 ns 16:56:25.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.746281000, lastModified=2023-03-25 16:56:25.745304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.746281000, lastModified=2023-03-25 16:56:25.745304000, delta=977000 ns, racy<=10000 ns 16:56:25.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.746641000, lastModified=2023-03-25 16:56:25.745304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.746641000, lastModified=2023-03-25 16:56:25.745304000, delta=1337000 ns, racy<=10000 ns 16:56:25.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.746823000, lastModified=2023-03-25 16:56:25.745304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.746 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.745304000 to 2023-03-25 16:56:25.746304000 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.747006000, lastModified=2023-03-25 16:56:25.746304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.747006000, lastModified=2023-03-25 16:56:25.746304000, delta=702000 ns, racy<=10000 ns 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.747180000, lastModified=2023-03-25 16:56:25.746304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.747180000, lastModified=2023-03-25 16:56:25.746304000, delta=876000 ns, racy<=10000 ns 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.747355000, lastModified=2023-03-25 16:56:25.746304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.747355000, lastModified=2023-03-25 16:56:25.746304000, delta=1051000 ns, racy<=10000 ns 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.747526000, lastModified=2023-03-25 16:56:25.746304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.747526000, lastModified=2023-03-25 16:56:25.746304000, delta=1222000 ns, racy<=10000 ns 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.747680000, lastModified=2023-03-25 16:56:25.746304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.747680000, lastModified=2023-03-25 16:56:25.746304000, delta=1376000 ns, racy<=10000 ns 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.747 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.747933000, lastModified=2023-03-25 16:56:25.747304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.747933000, lastModified=2023-03-25 16:56:25.747304000, delta=629000 ns, racy<=10000 ns 16:56:25.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.748321000, lastModified=2023-03-25 16:56:25.747304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.748321000, lastModified=2023-03-25 16:56:25.747304000, delta=1017000 ns, racy<=10000 ns 16:56:25.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.748590000, lastModified=2023-03-25 16:56:25.747304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.748590000, lastModified=2023-03-25 16:56:25.747304000, delta=1286000 ns, racy<=10000 ns 16:56:25.748 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.749023000, lastModified=2023-03-25 16:56:25.747304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.747304000 to 2023-03-25 16:56:25.748304000 16:56:25.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.749286000, lastModified=2023-03-25 16:56:25.748304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.749286000, lastModified=2023-03-25 16:56:25.748304000, delta=982000 ns, racy<=10000 ns 16:56:25.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.749495000, lastModified=2023-03-25 16:56:25.748304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.749495000, lastModified=2023-03-25 16:56:25.748304000, delta=1191000 ns, racy<=10000 ns 16:56:25.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.749660000, lastModified=2023-03-25 16:56:25.748304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.749660000, lastModified=2023-03-25 16:56:25.748304000, delta=1356000 ns, racy<=10000 ns 16:56:25.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.749833000, lastModified=2023-03-25 16:56:25.748304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.748304000 to 2023-03-25 16:56:25.749304000 16:56:25.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.750041000, lastModified=2023-03-25 16:56:25.749304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.750041000, lastModified=2023-03-25 16:56:25.749304000, delta=737000 ns, racy<=10000 ns 16:56:25.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.750223000, lastModified=2023-03-25 16:56:25.749304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.750223000, lastModified=2023-03-25 16:56:25.749304000, delta=919000 ns, racy<=10000 ns 16:56:25.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.750447000, lastModified=2023-03-25 16:56:25.749304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.750447000, lastModified=2023-03-25 16:56:25.749304000, delta=1143000 ns, racy<=10000 ns 16:56:25.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.750664000, lastModified=2023-03-25 16:56:25.749304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.750664000, lastModified=2023-03-25 16:56:25.749304000, delta=1360000 ns, racy<=10000 ns 16:56:25.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.750842000, lastModified=2023-03-25 16:56:25.749304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.749304000 to 2023-03-25 16:56:25.750304000 16:56:25.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.751359000, lastModified=2023-03-25 16:56:25.750304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.751359000, lastModified=2023-03-25 16:56:25.750304000, delta=1055000 ns, racy<=10000 ns 16:56:25.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.751596000, lastModified=2023-03-25 16:56:25.750304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.751596000, lastModified=2023-03-25 16:56:25.750304000, delta=1292000 ns, racy<=10000 ns 16:56:25.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.751800000, lastModified=2023-03-25 16:56:25.750304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.750304000 to 2023-03-25 16:56:25.751304000 16:56:25.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.752039000, lastModified=2023-03-25 16:56:25.751304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.752039000, lastModified=2023-03-25 16:56:25.751304000, delta=735000 ns, racy<=10000 ns 16:56:25.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.752284000, lastModified=2023-03-25 16:56:25.751304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.752284000, lastModified=2023-03-25 16:56:25.751304000, delta=980000 ns, racy<=10000 ns 16:56:25.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.752503000, lastModified=2023-03-25 16:56:25.751304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.752503000, lastModified=2023-03-25 16:56:25.751304000, delta=1199000 ns, racy<=10000 ns 16:56:25.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.752683000, lastModified=2023-03-25 16:56:25.751304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.752683000, lastModified=2023-03-25 16:56:25.751304000, delta=1379000 ns, racy<=10000 ns 16:56:25.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.752851000, lastModified=2023-03-25 16:56:25.751304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.751304000 to 2023-03-25 16:56:25.752304000 16:56:25.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.753045000, lastModified=2023-03-25 16:56:25.752304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.753045000, lastModified=2023-03-25 16:56:25.752304000, delta=741000 ns, racy<=10000 ns 16:56:25.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.753228000, lastModified=2023-03-25 16:56:25.752304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.753228000, lastModified=2023-03-25 16:56:25.752304000, delta=924000 ns, racy<=10000 ns 16:56:25.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.753622000, lastModified=2023-03-25 16:56:25.752304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.753622000, lastModified=2023-03-25 16:56:25.752304000, delta=1318000 ns, racy<=10000 ns 16:56:25.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.753834000, lastModified=2023-03-25 16:56:25.752304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.752304000 to 2023-03-25 16:56:25.753304000 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.754020000, lastModified=2023-03-25 16:56:25.753304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.754020000, lastModified=2023-03-25 16:56:25.753304000, delta=716000 ns, racy<=10000 ns 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.754213000, lastModified=2023-03-25 16:56:25.753304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.754213000, lastModified=2023-03-25 16:56:25.753304000, delta=909000 ns, racy<=10000 ns 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.754392000, lastModified=2023-03-25 16:56:25.753304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.754392000, lastModified=2023-03-25 16:56:25.753304000, delta=1088000 ns, racy<=10000 ns 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.754564000, lastModified=2023-03-25 16:56:25.753304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.754564000, lastModified=2023-03-25 16:56:25.753304000, delta=1260000 ns, racy<=10000 ns 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.754757000, lastModified=2023-03-25 16:56:25.753304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.754757000, lastModified=2023-03-25 16:56:25.753304000, delta=1453000 ns, racy<=10000 ns 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.754946000, lastModified=2023-03-25 16:56:25.754304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.754946000, lastModified=2023-03-25 16:56:25.754304000, delta=642000 ns, racy<=10000 ns 16:56:25.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.755154000, lastModified=2023-03-25 16:56:25.754304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.755154000, lastModified=2023-03-25 16:56:25.754304000, delta=850000 ns, racy<=10000 ns 16:56:25.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.755334000, lastModified=2023-03-25 16:56:25.754304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.755334000, lastModified=2023-03-25 16:56:25.754304000, delta=1030000 ns, racy<=10000 ns 16:56:25.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.755691000, lastModified=2023-03-25 16:56:25.754304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.755691000, lastModified=2023-03-25 16:56:25.754304000, delta=1387000 ns, racy<=10000 ns 16:56:25.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.755872000, lastModified=2023-03-25 16:56:25.754304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.754304000 to 2023-03-25 16:56:25.755304000 16:56:25.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.756041000, lastModified=2023-03-25 16:56:25.755304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.756041000, lastModified=2023-03-25 16:56:25.755304000, delta=737000 ns, racy<=10000 ns 16:56:25.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.756209000, lastModified=2023-03-25 16:56:25.755304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.756209000, lastModified=2023-03-25 16:56:25.755304000, delta=905000 ns, racy<=10000 ns 16:56:25.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.756405000, lastModified=2023-03-25 16:56:25.755304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.756405000, lastModified=2023-03-25 16:56:25.755304000, delta=1101000 ns, racy<=10000 ns 16:56:25.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.756650000, lastModified=2023-03-25 16:56:25.755304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.756650000, lastModified=2023-03-25 16:56:25.755304000, delta=1346000 ns, racy<=10000 ns 16:56:25.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.756820000, lastModified=2023-03-25 16:56:25.755304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.755304000 to 2023-03-25 16:56:25.756304000 16:56:25.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.756998000, lastModified=2023-03-25 16:56:25.756304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.756998000, lastModified=2023-03-25 16:56:25.756304000, delta=694000 ns, racy<=10000 ns 16:56:25.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.757173000, lastModified=2023-03-25 16:56:25.756304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.757173000, lastModified=2023-03-25 16:56:25.756304000, delta=869000 ns, racy<=10000 ns 16:56:25.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.757337000, lastModified=2023-03-25 16:56:25.756304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.757337000, lastModified=2023-03-25 16:56:25.756304000, delta=1033000 ns, racy<=10000 ns 16:56:25.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.757683000, lastModified=2023-03-25 16:56:25.756304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.757683000, lastModified=2023-03-25 16:56:25.756304000, delta=1379000 ns, racy<=10000 ns 16:56:25.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.757846000, lastModified=2023-03-25 16:56:25.756304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.756304000 to 2023-03-25 16:56:25.757304000 16:56:25.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.758026000, lastModified=2023-03-25 16:56:25.757304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.758026000, lastModified=2023-03-25 16:56:25.757304000, delta=722000 ns, racy<=10000 ns 16:56:25.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.758204000, lastModified=2023-03-25 16:56:25.757304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.758204000, lastModified=2023-03-25 16:56:25.757304000, delta=900000 ns, racy<=10000 ns 16:56:25.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.758375000, lastModified=2023-03-25 16:56:25.757304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.758375000, lastModified=2023-03-25 16:56:25.757304000, delta=1071000 ns, racy<=10000 ns 16:56:25.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.758570000, lastModified=2023-03-25 16:56:25.757304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.758570000, lastModified=2023-03-25 16:56:25.757304000, delta=1266000 ns, racy<=10000 ns 16:56:25.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.758756000, lastModified=2023-03-25 16:56:25.757304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.758756000, lastModified=2023-03-25 16:56:25.757304000, delta=1452000 ns, racy<=10000 ns 16:56:25.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.758999000, lastModified=2023-03-25 16:56:25.758304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.758999000, lastModified=2023-03-25 16:56:25.758304000, delta=695000 ns, racy<=10000 ns 16:56:25.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.759179000, lastModified=2023-03-25 16:56:25.758304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.759179000, lastModified=2023-03-25 16:56:25.758304000, delta=875000 ns, racy<=10000 ns 16:56:25.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.759356000, lastModified=2023-03-25 16:56:25.758304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.759356000, lastModified=2023-03-25 16:56:25.758304000, delta=1052000 ns, racy<=10000 ns 16:56:25.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.759784000, lastModified=2023-03-25 16:56:25.758304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.759784000, lastModified=2023-03-25 16:56:25.758304000, delta=1480000 ns, racy<=10000 ns 16:56:25.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.759982000, lastModified=2023-03-25 16:56:25.759304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.759982000, lastModified=2023-03-25 16:56:25.759304000, delta=678000 ns, racy<=10000 ns 16:56:25.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.760184000, lastModified=2023-03-25 16:56:25.759304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.760184000, lastModified=2023-03-25 16:56:25.759304000, delta=880000 ns, racy<=10000 ns 16:56:25.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.760418000, lastModified=2023-03-25 16:56:25.759304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.760418000, lastModified=2023-03-25 16:56:25.759304000, delta=1114000 ns, racy<=10000 ns 16:56:25.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.760631000, lastModified=2023-03-25 16:56:25.759304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.760631000, lastModified=2023-03-25 16:56:25.759304000, delta=1327000 ns, racy<=10000 ns 16:56:25.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.760826000, lastModified=2023-03-25 16:56:25.759304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.759304000 to 2023-03-25 16:56:25.760304000 16:56:25.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.761019000, lastModified=2023-03-25 16:56:25.760304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.761019000, lastModified=2023-03-25 16:56:25.760304000, delta=715000 ns, racy<=10000 ns 16:56:25.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.761218000, lastModified=2023-03-25 16:56:25.760304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.761218000, lastModified=2023-03-25 16:56:25.760304000, delta=914000 ns, racy<=10000 ns 16:56:25.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.761393000, lastModified=2023-03-25 16:56:25.760304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.761393000, lastModified=2023-03-25 16:56:25.760304000, delta=1089000 ns, racy<=10000 ns 16:56:25.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.761558000, lastModified=2023-03-25 16:56:25.760304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.761558000, lastModified=2023-03-25 16:56:25.760304000, delta=1254000 ns, racy<=10000 ns 16:56:25.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.761944000, lastModified=2023-03-25 16:56:25.760304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.760304000 to 2023-03-25 16:56:25.761304000 16:56:25.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.762127000, lastModified=2023-03-25 16:56:25.761304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.762127000, lastModified=2023-03-25 16:56:25.761304000, delta=823000 ns, racy<=10000 ns 16:56:25.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.762301000, lastModified=2023-03-25 16:56:25.761304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.762301000, lastModified=2023-03-25 16:56:25.761304000, delta=997000 ns, racy<=10000 ns 16:56:25.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.762557000, lastModified=2023-03-25 16:56:25.761304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.762557000, lastModified=2023-03-25 16:56:25.761304000, delta=1253000 ns, racy<=10000 ns 16:56:25.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.762718000, lastModified=2023-03-25 16:56:25.761304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.762718000, lastModified=2023-03-25 16:56:25.761304000, delta=1414000 ns, racy<=10000 ns 16:56:25.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.762914000, lastModified=2023-03-25 16:56:25.762304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.762914000, lastModified=2023-03-25 16:56:25.762304000, delta=610000 ns, racy<=10000 ns 16:56:25.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.763115000, lastModified=2023-03-25 16:56:25.762304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.763115000, lastModified=2023-03-25 16:56:25.762304000, delta=811000 ns, racy<=10000 ns 16:56:25.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.763306000, lastModified=2023-03-25 16:56:25.762304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.763306000, lastModified=2023-03-25 16:56:25.762304000, delta=1002000 ns, racy<=10000 ns 16:56:25.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.763482000, lastModified=2023-03-25 16:56:25.762304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.763482000, lastModified=2023-03-25 16:56:25.762304000, delta=1178000 ns, racy<=10000 ns 16:56:25.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.763648000, lastModified=2023-03-25 16:56:25.762304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.763648000, lastModified=2023-03-25 16:56:25.762304000, delta=1344000 ns, racy<=10000 ns 16:56:25.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.764011000, lastModified=2023-03-25 16:56:25.762304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.762304000 to 2023-03-25 16:56:25.763304000 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.764191000, lastModified=2023-03-25 16:56:25.763304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.764191000, lastModified=2023-03-25 16:56:25.763304000, delta=887000 ns, racy<=10000 ns 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.764356000, lastModified=2023-03-25 16:56:25.763304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.764356000, lastModified=2023-03-25 16:56:25.763304000, delta=1052000 ns, racy<=10000 ns 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.764520000, lastModified=2023-03-25 16:56:25.763304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.764520000, lastModified=2023-03-25 16:56:25.763304000, delta=1216000 ns, racy<=10000 ns 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.764701000, lastModified=2023-03-25 16:56:25.763304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.764701000, lastModified=2023-03-25 16:56:25.763304000, delta=1397000 ns, racy<=10000 ns 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.764888000, lastModified=2023-03-25 16:56:25.763304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.763304000 to 2023-03-25 16:56:25.764304000 16:56:25.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.765072000, lastModified=2023-03-25 16:56:25.764304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.765072000, lastModified=2023-03-25 16:56:25.764304000, delta=768000 ns, racy<=10000 ns 16:56:25.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.765254000, lastModified=2023-03-25 16:56:25.764304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.765254000, lastModified=2023-03-25 16:56:25.764304000, delta=950000 ns, racy<=10000 ns 16:56:25.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.765494000, lastModified=2023-03-25 16:56:25.764304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.765494000, lastModified=2023-03-25 16:56:25.764304000, delta=1190000 ns, racy<=10000 ns 16:56:25.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.765709000, lastModified=2023-03-25 16:56:25.764304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.765709000, lastModified=2023-03-25 16:56:25.764304000, delta=1405000 ns, racy<=10000 ns 16:56:25.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.766051000, lastModified=2023-03-25 16:56:25.764304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.764304000 to 2023-03-25 16:56:25.765304000 16:56:25.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.766284000, lastModified=2023-03-25 16:56:25.765304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.766284000, lastModified=2023-03-25 16:56:25.765304000, delta=980000 ns, racy<=10000 ns 16:56:25.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.766461000, lastModified=2023-03-25 16:56:25.765304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.766461000, lastModified=2023-03-25 16:56:25.765304000, delta=1157000 ns, racy<=10000 ns 16:56:25.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.766624000, lastModified=2023-03-25 16:56:25.765304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.766624000, lastModified=2023-03-25 16:56:25.765304000, delta=1320000 ns, racy<=10000 ns 16:56:25.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.766787000, lastModified=2023-03-25 16:56:25.765304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.766787000, lastModified=2023-03-25 16:56:25.765304000, delta=1483000 ns, racy<=10000 ns 16:56:25.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.766996000, lastModified=2023-03-25 16:56:25.766304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.766996000, lastModified=2023-03-25 16:56:25.766304000, delta=692000 ns, racy<=10000 ns 16:56:25.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.767177000, lastModified=2023-03-25 16:56:25.766304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.767177000, lastModified=2023-03-25 16:56:25.766304000, delta=873000 ns, racy<=10000 ns 16:56:25.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.767343000, lastModified=2023-03-25 16:56:25.766304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.767343000, lastModified=2023-03-25 16:56:25.766304000, delta=1039000 ns, racy<=10000 ns 16:56:25.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.767506000, lastModified=2023-03-25 16:56:25.766304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.767506000, lastModified=2023-03-25 16:56:25.766304000, delta=1202000 ns, racy<=10000 ns 16:56:25.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.767678000, lastModified=2023-03-25 16:56:25.766304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.767678000, lastModified=2023-03-25 16:56:25.766304000, delta=1374000 ns, racy<=10000 ns 16:56:25.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.768118000, lastModified=2023-03-25 16:56:25.766304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.766304000 to 2023-03-25 16:56:25.767304000 16:56:25.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.768307000, lastModified=2023-03-25 16:56:25.767304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.768307000, lastModified=2023-03-25 16:56:25.767304000, delta=1003000 ns, racy<=10000 ns 16:56:25.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.768484000, lastModified=2023-03-25 16:56:25.767304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.768484000, lastModified=2023-03-25 16:56:25.767304000, delta=1180000 ns, racy<=10000 ns 16:56:25.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.768735000, lastModified=2023-03-25 16:56:25.767304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.768735000, lastModified=2023-03-25 16:56:25.767304000, delta=1431000 ns, racy<=10000 ns 16:56:25.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.768902000, lastModified=2023-03-25 16:56:25.768304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.768902000, lastModified=2023-03-25 16:56:25.768304000, delta=598000 ns, racy<=10000 ns 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.769063000, lastModified=2023-03-25 16:56:25.768304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.769063000, lastModified=2023-03-25 16:56:25.768304000, delta=759000 ns, racy<=10000 ns 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.769222000, lastModified=2023-03-25 16:56:25.768304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.769222000, lastModified=2023-03-25 16:56:25.768304000, delta=918000 ns, racy<=10000 ns 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.769385000, lastModified=2023-03-25 16:56:25.768304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.769385000, lastModified=2023-03-25 16:56:25.768304000, delta=1081000 ns, racy<=10000 ns 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.769547000, lastModified=2023-03-25 16:56:25.768304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.769547000, lastModified=2023-03-25 16:56:25.768304000, delta=1243000 ns, racy<=10000 ns 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.769718000, lastModified=2023-03-25 16:56:25.768304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.769718000, lastModified=2023-03-25 16:56:25.768304000, delta=1414000 ns, racy<=10000 ns 16:56:25.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.770224000, lastModified=2023-03-25 16:56:25.769304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.770224000, lastModified=2023-03-25 16:56:25.769304000, delta=920000 ns, racy<=10000 ns 16:56:25.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.770424000, lastModified=2023-03-25 16:56:25.769304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.770424000, lastModified=2023-03-25 16:56:25.769304000, delta=1120000 ns, racy<=10000 ns 16:56:25.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.770589000, lastModified=2023-03-25 16:56:25.769304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.770589000, lastModified=2023-03-25 16:56:25.769304000, delta=1285000 ns, racy<=10000 ns 16:56:25.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.770750000, lastModified=2023-03-25 16:56:25.769304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.770750000, lastModified=2023-03-25 16:56:25.769304000, delta=1446000 ns, racy<=10000 ns 16:56:25.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.770934000, lastModified=2023-03-25 16:56:25.770304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.770934000, lastModified=2023-03-25 16:56:25.770304000, delta=630000 ns, racy<=10000 ns 16:56:25.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.771101000, lastModified=2023-03-25 16:56:25.770304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.771101000, lastModified=2023-03-25 16:56:25.770304000, delta=797000 ns, racy<=10000 ns 16:56:25.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.771265000, lastModified=2023-03-25 16:56:25.770304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.771265000, lastModified=2023-03-25 16:56:25.770304000, delta=961000 ns, racy<=10000 ns 16:56:25.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.771425000, lastModified=2023-03-25 16:56:25.770304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.771425000, lastModified=2023-03-25 16:56:25.770304000, delta=1121000 ns, racy<=10000 ns 16:56:25.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.771596000, lastModified=2023-03-25 16:56:25.770304000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.770304000 to 2023-03-25 16:56:25.812305000 16:56:25.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.814064000, lastModified=2023-03-25 16:56:25.813305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.814064000, lastModified=2023-03-25 16:56:25.813305000, delta=759000 ns, racy<=10000 ns 16:56:25.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.814554000, lastModified=2023-03-25 16:56:25.813305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.814554000, lastModified=2023-03-25 16:56:25.813305000, delta=1249000 ns, racy<=10000 ns 16:56:25.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.814807000, lastModified=2023-03-25 16:56:25.813305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.813305000 to 2023-03-25 16:56:25.814305000 16:56:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.815078000, lastModified=2023-03-25 16:56:25.814305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.815078000, lastModified=2023-03-25 16:56:25.814305000, delta=773000 ns, racy<=10000 ns 16:56:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.815339000, lastModified=2023-03-25 16:56:25.814305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.815339000, lastModified=2023-03-25 16:56:25.814305000, delta=1034000 ns, racy<=10000 ns 16:56:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.815503000, lastModified=2023-03-25 16:56:25.814305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.815503000, lastModified=2023-03-25 16:56:25.814305000, delta=1198000 ns, racy<=10000 ns 16:56:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.815664000, lastModified=2023-03-25 16:56:25.814305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.815664000, lastModified=2023-03-25 16:56:25.814305000, delta=1359000 ns, racy<=10000 ns 16:56:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.815838000, lastModified=2023-03-25 16:56:25.814305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.814305000 to 2023-03-25 16:56:25.815305000 16:56:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.816051000, lastModified=2023-03-25 16:56:25.815305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.816051000, lastModified=2023-03-25 16:56:25.815305000, delta=746000 ns, racy<=10000 ns 16:56:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.816216000, lastModified=2023-03-25 16:56:25.815305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.816216000, lastModified=2023-03-25 16:56:25.815305000, delta=911000 ns, racy<=10000 ns 16:56:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.816489000, lastModified=2023-03-25 16:56:25.815305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.816489000, lastModified=2023-03-25 16:56:25.815305000, delta=1184000 ns, racy<=10000 ns 16:56:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.816826000, lastModified=2023-03-25 16:56:25.815305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.815305000 to 2023-03-25 16:56:25.816305000 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.817062000, lastModified=2023-03-25 16:56:25.816305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.817062000, lastModified=2023-03-25 16:56:25.816305000, delta=757000 ns, racy<=10000 ns 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.817226000, lastModified=2023-03-25 16:56:25.816305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.817226000, lastModified=2023-03-25 16:56:25.816305000, delta=921000 ns, racy<=10000 ns 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.817406000, lastModified=2023-03-25 16:56:25.816305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.817406000, lastModified=2023-03-25 16:56:25.816305000, delta=1101000 ns, racy<=10000 ns 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.817577000, lastModified=2023-03-25 16:56:25.816305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.817577000, lastModified=2023-03-25 16:56:25.816305000, delta=1272000 ns, racy<=10000 ns 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.817736000, lastModified=2023-03-25 16:56:25.816305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.817736000, lastModified=2023-03-25 16:56:25.816305000, delta=1431000 ns, racy<=10000 ns 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.817903000, lastModified=2023-03-25 16:56:25.817305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.817903000, lastModified=2023-03-25 16:56:25.817305000, delta=598000 ns, racy<=10000 ns 16:56:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.818121000, lastModified=2023-03-25 16:56:25.817305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.818121000, lastModified=2023-03-25 16:56:25.817305000, delta=816000 ns, racy<=10000 ns 16:56:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.818285000, lastModified=2023-03-25 16:56:25.817305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.818285000, lastModified=2023-03-25 16:56:25.817305000, delta=980000 ns, racy<=10000 ns 16:56:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.818579000, lastModified=2023-03-25 16:56:25.817305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.818579000, lastModified=2023-03-25 16:56:25.817305000, delta=1274000 ns, racy<=10000 ns 16:56:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.818953000, lastModified=2023-03-25 16:56:25.817305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.817305000 to 2023-03-25 16:56:25.818305000 16:56:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.819168000, lastModified=2023-03-25 16:56:25.818305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.819168000, lastModified=2023-03-25 16:56:25.818305000, delta=863000 ns, racy<=10000 ns 16:56:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.819388000, lastModified=2023-03-25 16:56:25.818305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.819388000, lastModified=2023-03-25 16:56:25.818305000, delta=1083000 ns, racy<=10000 ns 16:56:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.819552000, lastModified=2023-03-25 16:56:25.818305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.819552000, lastModified=2023-03-25 16:56:25.818305000, delta=1247000 ns, racy<=10000 ns 16:56:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.819710000, lastModified=2023-03-25 16:56:25.818305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.819710000, lastModified=2023-03-25 16:56:25.818305000, delta=1405000 ns, racy<=10000 ns 16:56:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.819 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.819894000, lastModified=2023-03-25 16:56:25.818305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.818305000 to 2023-03-25 16:56:25.819305000 16:56:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.820078000, lastModified=2023-03-25 16:56:25.819305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.820078000, lastModified=2023-03-25 16:56:25.819305000, delta=773000 ns, racy<=10000 ns 16:56:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.820293000, lastModified=2023-03-25 16:56:25.819305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.820293000, lastModified=2023-03-25 16:56:25.819305000, delta=988000 ns, racy<=10000 ns 16:56:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.820461000, lastModified=2023-03-25 16:56:25.819305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.820461000, lastModified=2023-03-25 16:56:25.819305000, delta=1156000 ns, racy<=10000 ns 16:56:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.820733000, lastModified=2023-03-25 16:56:25.819305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.820733000, lastModified=2023-03-25 16:56:25.819305000, delta=1428000 ns, racy<=10000 ns 16:56:25.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.821079000, lastModified=2023-03-25 16:56:25.820305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.821079000, lastModified=2023-03-25 16:56:25.820305000, delta=774000 ns, racy<=10000 ns 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.821268000, lastModified=2023-03-25 16:56:25.820305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.821268000, lastModified=2023-03-25 16:56:25.820305000, delta=963000 ns, racy<=10000 ns 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.821431000, lastModified=2023-03-25 16:56:25.820305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.821431000, lastModified=2023-03-25 16:56:25.820305000, delta=1126000 ns, racy<=10000 ns 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.821589000, lastModified=2023-03-25 16:56:25.820305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.821589000, lastModified=2023-03-25 16:56:25.820305000, delta=1284000 ns, racy<=10000 ns 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.821747000, lastModified=2023-03-25 16:56:25.820305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.821747000, lastModified=2023-03-25 16:56:25.820305000, delta=1442000 ns, racy<=10000 ns 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.821941000, lastModified=2023-03-25 16:56:25.821305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.821941000, lastModified=2023-03-25 16:56:25.821305000, delta=636000 ns, racy<=10000 ns 16:56:25.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.822108000, lastModified=2023-03-25 16:56:25.821305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.822108000, lastModified=2023-03-25 16:56:25.821305000, delta=803000 ns, racy<=10000 ns 16:56:25.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.822283000, lastModified=2023-03-25 16:56:25.821305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.822283000, lastModified=2023-03-25 16:56:25.821305000, delta=978000 ns, racy<=10000 ns 16:56:25.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.822472000, lastModified=2023-03-25 16:56:25.821305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.822472000, lastModified=2023-03-25 16:56:25.821305000, delta=1167000 ns, racy<=10000 ns 16:56:25.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.822742000, lastModified=2023-03-25 16:56:25.821305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.822742000, lastModified=2023-03-25 16:56:25.821305000, delta=1437000 ns, racy<=10000 ns 16:56:25.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.823080000, lastModified=2023-03-25 16:56:25.822305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.823080000, lastModified=2023-03-25 16:56:25.822305000, delta=775000 ns, racy<=10000 ns 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.823251000, lastModified=2023-03-25 16:56:25.822305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.823251000, lastModified=2023-03-25 16:56:25.822305000, delta=946000 ns, racy<=10000 ns 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.823415000, lastModified=2023-03-25 16:56:25.822305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.823415000, lastModified=2023-03-25 16:56:25.822305000, delta=1110000 ns, racy<=10000 ns 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.823592000, lastModified=2023-03-25 16:56:25.822305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.823592000, lastModified=2023-03-25 16:56:25.822305000, delta=1287000 ns, racy<=10000 ns 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.823767000, lastModified=2023-03-25 16:56:25.822305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.823767000, lastModified=2023-03-25 16:56:25.822305000, delta=1462000 ns, racy<=10000 ns 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.823979000, lastModified=2023-03-25 16:56:25.823305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.823979000, lastModified=2023-03-25 16:56:25.823305000, delta=674000 ns, racy<=10000 ns 16:56:25.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.824144000, lastModified=2023-03-25 16:56:25.823305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.824144000, lastModified=2023-03-25 16:56:25.823305000, delta=839000 ns, racy<=10000 ns 16:56:25.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.824304000, lastModified=2023-03-25 16:56:25.823305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.824304000, lastModified=2023-03-25 16:56:25.823305000, delta=999000 ns, racy<=10000 ns 16:56:25.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.824498000, lastModified=2023-03-25 16:56:25.823305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.824498000, lastModified=2023-03-25 16:56:25.823305000, delta=1193000 ns, racy<=10000 ns 16:56:25.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.824772000, lastModified=2023-03-25 16:56:25.823305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.824772000, lastModified=2023-03-25 16:56:25.823305000, delta=1467000 ns, racy<=10000 ns 16:56:25.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.825104000, lastModified=2023-03-25 16:56:25.824305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.825104000, lastModified=2023-03-25 16:56:25.824305000, delta=799000 ns, racy<=10000 ns 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.825271000, lastModified=2023-03-25 16:56:25.824305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.825271000, lastModified=2023-03-25 16:56:25.824305000, delta=966000 ns, racy<=10000 ns 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.825432000, lastModified=2023-03-25 16:56:25.824305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.825432000, lastModified=2023-03-25 16:56:25.824305000, delta=1127000 ns, racy<=10000 ns 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.825594000, lastModified=2023-03-25 16:56:25.824305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.825594000, lastModified=2023-03-25 16:56:25.824305000, delta=1289000 ns, racy<=10000 ns 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.825759000, lastModified=2023-03-25 16:56:25.824305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.825759000, lastModified=2023-03-25 16:56:25.824305000, delta=1454000 ns, racy<=10000 ns 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.825945000, lastModified=2023-03-25 16:56:25.825305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.825945000, lastModified=2023-03-25 16:56:25.825305000, delta=640000 ns, racy<=10000 ns 16:56:25.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.826123000, lastModified=2023-03-25 16:56:25.825305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.826123000, lastModified=2023-03-25 16:56:25.825305000, delta=818000 ns, racy<=10000 ns 16:56:25.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.826284000, lastModified=2023-03-25 16:56:25.825305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.826284000, lastModified=2023-03-25 16:56:25.825305000, delta=979000 ns, racy<=10000 ns 16:56:25.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.826447000, lastModified=2023-03-25 16:56:25.825305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.826447000, lastModified=2023-03-25 16:56:25.825305000, delta=1142000 ns, racy<=10000 ns 16:56:25.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.826744000, lastModified=2023-03-25 16:56:25.825305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.826744000, lastModified=2023-03-25 16:56:25.825305000, delta=1439000 ns, racy<=10000 ns 16:56:25.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.827079000, lastModified=2023-03-25 16:56:25.826305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.827079000, lastModified=2023-03-25 16:56:25.826305000, delta=774000 ns, racy<=10000 ns 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.827254000, lastModified=2023-03-25 16:56:25.826305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.827254000, lastModified=2023-03-25 16:56:25.826305000, delta=949000 ns, racy<=10000 ns 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.827415000, lastModified=2023-03-25 16:56:25.826305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.827415000, lastModified=2023-03-25 16:56:25.826305000, delta=1110000 ns, racy<=10000 ns 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.827574000, lastModified=2023-03-25 16:56:25.826305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.827574000, lastModified=2023-03-25 16:56:25.826305000, delta=1269000 ns, racy<=10000 ns 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.827780000, lastModified=2023-03-25 16:56:25.826305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.827780000, lastModified=2023-03-25 16:56:25.826305000, delta=1475000 ns, racy<=10000 ns 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.827984000, lastModified=2023-03-25 16:56:25.827305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.827984000, lastModified=2023-03-25 16:56:25.827305000, delta=679000 ns, racy<=10000 ns 16:56:25.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.828145000, lastModified=2023-03-25 16:56:25.827305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.828145000, lastModified=2023-03-25 16:56:25.827305000, delta=840000 ns, racy<=10000 ns 16:56:25.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.828308000, lastModified=2023-03-25 16:56:25.827305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.828308000, lastModified=2023-03-25 16:56:25.827305000, delta=1003000 ns, racy<=10000 ns 16:56:25.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.828482000, lastModified=2023-03-25 16:56:25.827305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.828482000, lastModified=2023-03-25 16:56:25.827305000, delta=1177000 ns, racy<=10000 ns 16:56:25.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.828786000, lastModified=2023-03-25 16:56:25.827305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.827305000 to 2023-03-25 16:56:25.828305000 16:56:25.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.829124000, lastModified=2023-03-25 16:56:25.828305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.829124000, lastModified=2023-03-25 16:56:25.828305000, delta=819000 ns, racy<=10000 ns 16:56:25.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.829294000, lastModified=2023-03-25 16:56:25.828305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.829294000, lastModified=2023-03-25 16:56:25.828305000, delta=989000 ns, racy<=10000 ns 16:56:25.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.829455000, lastModified=2023-03-25 16:56:25.828305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.829455000, lastModified=2023-03-25 16:56:25.828305000, delta=1150000 ns, racy<=10000 ns 16:56:25.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.829655000, lastModified=2023-03-25 16:56:25.828305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.829655000, lastModified=2023-03-25 16:56:25.828305000, delta=1350000 ns, racy<=10000 ns 16:56:25.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.829836000, lastModified=2023-03-25 16:56:25.828305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.828305000 to 2023-03-25 16:56:25.829305000 16:56:25.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.830039000, lastModified=2023-03-25 16:56:25.829305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.830039000, lastModified=2023-03-25 16:56:25.829305000, delta=734000 ns, racy<=10000 ns 16:56:25.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.830204000, lastModified=2023-03-25 16:56:25.829305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.830204000, lastModified=2023-03-25 16:56:25.829305000, delta=899000 ns, racy<=10000 ns 16:56:25.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.830364000, lastModified=2023-03-25 16:56:25.829305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.830364000, lastModified=2023-03-25 16:56:25.829305000, delta=1059000 ns, racy<=10000 ns 16:56:25.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.830525000, lastModified=2023-03-25 16:56:25.829305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.830525000, lastModified=2023-03-25 16:56:25.829305000, delta=1220000 ns, racy<=10000 ns 16:56:25.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.830829000, lastModified=2023-03-25 16:56:25.829305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.829305000 to 2023-03-25 16:56:25.830305000 16:56:25.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.831185000, lastModified=2023-03-25 16:56:25.830305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.831185000, lastModified=2023-03-25 16:56:25.830305000, delta=880000 ns, racy<=10000 ns 16:56:25.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.831355000, lastModified=2023-03-25 16:56:25.830305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.831355000, lastModified=2023-03-25 16:56:25.830305000, delta=1050000 ns, racy<=10000 ns 16:56:25.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.831518000, lastModified=2023-03-25 16:56:25.830305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.831518000, lastModified=2023-03-25 16:56:25.830305000, delta=1213000 ns, racy<=10000 ns 16:56:25.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.831714000, lastModified=2023-03-25 16:56:25.830305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.831714000, lastModified=2023-03-25 16:56:25.830305000, delta=1409000 ns, racy<=10000 ns 16:56:25.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.831923000, lastModified=2023-03-25 16:56:25.831305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.831923000, lastModified=2023-03-25 16:56:25.831305000, delta=618000 ns, racy<=10000 ns 16:56:25.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.832134000, lastModified=2023-03-25 16:56:25.831305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.832134000, lastModified=2023-03-25 16:56:25.831305000, delta=829000 ns, racy<=10000 ns 16:56:25.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.832296000, lastModified=2023-03-25 16:56:25.831305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.832296000, lastModified=2023-03-25 16:56:25.831305000, delta=991000 ns, racy<=10000 ns 16:56:25.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.832461000, lastModified=2023-03-25 16:56:25.831305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.832461000, lastModified=2023-03-25 16:56:25.831305000, delta=1156000 ns, racy<=10000 ns 16:56:25.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.832621000, lastModified=2023-03-25 16:56:25.831305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.832621000, lastModified=2023-03-25 16:56:25.831305000, delta=1316000 ns, racy<=10000 ns 16:56:25.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.832941000, lastModified=2023-03-25 16:56:25.832305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.832941000, lastModified=2023-03-25 16:56:25.832305000, delta=636000 ns, racy<=10000 ns 16:56:25.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.833453000, lastModified=2023-03-25 16:56:25.832305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.833453000, lastModified=2023-03-25 16:56:25.832305000, delta=1148000 ns, racy<=10000 ns 16:56:25.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.833640000, lastModified=2023-03-25 16:56:25.832305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.833640000, lastModified=2023-03-25 16:56:25.832305000, delta=1335000 ns, racy<=10000 ns 16:56:25.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.833911000, lastModified=2023-03-25 16:56:25.833305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.833911000, lastModified=2023-03-25 16:56:25.833305000, delta=606000 ns, racy<=10000 ns 16:56:25.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.834086000, lastModified=2023-03-25 16:56:25.833305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.834086000, lastModified=2023-03-25 16:56:25.833305000, delta=781000 ns, racy<=10000 ns 16:56:25.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.834307000, lastModified=2023-03-25 16:56:25.833305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.834307000, lastModified=2023-03-25 16:56:25.833305000, delta=1002000 ns, racy<=10000 ns 16:56:25.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.834476000, lastModified=2023-03-25 16:56:25.833305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.834476000, lastModified=2023-03-25 16:56:25.833305000, delta=1171000 ns, racy<=10000 ns 16:56:25.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.834674000, lastModified=2023-03-25 16:56:25.833305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.834674000, lastModified=2023-03-25 16:56:25.833305000, delta=1369000 ns, racy<=10000 ns 16:56:25.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.834896000, lastModified=2023-03-25 16:56:25.833305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.833305000 to 2023-03-25 16:56:25.834305000 16:56:25.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.835116000, lastModified=2023-03-25 16:56:25.834305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.835116000, lastModified=2023-03-25 16:56:25.834305000, delta=811000 ns, racy<=10000 ns 16:56:25.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.835451000, lastModified=2023-03-25 16:56:25.834305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.835451000, lastModified=2023-03-25 16:56:25.834305000, delta=1146000 ns, racy<=10000 ns 16:56:25.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.835807000, lastModified=2023-03-25 16:56:25.834305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.834305000 to 2023-03-25 16:56:25.835305000 16:56:25.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.836024000, lastModified=2023-03-25 16:56:25.835305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.836024000, lastModified=2023-03-25 16:56:25.835305000, delta=719000 ns, racy<=10000 ns 16:56:25.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.836301000, lastModified=2023-03-25 16:56:25.835305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.836301000, lastModified=2023-03-25 16:56:25.835305000, delta=996000 ns, racy<=10000 ns 16:56:25.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.836495000, lastModified=2023-03-25 16:56:25.835305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.836495000, lastModified=2023-03-25 16:56:25.835305000, delta=1190000 ns, racy<=10000 ns 16:56:25.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.836676000, lastModified=2023-03-25 16:56:25.835305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.836676000, lastModified=2023-03-25 16:56:25.835305000, delta=1371000 ns, racy<=10000 ns 16:56:25.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.836 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.836917000, lastModified=2023-03-25 16:56:25.836305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.836917000, lastModified=2023-03-25 16:56:25.836305000, delta=612000 ns, racy<=10000 ns 16:56:25.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.837152000, lastModified=2023-03-25 16:56:25.836305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.837152000, lastModified=2023-03-25 16:56:25.836305000, delta=847000 ns, racy<=10000 ns 16:56:25.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.837433000, lastModified=2023-03-25 16:56:25.836305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.837433000, lastModified=2023-03-25 16:56:25.836305000, delta=1128000 ns, racy<=10000 ns 16:56:25.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.837664000, lastModified=2023-03-25 16:56:25.836305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.837664000, lastModified=2023-03-25 16:56:25.836305000, delta=1359000 ns, racy<=10000 ns 16:56:25.837 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.838040000, lastModified=2023-03-25 16:56:25.837305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.838040000, lastModified=2023-03-25 16:56:25.837305000, delta=735000 ns, racy<=10000 ns 16:56:25.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.838595000, lastModified=2023-03-25 16:56:25.837305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.838595000, lastModified=2023-03-25 16:56:25.837305000, delta=1290000 ns, racy<=10000 ns 16:56:25.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.838850000, lastModified=2023-03-25 16:56:25.837305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.837305000 to 2023-03-25 16:56:25.838305000 16:56:25.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.839126000, lastModified=2023-03-25 16:56:25.838305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.839126000, lastModified=2023-03-25 16:56:25.838305000, delta=821000 ns, racy<=10000 ns 16:56:25.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.839417000, lastModified=2023-03-25 16:56:25.838305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.839417000, lastModified=2023-03-25 16:56:25.838305000, delta=1112000 ns, racy<=10000 ns 16:56:25.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.839738000, lastModified=2023-03-25 16:56:25.838305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.839738000, lastModified=2023-03-25 16:56:25.838305000, delta=1433000 ns, racy<=10000 ns 16:56:25.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.840032000, lastModified=2023-03-25 16:56:25.839305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.840032000, lastModified=2023-03-25 16:56:25.839305000, delta=727000 ns, racy<=10000 ns 16:56:25.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.840339000, lastModified=2023-03-25 16:56:25.839305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.840339000, lastModified=2023-03-25 16:56:25.839305000, delta=1034000 ns, racy<=10000 ns 16:56:25.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.840592000, lastModified=2023-03-25 16:56:25.839305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.840592000, lastModified=2023-03-25 16:56:25.839305000, delta=1287000 ns, racy<=10000 ns 16:56:25.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.840919000, lastModified=2023-03-25 16:56:25.839305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.839305000 to 2023-03-25 16:56:25.840305000 16:56:25.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.841284000, lastModified=2023-03-25 16:56:25.840305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.841284000, lastModified=2023-03-25 16:56:25.840305000, delta=979000 ns, racy<=10000 ns 16:56:25.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.841761000, lastModified=2023-03-25 16:56:25.840305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.841761000, lastModified=2023-03-25 16:56:25.840305000, delta=1456000 ns, racy<=10000 ns 16:56:25.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.842064000, lastModified=2023-03-25 16:56:25.841305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.842064000, lastModified=2023-03-25 16:56:25.841305000, delta=759000 ns, racy<=10000 ns 16:56:25.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.842401000, lastModified=2023-03-25 16:56:25.841305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.842401000, lastModified=2023-03-25 16:56:25.841305000, delta=1096000 ns, racy<=10000 ns 16:56:25.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.842757000, lastModified=2023-03-25 16:56:25.841305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.842757000, lastModified=2023-03-25 16:56:25.841305000, delta=1452000 ns, racy<=10000 ns 16:56:25.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.843108000, lastModified=2023-03-25 16:56:25.842305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.843108000, lastModified=2023-03-25 16:56:25.842305000, delta=803000 ns, racy<=10000 ns 16:56:25.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.843383000, lastModified=2023-03-25 16:56:25.842305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.843383000, lastModified=2023-03-25 16:56:25.842305000, delta=1078000 ns, racy<=10000 ns 16:56:25.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.843767000, lastModified=2023-03-25 16:56:25.842305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.843767000, lastModified=2023-03-25 16:56:25.842305000, delta=1462000 ns, racy<=10000 ns 16:56:25.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.844125000, lastModified=2023-03-25 16:56:25.843305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.844125000, lastModified=2023-03-25 16:56:25.843305000, delta=820000 ns, racy<=10000 ns 16:56:25.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.844463000, lastModified=2023-03-25 16:56:25.843305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.844463000, lastModified=2023-03-25 16:56:25.843305000, delta=1158000 ns, racy<=10000 ns 16:56:25.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.844795000, lastModified=2023-03-25 16:56:25.843305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.843305000 to 2023-03-25 16:56:25.844305000 16:56:25.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.845417000, lastModified=2023-03-25 16:56:25.844305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.845417000, lastModified=2023-03-25 16:56:25.844305000, delta=1112000 ns, racy<=10000 ns 16:56:25.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.845715000, lastModified=2023-03-25 16:56:25.844305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.845715000, lastModified=2023-03-25 16:56:25.844305000, delta=1410000 ns, racy<=10000 ns 16:56:25.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.846055000, lastModified=2023-03-25 16:56:25.845305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.846055000, lastModified=2023-03-25 16:56:25.845305000, delta=750000 ns, racy<=10000 ns 16:56:25.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.846384000, lastModified=2023-03-25 16:56:25.845305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.846384000, lastModified=2023-03-25 16:56:25.845305000, delta=1079000 ns, racy<=10000 ns 16:56:25.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.846706000, lastModified=2023-03-25 16:56:25.845305000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.846706000, lastModified=2023-03-25 16:56:25.845305000, delta=1401000 ns, racy<=10000 ns 16:56:25.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.846971000, lastModified=2023-03-25 16:56:25.846306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.846971000, lastModified=2023-03-25 16:56:25.846306000, delta=665000 ns, racy<=10000 ns 16:56:25.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.847298000, lastModified=2023-03-25 16:56:25.846306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.847298000, lastModified=2023-03-25 16:56:25.846306000, delta=992000 ns, racy<=10000 ns 16:56:25.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.847581000, lastModified=2023-03-25 16:56:25.846306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.847581000, lastModified=2023-03-25 16:56:25.846306000, delta=1275000 ns, racy<=10000 ns 16:56:25.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.847877000, lastModified=2023-03-25 16:56:25.846306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.846306000 to 2023-03-25 16:56:25.847306000 16:56:25.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.848234000, lastModified=2023-03-25 16:56:25.847306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.848234000, lastModified=2023-03-25 16:56:25.847306000, delta=928000 ns, racy<=10000 ns 16:56:25.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.848628000, lastModified=2023-03-25 16:56:25.847306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.848628000, lastModified=2023-03-25 16:56:25.847306000, delta=1322000 ns, racy<=10000 ns 16:56:25.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.848880000, lastModified=2023-03-25 16:56:25.847306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.847306000 to 2023-03-25 16:56:25.848306000 16:56:25.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.849104000, lastModified=2023-03-25 16:56:25.848306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.849104000, lastModified=2023-03-25 16:56:25.848306000, delta=798000 ns, racy<=10000 ns 16:56:25.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.849370000, lastModified=2023-03-25 16:56:25.848306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.849370000, lastModified=2023-03-25 16:56:25.848306000, delta=1064000 ns, racy<=10000 ns 16:56:25.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.849688000, lastModified=2023-03-25 16:56:25.848306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.849688000, lastModified=2023-03-25 16:56:25.848306000, delta=1382000 ns, racy<=10000 ns 16:56:25.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.849958000, lastModified=2023-03-25 16:56:25.849306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.849958000, lastModified=2023-03-25 16:56:25.849306000, delta=652000 ns, racy<=10000 ns 16:56:25.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.850206000, lastModified=2023-03-25 16:56:25.849306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.850206000, lastModified=2023-03-25 16:56:25.849306000, delta=900000 ns, racy<=10000 ns 16:56:25.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.850468000, lastModified=2023-03-25 16:56:25.849306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.850468000, lastModified=2023-03-25 16:56:25.849306000, delta=1162000 ns, racy<=10000 ns 16:56:25.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.850698000, lastModified=2023-03-25 16:56:25.849306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.850698000, lastModified=2023-03-25 16:56:25.849306000, delta=1392000 ns, racy<=10000 ns 16:56:25.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.851077000, lastModified=2023-03-25 16:56:25.850306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.851077000, lastModified=2023-03-25 16:56:25.850306000, delta=771000 ns, racy<=10000 ns 16:56:25.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.851672000, lastModified=2023-03-25 16:56:25.850306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.851672000, lastModified=2023-03-25 16:56:25.850306000, delta=1366000 ns, racy<=10000 ns 16:56:25.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.851958000, lastModified=2023-03-25 16:56:25.851306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.851958000, lastModified=2023-03-25 16:56:25.851306000, delta=652000 ns, racy<=10000 ns 16:56:25.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.852196000, lastModified=2023-03-25 16:56:25.851306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.852196000, lastModified=2023-03-25 16:56:25.851306000, delta=890000 ns, racy<=10000 ns 16:56:25.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.852432000, lastModified=2023-03-25 16:56:25.851306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.852432000, lastModified=2023-03-25 16:56:25.851306000, delta=1126000 ns, racy<=10000 ns 16:56:25.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.852683000, lastModified=2023-03-25 16:56:25.851306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.852683000, lastModified=2023-03-25 16:56:25.851306000, delta=1377000 ns, racy<=10000 ns 16:56:25.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.852945000, lastModified=2023-03-25 16:56:25.852306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.852945000, lastModified=2023-03-25 16:56:25.852306000, delta=639000 ns, racy<=10000 ns 16:56:25.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.853173000, lastModified=2023-03-25 16:56:25.852306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.853173000, lastModified=2023-03-25 16:56:25.852306000, delta=867000 ns, racy<=10000 ns 16:56:25.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.853396000, lastModified=2023-03-25 16:56:25.852306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.853396000, lastModified=2023-03-25 16:56:25.852306000, delta=1090000 ns, racy<=10000 ns 16:56:25.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.853658000, lastModified=2023-03-25 16:56:25.852306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.853658000, lastModified=2023-03-25 16:56:25.852306000, delta=1352000 ns, racy<=10000 ns 16:56:25.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.853902000, lastModified=2023-03-25 16:56:25.852306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.852306000 to 2023-03-25 16:56:25.853306000 16:56:25.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.854413000, lastModified=2023-03-25 16:56:25.853306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.854413000, lastModified=2023-03-25 16:56:25.853306000, delta=1107000 ns, racy<=10000 ns 16:56:25.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.854662000, lastModified=2023-03-25 16:56:25.853306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.854662000, lastModified=2023-03-25 16:56:25.853306000, delta=1356000 ns, racy<=10000 ns 16:56:25.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.854910000, lastModified=2023-03-25 16:56:25.853306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.853306000 to 2023-03-25 16:56:25.854306000 16:56:25.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.855195000, lastModified=2023-03-25 16:56:25.854306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.855195000, lastModified=2023-03-25 16:56:25.854306000, delta=889000 ns, racy<=10000 ns 16:56:25.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.855438000, lastModified=2023-03-25 16:56:25.854306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.855438000, lastModified=2023-03-25 16:56:25.854306000, delta=1132000 ns, racy<=10000 ns 16:56:25.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.855679000, lastModified=2023-03-25 16:56:25.854306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.855679000, lastModified=2023-03-25 16:56:25.854306000, delta=1373000 ns, racy<=10000 ns 16:56:25.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.855934000, lastModified=2023-03-25 16:56:25.855306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.855934000, lastModified=2023-03-25 16:56:25.855306000, delta=628000 ns, racy<=10000 ns 16:56:25.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.856169000, lastModified=2023-03-25 16:56:25.855306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.856169000, lastModified=2023-03-25 16:56:25.855306000, delta=863000 ns, racy<=10000 ns 16:56:25.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.856389000, lastModified=2023-03-25 16:56:25.855306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.856389000, lastModified=2023-03-25 16:56:25.855306000, delta=1083000 ns, racy<=10000 ns 16:56:25.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.856566000, lastModified=2023-03-25 16:56:25.855306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.856566000, lastModified=2023-03-25 16:56:25.855306000, delta=1260000 ns, racy<=10000 ns 16:56:25.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.856947000, lastModified=2023-03-25 16:56:25.855306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.855306000 to 2023-03-25 16:56:25.856306000 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.857119000, lastModified=2023-03-25 16:56:25.856306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.857119000, lastModified=2023-03-25 16:56:25.856306000, delta=813000 ns, racy<=10000 ns 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.857286000, lastModified=2023-03-25 16:56:25.856306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.857286000, lastModified=2023-03-25 16:56:25.856306000, delta=980000 ns, racy<=10000 ns 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.857447000, lastModified=2023-03-25 16:56:25.856306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.857447000, lastModified=2023-03-25 16:56:25.856306000, delta=1141000 ns, racy<=10000 ns 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.857607000, lastModified=2023-03-25 16:56:25.856306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.857607000, lastModified=2023-03-25 16:56:25.856306000, delta=1301000 ns, racy<=10000 ns 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.857766000, lastModified=2023-03-25 16:56:25.856306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.857766000, lastModified=2023-03-25 16:56:25.856306000, delta=1460000 ns, racy<=10000 ns 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.857956000, lastModified=2023-03-25 16:56:25.857306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.857956000, lastModified=2023-03-25 16:56:25.857306000, delta=650000 ns, racy<=10000 ns 16:56:25.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.858120000, lastModified=2023-03-25 16:56:25.857306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.858120000, lastModified=2023-03-25 16:56:25.857306000, delta=814000 ns, racy<=10000 ns 16:56:25.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.858301000, lastModified=2023-03-25 16:56:25.857306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.858301000, lastModified=2023-03-25 16:56:25.857306000, delta=995000 ns, racy<=10000 ns 16:56:25.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.858462000, lastModified=2023-03-25 16:56:25.857306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.858462000, lastModified=2023-03-25 16:56:25.857306000, delta=1156000 ns, racy<=10000 ns 16:56:25.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.858771000, lastModified=2023-03-25 16:56:25.857306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.858771000, lastModified=2023-03-25 16:56:25.857306000, delta=1465000 ns, racy<=10000 ns 16:56:25.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.858950000, lastModified=2023-03-25 16:56:25.858306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.858950000, lastModified=2023-03-25 16:56:25.858306000, delta=644000 ns, racy<=10000 ns 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.859129000, lastModified=2023-03-25 16:56:25.858306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.859129000, lastModified=2023-03-25 16:56:25.858306000, delta=823000 ns, racy<=10000 ns 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.859290000, lastModified=2023-03-25 16:56:25.858306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.859290000, lastModified=2023-03-25 16:56:25.858306000, delta=984000 ns, racy<=10000 ns 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.859448000, lastModified=2023-03-25 16:56:25.858306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.859448000, lastModified=2023-03-25 16:56:25.858306000, delta=1142000 ns, racy<=10000 ns 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.859613000, lastModified=2023-03-25 16:56:25.858306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.859613000, lastModified=2023-03-25 16:56:25.858306000, delta=1307000 ns, racy<=10000 ns 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.859775000, lastModified=2023-03-25 16:56:25.858306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.859775000, lastModified=2023-03-25 16:56:25.858306000, delta=1469000 ns, racy<=10000 ns 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.859949000, lastModified=2023-03-25 16:56:25.859306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.859949000, lastModified=2023-03-25 16:56:25.859306000, delta=643000 ns, racy<=10000 ns 16:56:25.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.860136000, lastModified=2023-03-25 16:56:25.859306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.860136000, lastModified=2023-03-25 16:56:25.859306000, delta=830000 ns, racy<=10000 ns 16:56:25.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.860297000, lastModified=2023-03-25 16:56:25.859306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.860297000, lastModified=2023-03-25 16:56:25.859306000, delta=991000 ns, racy<=10000 ns 16:56:25.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.860605000, lastModified=2023-03-25 16:56:25.859306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.860605000, lastModified=2023-03-25 16:56:25.859306000, delta=1299000 ns, racy<=10000 ns 16:56:25.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.860763000, lastModified=2023-03-25 16:56:25.859306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.860763000, lastModified=2023-03-25 16:56:25.859306000, delta=1457000 ns, racy<=10000 ns 16:56:25.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.860952000, lastModified=2023-03-25 16:56:25.860306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.860952000, lastModified=2023-03-25 16:56:25.860306000, delta=646000 ns, racy<=10000 ns 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.861186000, lastModified=2023-03-25 16:56:25.860306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.861186000, lastModified=2023-03-25 16:56:25.860306000, delta=880000 ns, racy<=10000 ns 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.861374000, lastModified=2023-03-25 16:56:25.860306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.861374000, lastModified=2023-03-25 16:56:25.860306000, delta=1068000 ns, racy<=10000 ns 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.861538000, lastModified=2023-03-25 16:56:25.860306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.861538000, lastModified=2023-03-25 16:56:25.860306000, delta=1232000 ns, racy<=10000 ns 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.861699000, lastModified=2023-03-25 16:56:25.860306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.861699000, lastModified=2023-03-25 16:56:25.860306000, delta=1393000 ns, racy<=10000 ns 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.861858000, lastModified=2023-03-25 16:56:25.860306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.860306000 to 2023-03-25 16:56:25.861306000 16:56:25.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.862058000, lastModified=2023-03-25 16:56:25.861306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.862058000, lastModified=2023-03-25 16:56:25.861306000, delta=752000 ns, racy<=10000 ns 16:56:25.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.862226000, lastModified=2023-03-25 16:56:25.861306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.862226000, lastModified=2023-03-25 16:56:25.861306000, delta=920000 ns, racy<=10000 ns 16:56:25.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.862569000, lastModified=2023-03-25 16:56:25.861306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.862569000, lastModified=2023-03-25 16:56:25.861306000, delta=1263000 ns, racy<=10000 ns 16:56:25.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.862729000, lastModified=2023-03-25 16:56:25.861306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.862729000, lastModified=2023-03-25 16:56:25.861306000, delta=1423000 ns, racy<=10000 ns 16:56:25.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.862923000, lastModified=2023-03-25 16:56:25.862306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.862923000, lastModified=2023-03-25 16:56:25.862306000, delta=617000 ns, racy<=10000 ns 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.863086000, lastModified=2023-03-25 16:56:25.862306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.863086000, lastModified=2023-03-25 16:56:25.862306000, delta=780000 ns, racy<=10000 ns 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.863267000, lastModified=2023-03-25 16:56:25.862306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.863267000, lastModified=2023-03-25 16:56:25.862306000, delta=961000 ns, racy<=10000 ns 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.863427000, lastModified=2023-03-25 16:56:25.862306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.863427000, lastModified=2023-03-25 16:56:25.862306000, delta=1121000 ns, racy<=10000 ns 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.863584000, lastModified=2023-03-25 16:56:25.862306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.863584000, lastModified=2023-03-25 16:56:25.862306000, delta=1278000 ns, racy<=10000 ns 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.863741000, lastModified=2023-03-25 16:56:25.862306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.863741000, lastModified=2023-03-25 16:56:25.862306000, delta=1435000 ns, racy<=10000 ns 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.863935000, lastModified=2023-03-25 16:56:25.863306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.863935000, lastModified=2023-03-25 16:56:25.863306000, delta=629000 ns, racy<=10000 ns 16:56:25.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.864094000, lastModified=2023-03-25 16:56:25.863306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.864094000, lastModified=2023-03-25 16:56:25.863306000, delta=788000 ns, racy<=10000 ns 16:56:25.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.864443000, lastModified=2023-03-25 16:56:25.863306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.864443000, lastModified=2023-03-25 16:56:25.863306000, delta=1137000 ns, racy<=10000 ns 16:56:25.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.864619000, lastModified=2023-03-25 16:56:25.863306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.864619000, lastModified=2023-03-25 16:56:25.863306000, delta=1313000 ns, racy<=10000 ns 16:56:25.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.864775000, lastModified=2023-03-25 16:56:25.863306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.864775000, lastModified=2023-03-25 16:56:25.863306000, delta=1469000 ns, racy<=10000 ns 16:56:25.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.864973000, lastModified=2023-03-25 16:56:25.864306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.864973000, lastModified=2023-03-25 16:56:25.864306000, delta=667000 ns, racy<=10000 ns 16:56:25.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.865167000, lastModified=2023-03-25 16:56:25.864306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.865167000, lastModified=2023-03-25 16:56:25.864306000, delta=861000 ns, racy<=10000 ns 16:56:25.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.865333000, lastModified=2023-03-25 16:56:25.864306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.865333000, lastModified=2023-03-25 16:56:25.864306000, delta=1027000 ns, racy<=10000 ns 16:56:25.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.865536000, lastModified=2023-03-25 16:56:25.864306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.865536000, lastModified=2023-03-25 16:56:25.864306000, delta=1230000 ns, racy<=10000 ns 16:56:25.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.865700000, lastModified=2023-03-25 16:56:25.864306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.865700000, lastModified=2023-03-25 16:56:25.864306000, delta=1394000 ns, racy<=10000 ns 16:56:25.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.865892000, lastModified=2023-03-25 16:56:25.864306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.864306000 to 2023-03-25 16:56:25.865306000 16:56:25.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.866079000, lastModified=2023-03-25 16:56:25.865306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.866079000, lastModified=2023-03-25 16:56:25.865306000, delta=773000 ns, racy<=10000 ns 16:56:25.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.866408000, lastModified=2023-03-25 16:56:25.865306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.866408000, lastModified=2023-03-25 16:56:25.865306000, delta=1102000 ns, racy<=10000 ns 16:56:25.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.866582000, lastModified=2023-03-25 16:56:25.865306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.866582000, lastModified=2023-03-25 16:56:25.865306000, delta=1276000 ns, racy<=10000 ns 16:56:25.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.866748000, lastModified=2023-03-25 16:56:25.865306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.866748000, lastModified=2023-03-25 16:56:25.865306000, delta=1442000 ns, racy<=10000 ns 16:56:25.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.866928000, lastModified=2023-03-25 16:56:25.866306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.866928000, lastModified=2023-03-25 16:56:25.866306000, delta=622000 ns, racy<=10000 ns 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.867091000, lastModified=2023-03-25 16:56:25.866306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.867091000, lastModified=2023-03-25 16:56:25.866306000, delta=785000 ns, racy<=10000 ns 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.867255000, lastModified=2023-03-25 16:56:25.866306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.867255000, lastModified=2023-03-25 16:56:25.866306000, delta=949000 ns, racy<=10000 ns 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.867414000, lastModified=2023-03-25 16:56:25.866306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.867414000, lastModified=2023-03-25 16:56:25.866306000, delta=1108000 ns, racy<=10000 ns 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.867590000, lastModified=2023-03-25 16:56:25.866306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.867590000, lastModified=2023-03-25 16:56:25.866306000, delta=1284000 ns, racy<=10000 ns 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.867779000, lastModified=2023-03-25 16:56:25.866306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.867779000, lastModified=2023-03-25 16:56:25.866306000, delta=1473000 ns, racy<=10000 ns 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.867966000, lastModified=2023-03-25 16:56:25.867306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.867966000, lastModified=2023-03-25 16:56:25.867306000, delta=660000 ns, racy<=10000 ns 16:56:25.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.868288000, lastModified=2023-03-25 16:56:25.867306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.868288000, lastModified=2023-03-25 16:56:25.867306000, delta=982000 ns, racy<=10000 ns 16:56:25.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.868452000, lastModified=2023-03-25 16:56:25.867306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.868452000, lastModified=2023-03-25 16:56:25.867306000, delta=1146000 ns, racy<=10000 ns 16:56:25.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.868615000, lastModified=2023-03-25 16:56:25.867306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.868615000, lastModified=2023-03-25 16:56:25.867306000, delta=1309000 ns, racy<=10000 ns 16:56:25.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.868795000, lastModified=2023-03-25 16:56:25.867306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.868795000, lastModified=2023-03-25 16:56:25.867306000, delta=1489000 ns, racy<=10000 ns 16:56:25.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.868994000, lastModified=2023-03-25 16:56:25.868306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.868994000, lastModified=2023-03-25 16:56:25.868306000, delta=688000 ns, racy<=10000 ns 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.869160000, lastModified=2023-03-25 16:56:25.868306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.869160000, lastModified=2023-03-25 16:56:25.868306000, delta=854000 ns, racy<=10000 ns 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.869315000, lastModified=2023-03-25 16:56:25.868306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.869315000, lastModified=2023-03-25 16:56:25.868306000, delta=1009000 ns, racy<=10000 ns 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.869473000, lastModified=2023-03-25 16:56:25.868306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.869473000, lastModified=2023-03-25 16:56:25.868306000, delta=1167000 ns, racy<=10000 ns 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.869633000, lastModified=2023-03-25 16:56:25.868306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.869633000, lastModified=2023-03-25 16:56:25.868306000, delta=1327000 ns, racy<=10000 ns 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.869818000, lastModified=2023-03-25 16:56:25.868306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.868306000 to 2023-03-25 16:56:25.869306000 16:56:25.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.870151000, lastModified=2023-03-25 16:56:25.869306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.870151000, lastModified=2023-03-25 16:56:25.869306000, delta=845000 ns, racy<=10000 ns 16:56:25.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.870320000, lastModified=2023-03-25 16:56:25.869306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.870320000, lastModified=2023-03-25 16:56:25.869306000, delta=1014000 ns, racy<=10000 ns 16:56:25.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.870480000, lastModified=2023-03-25 16:56:25.869306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.870480000, lastModified=2023-03-25 16:56:25.869306000, delta=1174000 ns, racy<=10000 ns 16:56:25.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.870639000, lastModified=2023-03-25 16:56:25.869306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.870639000, lastModified=2023-03-25 16:56:25.869306000, delta=1333000 ns, racy<=10000 ns 16:56:25.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.870797000, lastModified=2023-03-25 16:56:25.869306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.870797000, lastModified=2023-03-25 16:56:25.869306000, delta=1491000 ns, racy<=10000 ns 16:56:25.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.871004000, lastModified=2023-03-25 16:56:25.870306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.871004000, lastModified=2023-03-25 16:56:25.870306000, delta=698000 ns, racy<=10000 ns 16:56:25.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.871178000, lastModified=2023-03-25 16:56:25.870306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.871178000, lastModified=2023-03-25 16:56:25.870306000, delta=872000 ns, racy<=10000 ns 16:56:25.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.871339000, lastModified=2023-03-25 16:56:25.870306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.871339000, lastModified=2023-03-25 16:56:25.870306000, delta=1033000 ns, racy<=10000 ns 16:56:25.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.871499000, lastModified=2023-03-25 16:56:25.870306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.871499000, lastModified=2023-03-25 16:56:25.870306000, delta=1193000 ns, racy<=10000 ns 16:56:25.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.871657000, lastModified=2023-03-25 16:56:25.870306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.871657000, lastModified=2023-03-25 16:56:25.870306000, delta=1351000 ns, racy<=10000 ns 16:56:25.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.872014000, lastModified=2023-03-25 16:56:25.870306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.870306000 to 2023-03-25 16:56:25.871306000 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.872197000, lastModified=2023-03-25 16:56:25.871306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.872197000, lastModified=2023-03-25 16:56:25.871306000, delta=891000 ns, racy<=10000 ns 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.872358000, lastModified=2023-03-25 16:56:25.871306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.872358000, lastModified=2023-03-25 16:56:25.871306000, delta=1052000 ns, racy<=10000 ns 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.872519000, lastModified=2023-03-25 16:56:25.871306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.872519000, lastModified=2023-03-25 16:56:25.871306000, delta=1213000 ns, racy<=10000 ns 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.872678000, lastModified=2023-03-25 16:56:25.871306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.872678000, lastModified=2023-03-25 16:56:25.871306000, delta=1372000 ns, racy<=10000 ns 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.872834000, lastModified=2023-03-25 16:56:25.871306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.871306000 to 2023-03-25 16:56:25.872306000 16:56:25.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.873056000, lastModified=2023-03-25 16:56:25.872306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.873056000, lastModified=2023-03-25 16:56:25.872306000, delta=750000 ns, racy<=10000 ns 16:56:25.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.873220000, lastModified=2023-03-25 16:56:25.872306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.873220000, lastModified=2023-03-25 16:56:25.872306000, delta=914000 ns, racy<=10000 ns 16:56:25.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.873380000, lastModified=2023-03-25 16:56:25.872306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.873380000, lastModified=2023-03-25 16:56:25.872306000, delta=1074000 ns, racy<=10000 ns 16:56:25.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.873540000, lastModified=2023-03-25 16:56:25.872306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.873540000, lastModified=2023-03-25 16:56:25.872306000, delta=1234000 ns, racy<=10000 ns 16:56:25.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.873852000, lastModified=2023-03-25 16:56:25.872306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.872306000 to 2023-03-25 16:56:25.873306000 16:56:25.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.874032000, lastModified=2023-03-25 16:56:25.873306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.874032000, lastModified=2023-03-25 16:56:25.873306000, delta=726000 ns, racy<=10000 ns 16:56:25.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.874249000, lastModified=2023-03-25 16:56:25.873306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.874249000, lastModified=2023-03-25 16:56:25.873306000, delta=943000 ns, racy<=10000 ns 16:56:25.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.874549000, lastModified=2023-03-25 16:56:25.873306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.874549000, lastModified=2023-03-25 16:56:25.873306000, delta=1243000 ns, racy<=10000 ns 16:56:25.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.874714000, lastModified=2023-03-25 16:56:25.873306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.874714000, lastModified=2023-03-25 16:56:25.873306000, delta=1408000 ns, racy<=10000 ns 16:56:25.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.874898000, lastModified=2023-03-25 16:56:25.873306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.873306000 to 2023-03-25 16:56:25.874306000 16:56:25.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.875075000, lastModified=2023-03-25 16:56:25.874306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.875075000, lastModified=2023-03-25 16:56:25.874306000, delta=769000 ns, racy<=10000 ns 16:56:25.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.875234000, lastModified=2023-03-25 16:56:25.874306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.875234000, lastModified=2023-03-25 16:56:25.874306000, delta=928000 ns, racy<=10000 ns 16:56:25.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.875394000, lastModified=2023-03-25 16:56:25.874306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.875394000, lastModified=2023-03-25 16:56:25.874306000, delta=1088000 ns, racy<=10000 ns 16:56:25.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.875553000, lastModified=2023-03-25 16:56:25.874306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.875553000, lastModified=2023-03-25 16:56:25.874306000, delta=1247000 ns, racy<=10000 ns 16:56:25.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.875886000, lastModified=2023-03-25 16:56:25.874306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.874306000 to 2023-03-25 16:56:25.875306000 16:56:25.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.876093000, lastModified=2023-03-25 16:56:25.875306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.876093000, lastModified=2023-03-25 16:56:25.875306000, delta=787000 ns, racy<=10000 ns 16:56:25.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.876263000, lastModified=2023-03-25 16:56:25.875306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.876263000, lastModified=2023-03-25 16:56:25.875306000, delta=957000 ns, racy<=10000 ns 16:56:25.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.876549000, lastModified=2023-03-25 16:56:25.875306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.876549000, lastModified=2023-03-25 16:56:25.875306000, delta=1243000 ns, racy<=10000 ns 16:56:25.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.876708000, lastModified=2023-03-25 16:56:25.875306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.876708000, lastModified=2023-03-25 16:56:25.875306000, delta=1402000 ns, racy<=10000 ns 16:56:25.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.876905000, lastModified=2023-03-25 16:56:25.875306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.875306000 to 2023-03-25 16:56:25.876306000 16:56:25.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.877080000, lastModified=2023-03-25 16:56:25.876306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.877080000, lastModified=2023-03-25 16:56:25.876306000, delta=774000 ns, racy<=10000 ns 16:56:25.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.877244000, lastModified=2023-03-25 16:56:25.876306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.877244000, lastModified=2023-03-25 16:56:25.876306000, delta=938000 ns, racy<=10000 ns 16:56:25.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.877429000, lastModified=2023-03-25 16:56:25.876306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.877429000, lastModified=2023-03-25 16:56:25.876306000, delta=1123000 ns, racy<=10000 ns 16:56:25.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.877597000, lastModified=2023-03-25 16:56:25.876306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.877597000, lastModified=2023-03-25 16:56:25.876306000, delta=1291000 ns, racy<=10000 ns 16:56:25.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.877932000, lastModified=2023-03-25 16:56:25.876306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.876306000 to 2023-03-25 16:56:25.877306000 16:56:25.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.878097000, lastModified=2023-03-25 16:56:25.877306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.878097000, lastModified=2023-03-25 16:56:25.877306000, delta=791000 ns, racy<=10000 ns 16:56:25.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.878277000, lastModified=2023-03-25 16:56:25.877306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.878277000, lastModified=2023-03-25 16:56:25.877306000, delta=971000 ns, racy<=10000 ns 16:56:25.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.878579000, lastModified=2023-03-25 16:56:25.877306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.878579000, lastModified=2023-03-25 16:56:25.877306000, delta=1273000 ns, racy<=10000 ns 16:56:25.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.878739000, lastModified=2023-03-25 16:56:25.877306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.878739000, lastModified=2023-03-25 16:56:25.877306000, delta=1433000 ns, racy<=10000 ns 16:56:25.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.878930000, lastModified=2023-03-25 16:56:25.878306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.878930000, lastModified=2023-03-25 16:56:25.878306000, delta=624000 ns, racy<=10000 ns 16:56:25.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.879134000, lastModified=2023-03-25 16:56:25.878306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.879134000, lastModified=2023-03-25 16:56:25.878306000, delta=828000 ns, racy<=10000 ns 16:56:25.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.879293000, lastModified=2023-03-25 16:56:25.878306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.879293000, lastModified=2023-03-25 16:56:25.878306000, delta=987000 ns, racy<=10000 ns 16:56:25.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.879454000, lastModified=2023-03-25 16:56:25.878306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.879454000, lastModified=2023-03-25 16:56:25.878306000, delta=1148000 ns, racy<=10000 ns 16:56:25.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.879617000, lastModified=2023-03-25 16:56:25.878306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.879617000, lastModified=2023-03-25 16:56:25.878306000, delta=1311000 ns, racy<=10000 ns 16:56:25.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.879939000, lastModified=2023-03-25 16:56:25.878306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.878306000 to 2023-03-25 16:56:25.879306000 16:56:25.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.880117000, lastModified=2023-03-25 16:56:25.879306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.880117000, lastModified=2023-03-25 16:56:25.879306000, delta=811000 ns, racy<=10000 ns 16:56:25.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.880290000, lastModified=2023-03-25 16:56:25.879306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.880290000, lastModified=2023-03-25 16:56:25.879306000, delta=984000 ns, racy<=10000 ns 16:56:25.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.880564000, lastModified=2023-03-25 16:56:25.879306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.880564000, lastModified=2023-03-25 16:56:25.879306000, delta=1258000 ns, racy<=10000 ns 16:56:25.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.880760000, lastModified=2023-03-25 16:56:25.879306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.880760000, lastModified=2023-03-25 16:56:25.879306000, delta=1454000 ns, racy<=10000 ns 16:56:25.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.880975000, lastModified=2023-03-25 16:56:25.880306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.880975000, lastModified=2023-03-25 16:56:25.880306000, delta=669000 ns, racy<=10000 ns 16:56:25.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.881144000, lastModified=2023-03-25 16:56:25.880306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.881144000, lastModified=2023-03-25 16:56:25.880306000, delta=838000 ns, racy<=10000 ns 16:56:25.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.881308000, lastModified=2023-03-25 16:56:25.880306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.881308000, lastModified=2023-03-25 16:56:25.880306000, delta=1002000 ns, racy<=10000 ns 16:56:25.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.881467000, lastModified=2023-03-25 16:56:25.880306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.881467000, lastModified=2023-03-25 16:56:25.880306000, delta=1161000 ns, racy<=10000 ns 16:56:25.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.881647000, lastModified=2023-03-25 16:56:25.880306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.881647000, lastModified=2023-03-25 16:56:25.880306000, delta=1341000 ns, racy<=10000 ns 16:56:25.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.882010000, lastModified=2023-03-25 16:56:25.880306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.880306000 to 2023-03-25 16:56:25.881306000 16:56:25.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.882231000, lastModified=2023-03-25 16:56:25.881306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.882231000, lastModified=2023-03-25 16:56:25.881306000, delta=925000 ns, racy<=10000 ns 16:56:25.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.882426000, lastModified=2023-03-25 16:56:25.881306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.882426000, lastModified=2023-03-25 16:56:25.881306000, delta=1120000 ns, racy<=10000 ns 16:56:25.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.882731000, lastModified=2023-03-25 16:56:25.881306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.882731000, lastModified=2023-03-25 16:56:25.881306000, delta=1425000 ns, racy<=10000 ns 16:56:25.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.882922000, lastModified=2023-03-25 16:56:25.882306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.882922000, lastModified=2023-03-25 16:56:25.882306000, delta=616000 ns, racy<=10000 ns 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.883168000, lastModified=2023-03-25 16:56:25.882306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.883168000, lastModified=2023-03-25 16:56:25.882306000, delta=862000 ns, racy<=10000 ns 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.883374000, lastModified=2023-03-25 16:56:25.882306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.883374000, lastModified=2023-03-25 16:56:25.882306000, delta=1068000 ns, racy<=10000 ns 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.883555000, lastModified=2023-03-25 16:56:25.882306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.883555000, lastModified=2023-03-25 16:56:25.882306000, delta=1249000 ns, racy<=10000 ns 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.883719000, lastModified=2023-03-25 16:56:25.882306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.883719000, lastModified=2023-03-25 16:56:25.882306000, delta=1413000 ns, racy<=10000 ns 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.883889000, lastModified=2023-03-25 16:56:25.883306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.883889000, lastModified=2023-03-25 16:56:25.883306000, delta=583000 ns, racy<=10000 ns 16:56:25.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.884249000, lastModified=2023-03-25 16:56:25.883306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.884249000, lastModified=2023-03-25 16:56:25.883306000, delta=943000 ns, racy<=10000 ns 16:56:25.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.884433000, lastModified=2023-03-25 16:56:25.883306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.884433000, lastModified=2023-03-25 16:56:25.883306000, delta=1127000 ns, racy<=10000 ns 16:56:25.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.884594000, lastModified=2023-03-25 16:56:25.883306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.884594000, lastModified=2023-03-25 16:56:25.883306000, delta=1288000 ns, racy<=10000 ns 16:56:25.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.884941000, lastModified=2023-03-25 16:56:25.884306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.884941000, lastModified=2023-03-25 16:56:25.884306000, delta=635000 ns, racy<=10000 ns 16:56:25.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.885246000, lastModified=2023-03-25 16:56:25.884306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.885246000, lastModified=2023-03-25 16:56:25.884306000, delta=940000 ns, racy<=10000 ns 16:56:25.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.885541000, lastModified=2023-03-25 16:56:25.884306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.885541000, lastModified=2023-03-25 16:56:25.884306000, delta=1235000 ns, racy<=10000 ns 16:56:25.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.885724000, lastModified=2023-03-25 16:56:25.884306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.885724000, lastModified=2023-03-25 16:56:25.884306000, delta=1418000 ns, racy<=10000 ns 16:56:25.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.885924000, lastModified=2023-03-25 16:56:25.885306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.885924000, lastModified=2023-03-25 16:56:25.885306000, delta=618000 ns, racy<=10000 ns 16:56:25.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.886177000, lastModified=2023-03-25 16:56:25.885306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.886177000, lastModified=2023-03-25 16:56:25.885306000, delta=871000 ns, racy<=10000 ns 16:56:25.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.886447000, lastModified=2023-03-25 16:56:25.885306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.886447000, lastModified=2023-03-25 16:56:25.885306000, delta=1141000 ns, racy<=10000 ns 16:56:25.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.886815000, lastModified=2023-03-25 16:56:25.885306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.885306000 to 2023-03-25 16:56:25.886306000 16:56:25.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.886996000, lastModified=2023-03-25 16:56:25.886306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.886996000, lastModified=2023-03-25 16:56:25.886306000, delta=690000 ns, racy<=10000 ns 16:56:25.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.887178000, lastModified=2023-03-25 16:56:25.886306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.887178000, lastModified=2023-03-25 16:56:25.886306000, delta=872000 ns, racy<=10000 ns 16:56:25.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.887500000, lastModified=2023-03-25 16:56:25.886306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.887500000, lastModified=2023-03-25 16:56:25.886306000, delta=1194000 ns, racy<=10000 ns 16:56:25.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.887693000, lastModified=2023-03-25 16:56:25.886306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.887693000, lastModified=2023-03-25 16:56:25.886306000, delta=1387000 ns, racy<=10000 ns 16:56:25.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.887876000, lastModified=2023-03-25 16:56:25.886306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.886306000 to 2023-03-25 16:56:25.887306000 16:56:25.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.888061000, lastModified=2023-03-25 16:56:25.887306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.888061000, lastModified=2023-03-25 16:56:25.887306000, delta=755000 ns, racy<=10000 ns 16:56:25.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.888267000, lastModified=2023-03-25 16:56:25.887306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.888267000, lastModified=2023-03-25 16:56:25.887306000, delta=961000 ns, racy<=10000 ns 16:56:25.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.888461000, lastModified=2023-03-25 16:56:25.887306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.888461000, lastModified=2023-03-25 16:56:25.887306000, delta=1155000 ns, racy<=10000 ns 16:56:25.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.888730000, lastModified=2023-03-25 16:56:25.887306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.888730000, lastModified=2023-03-25 16:56:25.887306000, delta=1424000 ns, racy<=10000 ns 16:56:25.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.889313000, lastModified=2023-03-25 16:56:25.888306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.889313000, lastModified=2023-03-25 16:56:25.888306000, delta=1007000 ns, racy<=10000 ns 16:56:25.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.889645000, lastModified=2023-03-25 16:56:25.888306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.889645000, lastModified=2023-03-25 16:56:25.888306000, delta=1339000 ns, racy<=10000 ns 16:56:25.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.889918000, lastModified=2023-03-25 16:56:25.888306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.888306000 to 2023-03-25 16:56:25.889306000 16:56:25.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.890245000, lastModified=2023-03-25 16:56:25.889306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.890245000, lastModified=2023-03-25 16:56:25.889306000, delta=939000 ns, racy<=10000 ns 16:56:25.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.890486000, lastModified=2023-03-25 16:56:25.889306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.890486000, lastModified=2023-03-25 16:56:25.889306000, delta=1180000 ns, racy<=10000 ns 16:56:25.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.890736000, lastModified=2023-03-25 16:56:25.889306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.890736000, lastModified=2023-03-25 16:56:25.889306000, delta=1430000 ns, racy<=10000 ns 16:56:25.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.890989000, lastModified=2023-03-25 16:56:25.890306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.890989000, lastModified=2023-03-25 16:56:25.890306000, delta=683000 ns, racy<=10000 ns 16:56:25.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.891234000, lastModified=2023-03-25 16:56:25.890306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.891234000, lastModified=2023-03-25 16:56:25.890306000, delta=928000 ns, racy<=10000 ns 16:56:25.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.891468000, lastModified=2023-03-25 16:56:25.890306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.891468000, lastModified=2023-03-25 16:56:25.890306000, delta=1162000 ns, racy<=10000 ns 16:56:25.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.891708000, lastModified=2023-03-25 16:56:25.890306000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.891708000, lastModified=2023-03-25 16:56:25.890306000, delta=1402000 ns, racy<=10000 ns 16:56:25.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.914436000, lastModified=2023-03-25 16:56:25.913307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.914436000, lastModified=2023-03-25 16:56:25.913307000, delta=1129000 ns, racy<=10000 ns 16:56:25.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.914781000, lastModified=2023-03-25 16:56:25.913307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.913307000 to 2023-03-25 16:56:25.914307000 16:56:25.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.915042000, lastModified=2023-03-25 16:56:25.914307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.915042000, lastModified=2023-03-25 16:56:25.914307000, delta=735000 ns, racy<=10000 ns 16:56:25.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.915451000, lastModified=2023-03-25 16:56:25.914307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.915451000, lastModified=2023-03-25 16:56:25.914307000, delta=1144000 ns, racy<=10000 ns 16:56:25.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.915740000, lastModified=2023-03-25 16:56:25.914307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.915740000, lastModified=2023-03-25 16:56:25.914307000, delta=1433000 ns, racy<=10000 ns 16:56:25.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.916047000, lastModified=2023-03-25 16:56:25.915307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.916047000, lastModified=2023-03-25 16:56:25.915307000, delta=740000 ns, racy<=10000 ns 16:56:25.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.916332000, lastModified=2023-03-25 16:56:25.915307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.916332000, lastModified=2023-03-25 16:56:25.915307000, delta=1025000 ns, racy<=10000 ns 16:56:25.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.916587000, lastModified=2023-03-25 16:56:25.915307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.916587000, lastModified=2023-03-25 16:56:25.915307000, delta=1280000 ns, racy<=10000 ns 16:56:25.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.916857000, lastModified=2023-03-25 16:56:25.915307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.915307000 to 2023-03-25 16:56:25.916307000 16:56:25.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.917139000, lastModified=2023-03-25 16:56:25.916307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.917139000, lastModified=2023-03-25 16:56:25.916307000, delta=832000 ns, racy<=10000 ns 16:56:25.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.917638000, lastModified=2023-03-25 16:56:25.916307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.917638000, lastModified=2023-03-25 16:56:25.916307000, delta=1331000 ns, racy<=10000 ns 16:56:25.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.917927000, lastModified=2023-03-25 16:56:25.917307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.917927000, lastModified=2023-03-25 16:56:25.917307000, delta=620000 ns, racy<=10000 ns 16:56:25.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.918183000, lastModified=2023-03-25 16:56:25.917307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.918183000, lastModified=2023-03-25 16:56:25.917307000, delta=876000 ns, racy<=10000 ns 16:56:25.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.918597000, lastModified=2023-03-25 16:56:25.917307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.918597000, lastModified=2023-03-25 16:56:25.917307000, delta=1290000 ns, racy<=10000 ns 16:56:25.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.918886000, lastModified=2023-03-25 16:56:25.917307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.917307000 to 2023-03-25 16:56:25.918307000 16:56:25.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.919189000, lastModified=2023-03-25 16:56:25.918307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.919189000, lastModified=2023-03-25 16:56:25.918307000, delta=882000 ns, racy<=10000 ns 16:56:25.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.919476000, lastModified=2023-03-25 16:56:25.918307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.919476000, lastModified=2023-03-25 16:56:25.918307000, delta=1169000 ns, racy<=10000 ns 16:56:25.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.919789000, lastModified=2023-03-25 16:56:25.918307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.918307000 to 2023-03-25 16:56:25.919307000 16:56:25.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.920066000, lastModified=2023-03-25 16:56:25.919307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.920066000, lastModified=2023-03-25 16:56:25.919307000, delta=759000 ns, racy<=10000 ns 16:56:25.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.920389000, lastModified=2023-03-25 16:56:25.919307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.920389000, lastModified=2023-03-25 16:56:25.919307000, delta=1082000 ns, racy<=10000 ns 16:56:25.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.921027000, lastModified=2023-03-25 16:56:25.919307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.919307000 to 2023-03-25 16:56:25.920307000 16:56:25.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.921350000, lastModified=2023-03-25 16:56:25.920307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.921350000, lastModified=2023-03-25 16:56:25.920307000, delta=1043000 ns, racy<=10000 ns 16:56:25.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.921606000, lastModified=2023-03-25 16:56:25.920307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.921606000, lastModified=2023-03-25 16:56:25.920307000, delta=1299000 ns, racy<=10000 ns 16:56:25.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.921994000, lastModified=2023-03-25 16:56:25.921307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.921994000, lastModified=2023-03-25 16:56:25.921307000, delta=687000 ns, racy<=10000 ns 16:56:25.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.922228000, lastModified=2023-03-25 16:56:25.921307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.922228000, lastModified=2023-03-25 16:56:25.921307000, delta=921000 ns, racy<=10000 ns 16:56:25.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.922471000, lastModified=2023-03-25 16:56:25.921307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.922471000, lastModified=2023-03-25 16:56:25.921307000, delta=1164000 ns, racy<=10000 ns 16:56:25.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.922741000, lastModified=2023-03-25 16:56:25.921307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.922741000, lastModified=2023-03-25 16:56:25.921307000, delta=1434000 ns, racy<=10000 ns 16:56:25.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.923027000, lastModified=2023-03-25 16:56:25.922307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.923027000, lastModified=2023-03-25 16:56:25.922307000, delta=720000 ns, racy<=10000 ns 16:56:25.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.923283000, lastModified=2023-03-25 16:56:25.922307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.923283000, lastModified=2023-03-25 16:56:25.922307000, delta=976000 ns, racy<=10000 ns 16:56:25.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.923523000, lastModified=2023-03-25 16:56:25.922307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.923523000, lastModified=2023-03-25 16:56:25.922307000, delta=1216000 ns, racy<=10000 ns 16:56:25.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.923991000, lastModified=2023-03-25 16:56:25.922307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.922307000 to 2023-03-25 16:56:25.923307000 16:56:25.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.924221000, lastModified=2023-03-25 16:56:25.923307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.924221000, lastModified=2023-03-25 16:56:25.923307000, delta=914000 ns, racy<=10000 ns 16:56:25.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.924448000, lastModified=2023-03-25 16:56:25.923307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.924448000, lastModified=2023-03-25 16:56:25.923307000, delta=1141000 ns, racy<=10000 ns 16:56:25.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.924882000, lastModified=2023-03-25 16:56:25.923307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.923307000 to 2023-03-25 16:56:25.924307000 16:56:25.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.925152000, lastModified=2023-03-25 16:56:25.924307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.925152000, lastModified=2023-03-25 16:56:25.924307000, delta=845000 ns, racy<=10000 ns 16:56:25.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.925466000, lastModified=2023-03-25 16:56:25.924307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.925466000, lastModified=2023-03-25 16:56:25.924307000, delta=1159000 ns, racy<=10000 ns 16:56:25.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.925779000, lastModified=2023-03-25 16:56:25.924307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.925779000, lastModified=2023-03-25 16:56:25.924307000, delta=1472000 ns, racy<=10000 ns 16:56:25.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.926063000, lastModified=2023-03-25 16:56:25.925307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.926063000, lastModified=2023-03-25 16:56:25.925307000, delta=756000 ns, racy<=10000 ns 16:56:25.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.926305000, lastModified=2023-03-25 16:56:25.925307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.926305000, lastModified=2023-03-25 16:56:25.925307000, delta=998000 ns, racy<=10000 ns 16:56:25.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.926560000, lastModified=2023-03-25 16:56:25.925307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.926560000, lastModified=2023-03-25 16:56:25.925307000, delta=1253000 ns, racy<=10000 ns 16:56:25.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.927045000, lastModified=2023-03-25 16:56:25.925307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.925307000 to 2023-03-25 16:56:25.926307000 16:56:25.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.927319000, lastModified=2023-03-25 16:56:25.926307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.927319000, lastModified=2023-03-25 16:56:25.926307000, delta=1012000 ns, racy<=10000 ns 16:56:25.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.927510000, lastModified=2023-03-25 16:56:25.926307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.927510000, lastModified=2023-03-25 16:56:25.926307000, delta=1203000 ns, racy<=10000 ns 16:56:25.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.927778000, lastModified=2023-03-25 16:56:25.926307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.927778000, lastModified=2023-03-25 16:56:25.926307000, delta=1471000 ns, racy<=10000 ns 16:56:25.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.927946000, lastModified=2023-03-25 16:56:25.927307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.927946000, lastModified=2023-03-25 16:56:25.927307000, delta=639000 ns, racy<=10000 ns 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.928106000, lastModified=2023-03-25 16:56:25.927307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.928106000, lastModified=2023-03-25 16:56:25.927307000, delta=799000 ns, racy<=10000 ns 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.928265000, lastModified=2023-03-25 16:56:25.927307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.928265000, lastModified=2023-03-25 16:56:25.927307000, delta=958000 ns, racy<=10000 ns 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.928424000, lastModified=2023-03-25 16:56:25.927307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.928424000, lastModified=2023-03-25 16:56:25.927307000, delta=1117000 ns, racy<=10000 ns 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.928582000, lastModified=2023-03-25 16:56:25.927307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.928582000, lastModified=2023-03-25 16:56:25.927307000, delta=1275000 ns, racy<=10000 ns 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.928763000, lastModified=2023-03-25 16:56:25.927307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.928763000, lastModified=2023-03-25 16:56:25.927307000, delta=1456000 ns, racy<=10000 ns 16:56:25.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.929214000, lastModified=2023-03-25 16:56:25.928307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.929214000, lastModified=2023-03-25 16:56:25.928307000, delta=907000 ns, racy<=10000 ns 16:56:25.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.929438000, lastModified=2023-03-25 16:56:25.928307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.929438000, lastModified=2023-03-25 16:56:25.928307000, delta=1131000 ns, racy<=10000 ns 16:56:25.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.929610000, lastModified=2023-03-25 16:56:25.928307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.929610000, lastModified=2023-03-25 16:56:25.928307000, delta=1303000 ns, racy<=10000 ns 16:56:25.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.929 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.929925000, lastModified=2023-03-25 16:56:25.929307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.929925000, lastModified=2023-03-25 16:56:25.929307000, delta=618000 ns, racy<=10000 ns 16:56:25.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.930195000, lastModified=2023-03-25 16:56:25.929307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.930195000, lastModified=2023-03-25 16:56:25.929307000, delta=888000 ns, racy<=10000 ns 16:56:25.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.930466000, lastModified=2023-03-25 16:56:25.929307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.930466000, lastModified=2023-03-25 16:56:25.929307000, delta=1159000 ns, racy<=10000 ns 16:56:25.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.930629000, lastModified=2023-03-25 16:56:25.929307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.930629000, lastModified=2023-03-25 16:56:25.929307000, delta=1322000 ns, racy<=10000 ns 16:56:25.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.930785000, lastModified=2023-03-25 16:56:25.929307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.930785000, lastModified=2023-03-25 16:56:25.929307000, delta=1478000 ns, racy<=10000 ns 16:56:25.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.930 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.930972000, lastModified=2023-03-25 16:56:25.930307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.930972000, lastModified=2023-03-25 16:56:25.930307000, delta=665000 ns, racy<=10000 ns 16:56:25.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.931131000, lastModified=2023-03-25 16:56:25.930307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.931131000, lastModified=2023-03-25 16:56:25.930307000, delta=824000 ns, racy<=10000 ns 16:56:25.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.931603000, lastModified=2023-03-25 16:56:25.930307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.931603000, lastModified=2023-03-25 16:56:25.930307000, delta=1296000 ns, racy<=10000 ns 16:56:25.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.931783000, lastModified=2023-03-25 16:56:25.930307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.931783000, lastModified=2023-03-25 16:56:25.930307000, delta=1476000 ns, racy<=10000 ns 16:56:25.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.931 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.931946000, lastModified=2023-03-25 16:56:25.931307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.931946000, lastModified=2023-03-25 16:56:25.931307000, delta=639000 ns, racy<=10000 ns 16:56:25.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.932276000, lastModified=2023-03-25 16:56:25.931307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.932276000, lastModified=2023-03-25 16:56:25.931307000, delta=969000 ns, racy<=10000 ns 16:56:25.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.932468000, lastModified=2023-03-25 16:56:25.931307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.932468000, lastModified=2023-03-25 16:56:25.931307000, delta=1161000 ns, racy<=10000 ns 16:56:25.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.932627000, lastModified=2023-03-25 16:56:25.931307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.932627000, lastModified=2023-03-25 16:56:25.931307000, delta=1320000 ns, racy<=10000 ns 16:56:25.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.932786000, lastModified=2023-03-25 16:56:25.931307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.932786000, lastModified=2023-03-25 16:56:25.931307000, delta=1479000 ns, racy<=10000 ns 16:56:25.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.932 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.932954000, lastModified=2023-03-25 16:56:25.932307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.932954000, lastModified=2023-03-25 16:56:25.932307000, delta=647000 ns, racy<=10000 ns 16:56:25.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.933114000, lastModified=2023-03-25 16:56:25.932307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.933114000, lastModified=2023-03-25 16:56:25.932307000, delta=807000 ns, racy<=10000 ns 16:56:25.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.933272000, lastModified=2023-03-25 16:56:25.932307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.933272000, lastModified=2023-03-25 16:56:25.932307000, delta=965000 ns, racy<=10000 ns 16:56:25.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.933604000, lastModified=2023-03-25 16:56:25.932307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.933604000, lastModified=2023-03-25 16:56:25.932307000, delta=1297000 ns, racy<=10000 ns 16:56:25.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.933789000, lastModified=2023-03-25 16:56:25.932307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.933789000, lastModified=2023-03-25 16:56:25.932307000, delta=1482000 ns, racy<=10000 ns 16:56:25.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.933 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.933977000, lastModified=2023-03-25 16:56:25.933307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.933977000, lastModified=2023-03-25 16:56:25.933307000, delta=670000 ns, racy<=10000 ns 16:56:25.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.934153000, lastModified=2023-03-25 16:56:25.933307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.934153000, lastModified=2023-03-25 16:56:25.933307000, delta=846000 ns, racy<=10000 ns 16:56:25.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.934323000, lastModified=2023-03-25 16:56:25.933307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.934323000, lastModified=2023-03-25 16:56:25.933307000, delta=1016000 ns, racy<=10000 ns 16:56:25.934 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.935314000, lastModified=2023-03-25 16:56:25.934307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.935314000, lastModified=2023-03-25 16:56:25.934307000, delta=1007000 ns, racy<=10000 ns 16:56:25.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.935603000, lastModified=2023-03-25 16:56:25.934307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.935603000, lastModified=2023-03-25 16:56:25.934307000, delta=1296000 ns, racy<=10000 ns 16:56:25.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.935 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.935867000, lastModified=2023-03-25 16:56:25.934307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.934307000 to 2023-03-25 16:56:25.935307000 16:56:25.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.936211000, lastModified=2023-03-25 16:56:25.935307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.936211000, lastModified=2023-03-25 16:56:25.935307000, delta=904000 ns, racy<=10000 ns 16:56:25.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.936473000, lastModified=2023-03-25 16:56:25.935307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.936473000, lastModified=2023-03-25 16:56:25.935307000, delta=1166000 ns, racy<=10000 ns 16:56:25.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.936 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.936875000, lastModified=2023-03-25 16:56:25.935307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.935307000 to 2023-03-25 16:56:25.936307000 16:56:25.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.937184000, lastModified=2023-03-25 16:56:25.936307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.937184000, lastModified=2023-03-25 16:56:25.936307000, delta=877000 ns, racy<=10000 ns 16:56:25.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.937433000, lastModified=2023-03-25 16:56:25.936307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.937433000, lastModified=2023-03-25 16:56:25.936307000, delta=1126000 ns, racy<=10000 ns 16:56:25.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.937660000, lastModified=2023-03-25 16:56:25.936307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.937660000, lastModified=2023-03-25 16:56:25.936307000, delta=1353000 ns, racy<=10000 ns 16:56:25.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.937 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.937907000, lastModified=2023-03-25 16:56:25.936307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.936307000 to 2023-03-25 16:56:25.937307000 16:56:25.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.938200000, lastModified=2023-03-25 16:56:25.937307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.938200000, lastModified=2023-03-25 16:56:25.937307000, delta=893000 ns, racy<=10000 ns 16:56:25.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.938457000, lastModified=2023-03-25 16:56:25.937307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.938457000, lastModified=2023-03-25 16:56:25.937307000, delta=1150000 ns, racy<=10000 ns 16:56:25.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.938680000, lastModified=2023-03-25 16:56:25.937307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.938680000, lastModified=2023-03-25 16:56:25.937307000, delta=1373000 ns, racy<=10000 ns 16:56:25.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.938 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.938928000, lastModified=2023-03-25 16:56:25.938307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.938928000, lastModified=2023-03-25 16:56:25.938307000, delta=621000 ns, racy<=10000 ns 16:56:25.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.939216000, lastModified=2023-03-25 16:56:25.938307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.939216000, lastModified=2023-03-25 16:56:25.938307000, delta=909000 ns, racy<=10000 ns 16:56:25.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.939649000, lastModified=2023-03-25 16:56:25.938307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.939649000, lastModified=2023-03-25 16:56:25.938307000, delta=1342000 ns, racy<=10000 ns 16:56:25.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.939 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.939897000, lastModified=2023-03-25 16:56:25.938307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.938307000 to 2023-03-25 16:56:25.939307000 16:56:25.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.940135000, lastModified=2023-03-25 16:56:25.939307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.940135000, lastModified=2023-03-25 16:56:25.939307000, delta=828000 ns, racy<=10000 ns 16:56:25.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.940405000, lastModified=2023-03-25 16:56:25.939307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.940405000, lastModified=2023-03-25 16:56:25.939307000, delta=1098000 ns, racy<=10000 ns 16:56:25.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.940645000, lastModified=2023-03-25 16:56:25.939307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.940645000, lastModified=2023-03-25 16:56:25.939307000, delta=1338000 ns, racy<=10000 ns 16:56:25.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.940 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.940892000, lastModified=2023-03-25 16:56:25.939307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.939307000 to 2023-03-25 16:56:25.940307000 16:56:25.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.941146000, lastModified=2023-03-25 16:56:25.940307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.941146000, lastModified=2023-03-25 16:56:25.940307000, delta=839000 ns, racy<=10000 ns 16:56:25.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.941393000, lastModified=2023-03-25 16:56:25.940307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.941393000, lastModified=2023-03-25 16:56:25.940307000, delta=1086000 ns, racy<=10000 ns 16:56:25.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.941618000, lastModified=2023-03-25 16:56:25.940307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.941618000, lastModified=2023-03-25 16:56:25.940307000, delta=1311000 ns, racy<=10000 ns 16:56:25.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.941846000, lastModified=2023-03-25 16:56:25.940307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.941 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.940307000 to 2023-03-25 16:56:25.941307000 16:56:25.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.942393000, lastModified=2023-03-25 16:56:25.941307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.942393000, lastModified=2023-03-25 16:56:25.941307000, delta=1086000 ns, racy<=10000 ns 16:56:25.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.942646000, lastModified=2023-03-25 16:56:25.941307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.942646000, lastModified=2023-03-25 16:56:25.941307000, delta=1339000 ns, racy<=10000 ns 16:56:25.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.942 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.942897000, lastModified=2023-03-25 16:56:25.941307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.941307000 to 2023-03-25 16:56:25.942307000 16:56:25.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.943209000, lastModified=2023-03-25 16:56:25.942307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.943209000, lastModified=2023-03-25 16:56:25.942307000, delta=902000 ns, racy<=10000 ns 16:56:25.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.943475000, lastModified=2023-03-25 16:56:25.942307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.943475000, lastModified=2023-03-25 16:56:25.942307000, delta=1168000 ns, racy<=10000 ns 16:56:25.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.943717000, lastModified=2023-03-25 16:56:25.942307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.943717000, lastModified=2023-03-25 16:56:25.942307000, delta=1410000 ns, racy<=10000 ns 16:56:25.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.943 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.943928000, lastModified=2023-03-25 16:56:25.943307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.943928000, lastModified=2023-03-25 16:56:25.943307000, delta=621000 ns, racy<=10000 ns 16:56:25.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.944218000, lastModified=2023-03-25 16:56:25.943307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.944218000, lastModified=2023-03-25 16:56:25.943307000, delta=911000 ns, racy<=10000 ns 16:56:25.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.944428000, lastModified=2023-03-25 16:56:25.943307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.944428000, lastModified=2023-03-25 16:56:25.943307000, delta=1121000 ns, racy<=10000 ns 16:56:25.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.944593000, lastModified=2023-03-25 16:56:25.943307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.944593000, lastModified=2023-03-25 16:56:25.943307000, delta=1286000 ns, racy<=10000 ns 16:56:25.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.944 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.944905000, lastModified=2023-03-25 16:56:25.943307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.943307000 to 2023-03-25 16:56:25.944307000 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.945076000, lastModified=2023-03-25 16:56:25.944307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.945076000, lastModified=2023-03-25 16:56:25.944307000, delta=769000 ns, racy<=10000 ns 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.945240000, lastModified=2023-03-25 16:56:25.944307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.945240000, lastModified=2023-03-25 16:56:25.944307000, delta=933000 ns, racy<=10000 ns 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.945406000, lastModified=2023-03-25 16:56:25.944307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.945406000, lastModified=2023-03-25 16:56:25.944307000, delta=1099000 ns, racy<=10000 ns 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.945570000, lastModified=2023-03-25 16:56:25.944307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.945570000, lastModified=2023-03-25 16:56:25.944307000, delta=1263000 ns, racy<=10000 ns 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.945737000, lastModified=2023-03-25 16:56:25.944307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.945737000, lastModified=2023-03-25 16:56:25.944307000, delta=1430000 ns, racy<=10000 ns 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.945902000, lastModified=2023-03-25 16:56:25.945307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.945 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.945902000, lastModified=2023-03-25 16:56:25.945307000, delta=595000 ns, racy<=10000 ns 16:56:25.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.946064000, lastModified=2023-03-25 16:56:25.945307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.946064000, lastModified=2023-03-25 16:56:25.945307000, delta=757000 ns, racy<=10000 ns 16:56:25.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.946277000, lastModified=2023-03-25 16:56:25.945307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.946277000, lastModified=2023-03-25 16:56:25.945307000, delta=970000 ns, racy<=10000 ns 16:56:25.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.946592000, lastModified=2023-03-25 16:56:25.945307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.946592000, lastModified=2023-03-25 16:56:25.945307000, delta=1285000 ns, racy<=10000 ns 16:56:25.946 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.947041000, lastModified=2023-03-25 16:56:25.945307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.945307000 to 2023-03-25 16:56:25.946307000 16:56:25.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.947234000, lastModified=2023-03-25 16:56:25.946307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.947234000, lastModified=2023-03-25 16:56:25.946307000, delta=927000 ns, racy<=10000 ns 16:56:25.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.947472000, lastModified=2023-03-25 16:56:25.946307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.947472000, lastModified=2023-03-25 16:56:25.946307000, delta=1165000 ns, racy<=10000 ns 16:56:25.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.947655000, lastModified=2023-03-25 16:56:25.946307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.947655000, lastModified=2023-03-25 16:56:25.946307000, delta=1348000 ns, racy<=10000 ns 16:56:25.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.947823000, lastModified=2023-03-25 16:56:25.946307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.947 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.946307000 to 2023-03-25 16:56:25.947307000 16:56:25.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.948007000, lastModified=2023-03-25 16:56:25.947307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.948007000, lastModified=2023-03-25 16:56:25.947307000, delta=700000 ns, racy<=10000 ns 16:56:25.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.948198000, lastModified=2023-03-25 16:56:25.947307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.948198000, lastModified=2023-03-25 16:56:25.947307000, delta=891000 ns, racy<=10000 ns 16:56:25.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.948373000, lastModified=2023-03-25 16:56:25.947307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.948373000, lastModified=2023-03-25 16:56:25.947307000, delta=1066000 ns, racy<=10000 ns 16:56:25.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.948563000, lastModified=2023-03-25 16:56:25.947307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.948563000, lastModified=2023-03-25 16:56:25.947307000, delta=1256000 ns, racy<=10000 ns 16:56:25.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.948725000, lastModified=2023-03-25 16:56:25.947307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.948725000, lastModified=2023-03-25 16:56:25.947307000, delta=1418000 ns, racy<=10000 ns 16:56:25.948 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.949092000, lastModified=2023-03-25 16:56:25.948307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.949092000, lastModified=2023-03-25 16:56:25.948307000, delta=785000 ns, racy<=10000 ns 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.949267000, lastModified=2023-03-25 16:56:25.948307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.949267000, lastModified=2023-03-25 16:56:25.948307000, delta=960000 ns, racy<=10000 ns 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.949444000, lastModified=2023-03-25 16:56:25.948307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.949444000, lastModified=2023-03-25 16:56:25.948307000, delta=1137000 ns, racy<=10000 ns 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.949609000, lastModified=2023-03-25 16:56:25.948307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.949609000, lastModified=2023-03-25 16:56:25.948307000, delta=1302000 ns, racy<=10000 ns 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.949771000, lastModified=2023-03-25 16:56:25.948307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.949771000, lastModified=2023-03-25 16:56:25.948307000, delta=1464000 ns, racy<=10000 ns 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.949969000, lastModified=2023-03-25 16:56:25.949307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.949969000, lastModified=2023-03-25 16:56:25.949307000, delta=662000 ns, racy<=10000 ns 16:56:25.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.950129000, lastModified=2023-03-25 16:56:25.949307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.950129000, lastModified=2023-03-25 16:56:25.949307000, delta=822000 ns, racy<=10000 ns 16:56:25.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.950289000, lastModified=2023-03-25 16:56:25.949307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.950289000, lastModified=2023-03-25 16:56:25.949307000, delta=982000 ns, racy<=10000 ns 16:56:25.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.950452000, lastModified=2023-03-25 16:56:25.949307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.950452000, lastModified=2023-03-25 16:56:25.949307000, delta=1145000 ns, racy<=10000 ns 16:56:25.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.950620000, lastModified=2023-03-25 16:56:25.949307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.950620000, lastModified=2023-03-25 16:56:25.949307000, delta=1313000 ns, racy<=10000 ns 16:56:25.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.950976000, lastModified=2023-03-25 16:56:25.949307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.949307000 to 2023-03-25 16:56:25.950307000 16:56:25.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.951180000, lastModified=2023-03-25 16:56:25.950307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.951180000, lastModified=2023-03-25 16:56:25.950307000, delta=873000 ns, racy<=10000 ns 16:56:25.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.951367000, lastModified=2023-03-25 16:56:25.950307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.951367000, lastModified=2023-03-25 16:56:25.950307000, delta=1060000 ns, racy<=10000 ns 16:56:25.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.951544000, lastModified=2023-03-25 16:56:25.950307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.951544000, lastModified=2023-03-25 16:56:25.950307000, delta=1237000 ns, racy<=10000 ns 16:56:25.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.951716000, lastModified=2023-03-25 16:56:25.950307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.951716000, lastModified=2023-03-25 16:56:25.950307000, delta=1409000 ns, racy<=10000 ns 16:56:25.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.951882000, lastModified=2023-03-25 16:56:25.950307000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, lastModified changed from 2023-03-25 16:56:25.950307000 to 2023-03-25 16:56:25.951308000 16:56:25.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.952091000, lastModified=2023-03-25 16:56:25.951308000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.952091000, lastModified=2023-03-25 16:56:25.951308000, delta=783000 ns, racy<=10000 ns 16:56:25.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, create new FileSnapshot: lastRead=2023-03-25 16:56:25.952297000, lastModified=2023-03-25 16:56:25.951308000, size=1, fileKey=(dev=200099,ino=109317966) 16:56:25.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, isRacyClean=false, read=2023-03-25 16:56:25.952297000, lastModified=2023-03-25 16:56:25.951308000, delta=989000 ns, racy<=10000 ns 16:56:25.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/.probe-e1e5238d-bae4-45d1-8374-7c674e99683b, is unmodified 16:56:25.953 [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] 6258, 5419, 10000, 583000.0, 1532000.0, 1073310.573906627, 252844.42035598174 16:56:25.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=4 µs, minimalRacyInterval=1,532 µs] 16:56:25.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:22.950262000, lastModified=2023-03-25 16:56:22.850248000, delta=100014000 ns, racy<=3830000 ns 16:56:25.954 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 16:56:22.765893000, lastModified=2023-03-25 16:52:53.724256000, delta=209041637000 ns, racy<=2500000000 ns 16:56:25.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:25.954 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 16:56:25.955 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:25.955199000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:25.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 16:56:25.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:25.955386000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763385955386000 ns, racy<=3830000 ns 16:56:25.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, is unmodified 16:56:25.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:22.950262000, lastModified=2023-03-25 16:56:22.850248000, delta=100014000 ns, racy<=3830000 ns 16:56:25.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:25.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:25.955386000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763385955386000 ns, racy<=3830000 ns 16:56:25.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, is unmodified 16:56:25.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:25.955199000, lastModified=2023-03-25 16:56:25.954308000, delta=891000 ns, racy<=2500000000 ns 16:56:25.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:25.957 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:25.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:25.957585000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:25.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:25.957585000, lastModified=2023-03-25 16:56:25.954308000, delta=3277000 ns, racy<=2500000000 ns 16:56:25.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:25.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:25.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=true, read=2023-03-25 16:56:22.947664000, lastModified=2023-03-25 16:56:22.922250000, delta=25414000 ns, racy<=2500000000 ns 16:56:25.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is racily clean 16:56:25.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:25.957733000, lastModified=2023-03-25 16:56:22.922250000, size=78, fileKey=(dev=200099,ino=101821566) 16:56:25.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:25.957733000, lastModified=2023-03-25 16:56:22.922250000, delta=3035483000 ns, racy<=2500000000 ns 16:56:25.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:25.958445000, lastModified=2023-03-25 16:56:22.936250000, size=0, fileKey=(dev=200099,ino=101821567) 16:56:25.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:25.957585000, lastModified=2023-03-25 16:56:25.954308000, delta=3277000 ns, racy<=2500000000 ns 16:56:25.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:25.958 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:25.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:25.958540000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:25.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:25.958540000, lastModified=2023-03-25 16:56:25.954308000, delta=4232000 ns, racy<=2500000000 ns 16:56:25.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:25.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:25.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:25.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:25.958956000, lastModified=2023-03-25 16:56:25.958308000, size=104, fileKey=(dev=200099,ino=101821567) 16:56:25.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:25.959044000, lastModified=2023-03-25 16:56:25.958308000, size=104, fileKey=(dev=200099,ino=101821567) 16:56:25.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:25.958540000, lastModified=2023-03-25 16:56:25.954308000, delta=4232000 ns, racy<=2500000000 ns 16:56:25.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:25.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:25.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:25.967659000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:25.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:25.967659000, lastModified=2023-03-25 16:56:25.954308000, delta=13351000 ns, racy<=2500000000 ns 16:56:25.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:25.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:25.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:25.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:25.967659000, lastModified=2023-03-25 16:56:25.954308000, delta=13351000 ns, racy<=2500000000 ns 16:56:25.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:25.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:25.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:25.968604000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:25.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:25.968604000, lastModified=2023-03-25 16:56:25.954308000, delta=14296000 ns, racy<=2500000000 ns 16:56:25.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:25.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:25.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:25.968604000, lastModified=2023-03-25 16:56:25.954308000, delta=14296000 ns, racy<=2500000000 ns 16:56:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.015 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.015344000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.015344000, lastModified=2023-03-25 16:56:25.954308000, delta=61036000 ns, racy<=2500000000 ns 16:56:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.015 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.015344000, lastModified=2023-03-25 16:56:25.954308000, delta=61036000 ns, racy<=2500000000 ns 16:56:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.016 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.016174000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.016174000, lastModified=2023-03-25 16:56:25.954308000, delta=61866000 ns, racy<=2500000000 ns 16:56:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/HEAD, create new FileSnapshot: lastRead=2023-03-25 16:56:26.016416000, lastModified=2023-03-25 16:56:22.917250000, size=23, fileKey=(dev=200099,ino=101821564) 16:56:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.016174000, lastModified=2023-03-25 16:56:25.954308000, delta=61866000 ns, racy<=2500000000 ns 16:56:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.016 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.016708000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.016708000, lastModified=2023-03-25 16:56:25.954308000, delta=62400000 ns, racy<=2500000000 ns 16:56:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.016 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.016416000, lastModified=2023-03-25 16:56:22.917250000, delta=3099166000 ns, racy<=3830000 ns 16:56:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/HEAD, is unmodified 16:56:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.016708000, lastModified=2023-03-25 16:56:25.954308000, delta=62400000 ns, racy<=2500000000 ns 16:56:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.017 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.017897000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.017 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.017897000, lastModified=2023-03-25 16:56:25.954308000, delta=63589000 ns, racy<=2500000000 ns 16:56:26.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.018 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.019164000, lastModified=2023-03-25 16:56:25.958308000, size=104, fileKey=(dev=200099,ino=101821567) 16:56:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.019272000, lastModified=2023-03-25 16:56:25.958308000, size=104, fileKey=(dev=200099,ino=101821567) 16:56:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:22.950262000, lastModified=2023-03-25 16:56:22.850248000, delta=100014000 ns, racy<=3830000 ns 16:56:26.019 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:25.955386000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763385955386000 ns, racy<=3830000 ns 16:56:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, is unmodified 16:56:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:22.950262000, lastModified=2023-03-25 16:56:22.850248000, delta=100014000 ns, racy<=3830000 ns 16:56:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:25.955386000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763385955386000 ns, racy<=3830000 ns 16:56:26.020 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, is unmodified 16:56:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:22.950262000, lastModified=2023-03-25 16:56:22.850248000, delta=100014000 ns, racy<=3830000 ns 16:56:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:25.955386000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763385955386000 ns, racy<=3830000 ns 16:56:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, is unmodified 16:56:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:22.950262000, lastModified=2023-03-25 16:56:22.850248000, delta=100014000 ns, racy<=3830000 ns 16:56:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:25.955386000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763385955386000 ns, racy<=3830000 ns 16:56:26.021 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, is unmodified 16:56:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.017897000, lastModified=2023-03-25 16:56:25.954308000, delta=63589000 ns, racy<=2500000000 ns 16:56:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.023 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.023 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.023976000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.023976000, lastModified=2023-03-25 16:56:25.954308000, delta=69668000 ns, racy<=2500000000 ns 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.016416000, lastModified=2023-03-25 16:56:22.917250000, delta=3099166000 ns, racy<=3830000 ns 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/HEAD, is unmodified 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.023976000, lastModified=2023-03-25 16:56:25.954308000, delta=69668000 ns, racy<=2500000000 ns 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.024 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.024500000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.024500000, lastModified=2023-03-25 16:56:25.954308000, delta=70192000 ns, racy<=2500000000 ns 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.024500000, lastModified=2023-03-25 16:56:25.954308000, delta=70192000 ns, racy<=2500000000 ns 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.024 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.024831000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.024831000, lastModified=2023-03-25 16:56:25.954308000, delta=70523000 ns, racy<=2500000000 ns 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.024 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.024831000, lastModified=2023-03-25 16:56:25.954308000, delta=70523000 ns, racy<=2500000000 ns 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.025 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.025385000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.025385000, lastModified=2023-03-25 16:56:25.954308000, delta=71077000 ns, racy<=2500000000 ns 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.025385000, lastModified=2023-03-25 16:56:25.954308000, delta=71077000 ns, racy<=2500000000 ns 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.025 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.025641000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.025641000, lastModified=2023-03-25 16:56:25.954308000, delta=71333000 ns, racy<=2500000000 ns 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.025641000, lastModified=2023-03-25 16:56:25.954308000, delta=71333000 ns, racy<=2500000000 ns 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.025 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.025921000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.025 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.025921000, lastModified=2023-03-25 16:56:25.954308000, delta=71613000 ns, racy<=2500000000 ns 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.025921000, lastModified=2023-03-25 16:56:25.954308000, delta=71613000 ns, racy<=2500000000 ns 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.026 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.026158000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.026158000, lastModified=2023-03-25 16:56:25.954308000, delta=71850000 ns, racy<=2500000000 ns 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.026158000, lastModified=2023-03-25 16:56:25.954308000, delta=71850000 ns, racy<=2500000000 ns 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.026 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.026424000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.026424000, lastModified=2023-03-25 16:56:25.954308000, delta=72116000 ns, racy<=2500000000 ns 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.026424000, lastModified=2023-03-25 16:56:25.954308000, delta=72116000 ns, racy<=2500000000 ns 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.026 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.026591000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.026591000, lastModified=2023-03-25 16:56:25.954308000, delta=72283000 ns, racy<=2500000000 ns 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.026 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.026744000, lastModified=2023-03-25 16:56:26.024309000, size=41, fileKey=(dev=200099,ino=103986920) 16:56:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.026591000, lastModified=2023-03-25 16:56:25.954308000, delta=72283000 ns, racy<=2500000000 ns 16:56:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.027 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.027357000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.027357000, lastModified=2023-03-25 16:56:25.954308000, delta=73049000 ns, racy<=2500000000 ns 16:56:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.027 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.027357000, lastModified=2023-03-25 16:56:25.954308000, delta=73049000 ns, racy<=2500000000 ns 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.028 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.028073000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.028073000, lastModified=2023-03-25 16:56:25.954308000, delta=73765000 ns, racy<=2500000000 ns 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.028073000, lastModified=2023-03-25 16:56:25.954308000, delta=73765000 ns, racy<=2500000000 ns 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.028 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.028260000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.028260000, lastModified=2023-03-25 16:56:25.954308000, delta=73952000 ns, racy<=2500000000 ns 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.028260000, lastModified=2023-03-25 16:56:25.954308000, delta=73952000 ns, racy<=2500000000 ns 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.028 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.028413000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.028413000, lastModified=2023-03-25 16:56:25.954308000, delta=74105000 ns, racy<=2500000000 ns 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.028413000, lastModified=2023-03-25 16:56:25.954308000, delta=74105000 ns, racy<=2500000000 ns 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.028 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.028591000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.028591000, lastModified=2023-03-25 16:56:25.954308000, delta=74283000 ns, racy<=2500000000 ns 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.028816000, lastModified=2023-03-25 16:56:25.958308000, size=104, fileKey=(dev=200099,ino=101821567) 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.028856000, lastModified=2023-03-25 16:56:25.958308000, size=104, fileKey=(dev=200099,ino=101821567) 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.028591000, lastModified=2023-03-25 16:56:25.954308000, delta=74283000 ns, racy<=2500000000 ns 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.028 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.028939000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.028 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.028939000, lastModified=2023-03-25 16:56:25.954308000, delta=74631000 ns, racy<=2500000000 ns 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.028939000, lastModified=2023-03-25 16:56:25.954308000, delta=74631000 ns, racy<=2500000000 ns 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.029 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.029126000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.029126000, lastModified=2023-03-25 16:56:25.954308000, delta=74818000 ns, racy<=2500000000 ns 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.029126000, lastModified=2023-03-25 16:56:25.954308000, delta=74818000 ns, racy<=2500000000 ns 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.029 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.029751000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.029751000, lastModified=2023-03-25 16:56:25.954308000, delta=75443000 ns, racy<=2500000000 ns 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.029 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:22.950262000, lastModified=2023-03-25 16:56:22.850248000, delta=100014000 ns, racy<=3830000 ns 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:25.955386000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763385955386000 ns, racy<=3830000 ns 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, is unmodified 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:22.950262000, lastModified=2023-03-25 16:56:22.850248000, delta=100014000 ns, racy<=3830000 ns 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:25.955386000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763385955386000 ns, racy<=3830000 ns 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, is unmodified 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.030585000, lastModified=2023-03-25 16:56:26.027309000, size=0, fileKey=(dev=200099,ino=101827201) 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.029751000, lastModified=2023-03-25 16:56:25.954308000, delta=75443000 ns, racy<=2500000000 ns 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.030 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.030644000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.030644000, lastModified=2023-03-25 16:56:25.954308000, delta=76336000 ns, racy<=2500000000 ns 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.030815000, lastModified=2023-03-25 16:56:26.029309000, size=104, fileKey=(dev=200099,ino=101827201) 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.030891000, lastModified=2023-03-25 16:56:26.029309000, size=104, fileKey=(dev=200099,ino=101827201) 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.030644000, lastModified=2023-03-25 16:56:25.954308000, delta=76336000 ns, racy<=2500000000 ns 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.030 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.030956000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.030 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.030956000, lastModified=2023-03-25 16:56:25.954308000, delta=76648000 ns, racy<=2500000000 ns 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.016416000, lastModified=2023-03-25 16:56:22.917250000, delta=3099166000 ns, racy<=3830000 ns 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/HEAD, is unmodified 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/refs/heads/master.lock, isRacyClean=true, read=2023-03-25 16:56:26.026744000, lastModified=2023-03-25 16:56:26.024309000, delta=2435000 ns, racy<=3830000 ns 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/refs/heads/master.lock, is racily clean 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-03-25 16:56:26.031455000, lastModified=2023-03-25 16:56:26.024309000, size=41, fileKey=(dev=200099,ino=103986920) 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/refs/heads/master.lock, isRacyClean=false, read=2023-03-25 16:56:26.031455000, lastModified=2023-03-25 16:56:26.024309000, delta=7146000 ns, racy<=3830000 ns 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.030956000, lastModified=2023-03-25 16:56:25.954308000, delta=76648000 ns, racy<=2500000000 ns 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.031 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.031591000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.031591000, lastModified=2023-03-25 16:56:25.954308000, delta=77283000 ns, racy<=2500000000 ns 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.016416000, lastModified=2023-03-25 16:56:22.917250000, delta=3099166000 ns, racy<=3830000 ns 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/HEAD, is unmodified 16:56:26.031 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.031591000, lastModified=2023-03-25 16:56:25.954308000, delta=77283000 ns, racy<=2500000000 ns 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.032 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.032132000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.032132000, lastModified=2023-03-25 16:56:25.954308000, delta=77824000 ns, racy<=2500000000 ns 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.032374000, lastModified=2023-03-25 16:56:26.029309000, size=104, fileKey=(dev=200099,ino=101827201) 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.032411000, lastModified=2023-03-25 16:56:26.029309000, size=104, fileKey=(dev=200099,ino=101827201) 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:22.950262000, lastModified=2023-03-25 16:56:22.850248000, delta=100014000 ns, racy<=3830000 ns 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:25.955386000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763385955386000 ns, racy<=3830000 ns 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, is unmodified 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:22.950262000, lastModified=2023-03-25 16:56:22.850248000, delta=100014000 ns, racy<=3830000 ns 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:25.955386000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763385955386000 ns, racy<=3830000 ns 16:56:26.032 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, is unmodified 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:22.950262000, lastModified=2023-03-25 16:56:22.850248000, delta=100014000 ns, racy<=3830000 ns 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:25.955386000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763385955386000 ns, racy<=3830000 ns 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, is unmodified 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:22.950262000, lastModified=2023-03-25 16:56:22.850248000, delta=100014000 ns, racy<=3830000 ns 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:25.955386000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763385955386000 ns, racy<=3830000 ns 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack/preserved, is unmodified 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.032132000, lastModified=2023-03-25 16:56:25.954308000, delta=77824000 ns, racy<=2500000000 ns 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.033 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.033641000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.033641000, lastModified=2023-03-25 16:56:25.954308000, delta=79333000 ns, racy<=2500000000 ns 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.016416000, lastModified=2023-03-25 16:56:22.917250000, delta=3099166000 ns, racy<=3830000 ns 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/HEAD, is unmodified 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.033 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.033641000, lastModified=2023-03-25 16:56:25.954308000, delta=79333000 ns, racy<=2500000000 ns 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.034 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.034028000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.034028000, lastModified=2023-03-25 16:56:25.954308000, delta=79720000 ns, racy<=2500000000 ns 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.034028000, lastModified=2023-03-25 16:56:25.954308000, delta=79720000 ns, racy<=2500000000 ns 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.034 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.034363000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.034363000, lastModified=2023-03-25 16:56:25.954308000, delta=80055000 ns, racy<=2500000000 ns 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.034363000, lastModified=2023-03-25 16:56:25.954308000, delta=80055000 ns, racy<=2500000000 ns 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.034 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.034537000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.034537000, lastModified=2023-03-25 16:56:25.954308000, delta=80229000 ns, racy<=2500000000 ns 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.034537000, lastModified=2023-03-25 16:56:25.954308000, delta=80229000 ns, racy<=2500000000 ns 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.034 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.034720000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.034720000, lastModified=2023-03-25 16:56:25.954308000, delta=80412000 ns, racy<=2500000000 ns 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.034720000, lastModified=2023-03-25 16:56:25.954308000, delta=80412000 ns, racy<=2500000000 ns 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.034 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.034899000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.034899000, lastModified=2023-03-25 16:56:25.954308000, delta=80591000 ns, racy<=2500000000 ns 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.034 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.034899000, lastModified=2023-03-25 16:56:25.954308000, delta=80591000 ns, racy<=2500000000 ns 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.035 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.035066000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.035066000, lastModified=2023-03-25 16:56:25.954308000, delta=80758000 ns, racy<=2500000000 ns 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.035066000, lastModified=2023-03-25 16:56:25.954308000, delta=80758000 ns, racy<=2500000000 ns 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.035 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.035265000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.035265000, lastModified=2023-03-25 16:56:25.954308000, delta=80957000 ns, racy<=2500000000 ns 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.035457000, lastModified=2023-03-25 16:56:26.033309000, size=41, fileKey=(dev=200099,ino=103986921) 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.035265000, lastModified=2023-03-25 16:56:25.954308000, delta=80957000 ns, racy<=2500000000 ns 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.035 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.035627000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.035627000, lastModified=2023-03-25 16:56:25.954308000, delta=81319000 ns, racy<=2500000000 ns 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.035 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, cannot be racily clean 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.039176000, lastModified=2023-03-25 16:56:22.922250000, size=78, fileKey=(dev=200099,ino=101821566) 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.035627000, lastModified=2023-03-25 16:56:25.954308000, delta=81319000 ns, racy<=2500000000 ns 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.039 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.039382000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.039382000, lastModified=2023-03-25 16:56:25.954308000, delta=85074000 ns, racy<=2500000000 ns 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.039522000, lastModified=2023-03-25 16:56:22.922250000, size=78, fileKey=(dev=200099,ino=101821566) 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.039382000, lastModified=2023-03-25 16:56:25.954308000, delta=85074000 ns, racy<=2500000000 ns 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.039 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.039631000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.039631000, lastModified=2023-03-25 16:56:25.954308000, delta=85323000 ns, racy<=2500000000 ns 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.039522000, lastModified=2023-03-25 16:56:22.922250000, delta=3117272000 ns, racy<=2500000000 ns 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.039823000, lastModified=2023-03-25 16:56:26.029309000, size=104, fileKey=(dev=200099,ino=101827201) 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.039631000, lastModified=2023-03-25 16:56:25.954308000, delta=85323000 ns, racy<=2500000000 ns 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.039 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.039 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.039957000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.039957000, lastModified=2023-03-25 16:56:25.954308000, delta=85649000 ns, racy<=2500000000 ns 16:56:26.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.039522000, lastModified=2023-03-25 16:56:22.922250000, delta=3117272000 ns, racy<=2500000000 ns 16:56:26.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:26.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/HEAD, create new FileSnapshot: lastRead=2023-03-25 16:56:26.040137000, lastModified=2023-03-25 16:56:22.917250000, size=23, fileKey=(dev=200099,ino=101821564) 16:56:26.040 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-03-25 16:56:26.040189000, lastModified=2023-03-25 16:56:26.033309000, size=41, fileKey=(dev=200099,ino=103986921) 16:56:26.040 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit2321836960454229634:org.eclipse.hawk.git.JGitRepository:false 16:56:26.041 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:26.041 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:26.049 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.039957000, lastModified=2023-03-25 16:56:25.954308000, delta=85649000 ns, racy<=2500000000 ns 16:56:26.049 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.049 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.049 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.049845000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.049 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.049845000, lastModified=2023-03-25 16:56:25.954308000, delta=95537000 ns, racy<=2500000000 ns 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.039522000, lastModified=2023-03-25 16:56:22.922250000, delta=3117272000 ns, racy<=2500000000 ns 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/refs/heads/master, isRacyClean=false, read=2023-03-25 16:56:26.040189000, lastModified=2023-03-25 16:56:26.033309000, delta=6880000 ns, racy<=3830000 ns 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/refs/heads/master, is unmodified 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.049845000, lastModified=2023-03-25 16:56:25.954308000, delta=95537000 ns, racy<=2500000000 ns 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.050331000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.050331000, lastModified=2023-03-25 16:56:25.954308000, delta=96023000 ns, racy<=2500000000 ns 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.039522000, lastModified=2023-03-25 16:56:22.922250000, delta=3117272000 ns, racy<=2500000000 ns 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/refs/heads/master, isRacyClean=false, read=2023-03-25 16:56:26.040189000, lastModified=2023-03-25 16:56:26.033309000, delta=6880000 ns, racy<=3830000 ns 16:56:26.050 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/refs/heads/master, is unmodified 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.051023000, lastModified=2023-03-25 16:56:22.922250000, size=78, fileKey=(dev=200099,ino=101821566) 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.050331000, lastModified=2023-03-25 16:56:25.954308000, delta=96023000 ns, racy<=2500000000 ns 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.051229000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.051229000, lastModified=2023-03-25 16:56:25.954308000, delta=96921000 ns, racy<=2500000000 ns 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.051390000, lastModified=2023-03-25 16:56:22.922250000, size=78, fileKey=(dev=200099,ino=101821566) 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.051229000, lastModified=2023-03-25 16:56:25.954308000, delta=96921000 ns, racy<=2500000000 ns 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.051523000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.051523000, lastModified=2023-03-25 16:56:25.954308000, delta=97215000 ns, racy<=2500000000 ns 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.051390000, lastModified=2023-03-25 16:56:22.922250000, delta=3129140000 ns, racy<=2500000000 ns 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:26.051 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.051728000, lastModified=2023-03-25 16:56:26.029309000, size=104, fileKey=(dev=200099,ino=101827201) 16:56:26.052 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 16:56:26.052 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-25 16:56:26.052394000, lastModified=2023-03-25 16:56:22.850248000, size=6, fileKey=(dev=200099,ino=111390806) 16:56:26.052 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.052394000, lastModified=2023-03-25 16:56:22.850248000, delta=3202146000 ns, racy<=3830000 ns 16:56:26.052 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.053 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.052394000, lastModified=2023-03-25 16:56:22.850248000, delta=3202146000 ns, racy<=3830000 ns 16:56:26.053 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.055 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.051523000, lastModified=2023-03-25 16:56:25.954308000, delta=97215000 ns, racy<=2500000000 ns 16:56:26.055 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.055 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.055 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.055587000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.055 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.055587000, lastModified=2023-03-25 16:56:25.954308000, delta=101279000 ns, racy<=2500000000 ns 16:56:26.055 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.055 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.055 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.039522000, lastModified=2023-03-25 16:56:22.922250000, delta=3117272000 ns, racy<=2500000000 ns 16:56:26.055 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:26.057 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 16:56:26.057 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-25 16:56:26.057664000, lastModified=2023-03-25 16:56:22.850248000, size=6, fileKey=(dev=200099,ino=111390806) 16:56:26.057 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.057664000, lastModified=2023-03-25 16:56:22.850248000, delta=3207416000 ns, racy<=3830000 ns 16:56:26.057 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.113 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.057664000, lastModified=2023-03-25 16:56:22.850248000, delta=3207416000 ns, racy<=3830000 ns 16:56:26.114 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.114 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.057664000, lastModified=2023-03-25 16:56:22.850248000, delta=3207416000 ns, racy<=3830000 ns 16:56:26.114 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.114 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.057664000, lastModified=2023-03-25 16:56:22.850248000, delta=3207416000 ns, racy<=3830000 ns 16:56:26.114 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.114 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.055587000, lastModified=2023-03-25 16:56:25.954308000, delta=101279000 ns, racy<=2500000000 ns 16:56:26.114 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.114 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.114 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.114904000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.114 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.114904000, lastModified=2023-03-25 16:56:25.954308000, delta=160596000 ns, racy<=2500000000 ns 16:56:26.115 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.115 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.115 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.039522000, lastModified=2023-03-25 16:56:22.922250000, delta=3117272000 ns, racy<=2500000000 ns 16:56:26.115 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:26.116 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.114904000, lastModified=2023-03-25 16:56:25.954308000, delta=160596000 ns, racy<=2500000000 ns 16:56:26.116 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.116 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.116 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.116620000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.116 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.116620000, lastModified=2023-03-25 16:56:25.954308000, delta=162312000 ns, racy<=2500000000 ns 16:56:26.116 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.116 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.116 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.039522000, lastModified=2023-03-25 16:56:22.922250000, delta=3117272000 ns, racy<=2500000000 ns 16:56:26.116 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:26.118 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.116620000, lastModified=2023-03-25 16:56:25.954308000, delta=162312000 ns, racy<=2500000000 ns 16:56:26.118 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.118 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.118 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.118727000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.118 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.118727000, lastModified=2023-03-25 16:56:25.954308000, delta=164419000 ns, racy<=2500000000 ns 16:56:26.118 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.118 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.118 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.039522000, lastModified=2023-03-25 16:56:22.922250000, delta=3117272000 ns, racy<=2500000000 ns 16:56:26.118 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.118727000, lastModified=2023-03-25 16:56:25.954308000, delta=164419000 ns, racy<=2500000000 ns 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.119191000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.119191000, lastModified=2023-03-25 16:56:25.954308000, delta=164883000 ns, racy<=2500000000 ns 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.039522000, lastModified=2023-03-25 16:56:22.922250000, delta=3117272000 ns, racy<=2500000000 ns 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.119191000, lastModified=2023-03-25 16:56:25.954308000, delta=164883000 ns, racy<=2500000000 ns 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.119429000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.119429000, lastModified=2023-03-25 16:56:25.954308000, delta=165121000 ns, racy<=2500000000 ns 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.039522000, lastModified=2023-03-25 16:56:22.922250000, delta=3117272000 ns, racy<=2500000000 ns 16:56:26.119 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:26.119 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:26.122 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.119429000, lastModified=2023-03-25 16:56:25.954308000, delta=165121000 ns, racy<=2500000000 ns 16:56:26.122 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.122 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.122 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.122563000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.122 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.122563000, lastModified=2023-03-25 16:56:25.954308000, delta=168255000 ns, racy<=2500000000 ns 16:56:26.122 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.122 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.122 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.039522000, lastModified=2023-03-25 16:56:22.922250000, delta=3117272000 ns, racy<=2500000000 ns 16:56:26.122 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:26.122 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.057664000, lastModified=2023-03-25 16:56:22.850248000, delta=3207416000 ns, racy<=3830000 ns 16:56:26.123 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.123 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:26.123 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:26.131 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:56:26.131 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:26.131 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:56:26.131 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:56:26.144 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:56:26.147 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:56:26.148 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:56:26.148 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:56:26.148 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:56:26.148 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:56:26.149 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:56:26.149 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:26.149 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:26.150 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:26.150 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:56:26.150 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:26.150 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:26.150 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:26.150 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:56:26.150 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision c7f8831859be8f6e61d8a407ed31c57fa2cce977 (timepoint 1679763386000) of /tmp/junit2321836960454229634 16:56:26.150 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:26.151 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.122563000, lastModified=2023-03-25 16:56:25.954308000, delta=168255000 ns, racy<=2500000000 ns 16:56:26.151 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.151 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.151 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.151539000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.151 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.151539000, lastModified=2023-03-25 16:56:25.954308000, delta=197231000 ns, racy<=2500000000 ns 16:56:26.151 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.151 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.151 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.039522000, lastModified=2023-03-25 16:56:22.922250000, delta=3117272000 ns, racy<=2500000000 ns 16:56:26.151 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/config, is unmodified 16:56:26.151 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.057664000, lastModified=2023-03-25 16:56:22.850248000, delta=3207416000 ns, racy<=3830000 ns 16:56:26.151 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit2321836960454229634/.git/objects/pack, is unmodified 16:56:26.152 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:26.152 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:26.157 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:56:26.157 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:26.158 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:56:26.158 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:56:26.158 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:26.158 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:56:26.158 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:26.220 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s63ms [pure insertion] marking any relevant derived attributes for update...16:56:26.220 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:26.220 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:26.220 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:26.220 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:26.220 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:26.220 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:26.220 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:26.220 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:26.221 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:26.221 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:56:26.221 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4c426e41c4e63cc80855eea1942e50d93e9c0900 (timepoint 1679763386002) of /tmp/junit2321836960454229634 16:56:26.221 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:26.221 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 179 ms 16:56:26.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:56:26.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit2321836960454229634:org.eclipse.hawk.git.JGitRepository:false 16:56:26.226 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:26.226 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:56:26.227 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:56:26.227 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10569189948434675052/test_defaultBranch[LevelDB GreyCat] 16:56:26.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:56:26.437 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:56:26.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:26.438 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:56:26.438 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:26.438 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:26.440 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:56:26.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:56:26.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:56:26.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:56:26.440 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:56:26.440 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:26.441 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:26.441 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:56:26.444 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:26.444 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:26.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:56:26.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:56:26.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:56:26.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:56:26.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:56:26.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:56:26.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:56:26.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:56:26.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:56:26.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:56:26.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:56:26.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:56:26.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:56:26.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:56:26.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:56:26.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:56:26.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:56:26.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:56:26.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:56:26.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:56:26.514 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:56:26.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:56:26.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:56:26.515 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:56:26.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:56:26.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:56:26.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:56:26.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:56:26.517 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:56:26.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:56:26.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:56:26.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:56:26.518 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:56:26.521 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:56:26.521 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:26.521 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:56:26.524 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:26.524 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:56:26.527 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:56:26.527 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:56:26.528 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:56:26.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:56:26.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:56:26.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:56:26.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:26.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:56:26.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:56:26.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:56:26.529 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:56:26.531 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:56:26.531 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:26.531 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:56:26.531 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:26.531 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:26.534 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:56:26.535 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:56:26.535 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:26.535 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.151539000, lastModified=2023-03-25 16:56:25.954308000, delta=197231000 ns, racy<=2500000000 ns 16:56:26.535 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.536 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.536021000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.536021000, lastModified=2023-03-25 16:56:25.954308000, delta=581713000 ns, racy<=2500000000 ns 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.536021000, lastModified=2023-03-25 16:56:25.954308000, delta=581713000 ns, racy<=2500000000 ns 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.536 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.536234000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.536234000, lastModified=2023-03-25 16:56:25.954308000, delta=581926000 ns, racy<=2500000000 ns 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.536234000, lastModified=2023-03-25 16:56:25.954308000, delta=581926000 ns, racy<=2500000000 ns 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.536 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.536474000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.536474000, lastModified=2023-03-25 16:56:25.954308000, delta=582166000 ns, racy<=2500000000 ns 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.536350000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386536350000 ns, racy<=2500000000 ns 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is unmodified 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.536474000, lastModified=2023-03-25 16:56:25.954308000, delta=582166000 ns, racy<=2500000000 ns 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.536 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.536727000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.536727000, lastModified=2023-03-25 16:56:25.954308000, delta=582419000 ns, racy<=2500000000 ns 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.536350000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386536350000 ns, racy<=2500000000 ns 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is unmodified 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.536727000, lastModified=2023-03-25 16:56:25.954308000, delta=582419000 ns, racy<=2500000000 ns 16:56:26.536 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.536 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.536996000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.536996000, lastModified=2023-03-25 16:56:25.954308000, delta=582688000 ns, racy<=2500000000 ns 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.536350000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386536350000 ns, racy<=2500000000 ns 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is unmodified 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.536996000, lastModified=2023-03-25 16:56:25.954308000, delta=582688000 ns, racy<=2500000000 ns 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.537 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.537469000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.537469000, lastModified=2023-03-25 16:56:25.954308000, delta=583161000 ns, racy<=2500000000 ns 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.536350000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386536350000 ns, racy<=2500000000 ns 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is unmodified 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.537469000, lastModified=2023-03-25 16:56:25.954308000, delta=583161000 ns, racy<=2500000000 ns 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.537 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.537744000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.537744000, lastModified=2023-03-25 16:56:25.954308000, delta=583436000 ns, racy<=2500000000 ns 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.536350000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386536350000 ns, racy<=2500000000 ns 16:56:26.537 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is unmodified 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.537744000, lastModified=2023-03-25 16:56:25.954308000, delta=583436000 ns, racy<=2500000000 ns 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.538 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.538058000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.538058000, lastModified=2023-03-25 16:56:25.954308000, delta=583750000 ns, racy<=2500000000 ns 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.536350000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386536350000 ns, racy<=2500000000 ns 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is unmodified 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.538058000, lastModified=2023-03-25 16:56:25.954308000, delta=583750000 ns, racy<=2500000000 ns 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.538 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.538507000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.538507000, lastModified=2023-03-25 16:56:25.954308000, delta=584199000 ns, racy<=2500000000 ns 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.536350000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386536350000 ns, racy<=2500000000 ns 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is unmodified 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.538507000, lastModified=2023-03-25 16:56:25.954308000, delta=584199000 ns, racy<=2500000000 ns 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.538 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.538785000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.538785000, lastModified=2023-03-25 16:56:25.954308000, delta=584477000 ns, racy<=2500000000 ns 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.536350000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386536350000 ns, racy<=2500000000 ns 16:56:26.538 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is unmodified 16:56:26.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.538785000, lastModified=2023-03-25 16:56:25.954308000, delta=584477000 ns, racy<=2500000000 ns 16:56:26.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.539 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.539066000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.539066000, lastModified=2023-03-25 16:56:25.954308000, delta=584758000 ns, racy<=2500000000 ns 16:56:26.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=false, read=2023-03-25 16:56:26.536350000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386536350000 ns, racy<=2500000000 ns 16:56:26.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is unmodified 16:56:26.539 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.539308000, lastModified=2023-03-25 16:56:26.538319000, size=23, fileKey=(dev=200099,ino=128283424) 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.540034000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.540434000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.539066000, lastModified=2023-03-25 16:56:25.954308000, delta=584758000 ns, racy<=2500000000 ns 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.540 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.540554000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.540554000, lastModified=2023-03-25 16:56:25.954308000, delta=586246000 ns, racy<=2500000000 ns 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.540678000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.540554000, lastModified=2023-03-25 16:56:25.954308000, delta=586246000 ns, racy<=2500000000 ns 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.540 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.540802000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.540802000, lastModified=2023-03-25 16:56:25.954308000, delta=586494000 ns, racy<=2500000000 ns 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.540678000, lastModified=2023-03-25 16:56:26.539319000, delta=1359000 ns, racy<=2500000000 ns 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.540 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.540985000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.540985000, lastModified=2023-03-25 16:56:26.539319000, delta=1666000 ns, racy<=2500000000 ns 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.540802000, lastModified=2023-03-25 16:56:25.954308000, delta=586494000 ns, racy<=2500000000 ns 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.541 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.541225000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.541225000, lastModified=2023-03-25 16:56:25.954308000, delta=586917000 ns, racy<=2500000000 ns 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.540985000, lastModified=2023-03-25 16:56:26.539319000, delta=1666000 ns, racy<=2500000000 ns 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.541358000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.541358000, lastModified=2023-03-25 16:56:26.539319000, delta=2039000 ns, racy<=2500000000 ns 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.541225000, lastModified=2023-03-25 16:56:25.954308000, delta=586917000 ns, racy<=2500000000 ns 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.541 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.541519000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.541519000, lastModified=2023-03-25 16:56:25.954308000, delta=587211000 ns, racy<=2500000000 ns 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.541358000, lastModified=2023-03-25 16:56:26.539319000, delta=2039000 ns, racy<=2500000000 ns 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.541661000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.541661000, lastModified=2023-03-25 16:56:26.539319000, delta=2342000 ns, racy<=2500000000 ns 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.541519000, lastModified=2023-03-25 16:56:25.954308000, delta=587211000 ns, racy<=2500000000 ns 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.541 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.541777000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.541777000, lastModified=2023-03-25 16:56:25.954308000, delta=587469000 ns, racy<=2500000000 ns 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.541661000, lastModified=2023-03-25 16:56:26.539319000, delta=2342000 ns, racy<=2500000000 ns 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.541910000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.541 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.541910000, lastModified=2023-03-25 16:56:26.539319000, delta=2591000 ns, racy<=2500000000 ns 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.541777000, lastModified=2023-03-25 16:56:25.954308000, delta=587469000 ns, racy<=2500000000 ns 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.542 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.542118000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.542118000, lastModified=2023-03-25 16:56:25.954308000, delta=587810000 ns, racy<=2500000000 ns 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.541910000, lastModified=2023-03-25 16:56:26.539319000, delta=2591000 ns, racy<=2500000000 ns 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.542211000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.542211000, lastModified=2023-03-25 16:56:26.539319000, delta=2892000 ns, racy<=2500000000 ns 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.542118000, lastModified=2023-03-25 16:56:25.954308000, delta=587810000 ns, racy<=2500000000 ns 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.542 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.542350000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.542350000, lastModified=2023-03-25 16:56:25.954308000, delta=588042000 ns, racy<=2500000000 ns 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.542211000, lastModified=2023-03-25 16:56:26.539319000, delta=2892000 ns, racy<=2500000000 ns 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.542434000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.542434000, lastModified=2023-03-25 16:56:26.539319000, delta=3115000 ns, racy<=2500000000 ns 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, size=6, fileKey=(dev=200099,ino=137756307) 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.542 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.542350000, lastModified=2023-03-25 16:56:25.954308000, delta=588042000 ns, racy<=2500000000 ns 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.543 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.543755000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.543755000, lastModified=2023-03-25 16:56:25.954308000, delta=589447000 ns, racy<=2500000000 ns 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.542434000, lastModified=2023-03-25 16:56:26.539319000, delta=3115000 ns, racy<=2500000000 ns 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.543851000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.543851000, lastModified=2023-03-25 16:56:26.539319000, delta=4532000 ns, racy<=2500000000 ns 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.543947000, lastModified=2023-03-25 16:56:26.540319000, size=0, fileKey=(dev=200099,ino=128283428) 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.543755000, lastModified=2023-03-25 16:56:25.954308000, delta=589447000 ns, racy<=2500000000 ns 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.543 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.543 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.543987000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.543987000, lastModified=2023-03-25 16:56:25.954308000, delta=589679000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.543851000, lastModified=2023-03-25 16:56:26.539319000, delta=4532000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.544079000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.544079000, lastModified=2023-03-25 16:56:26.539319000, delta=4760000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.544159000, lastModified=2023-03-25 16:56:26.543319000, size=104, fileKey=(dev=200099,ino=128283428) 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.544199000, lastModified=2023-03-25 16:56:26.543319000, size=104, fileKey=(dev=200099,ino=128283428) 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.543987000, lastModified=2023-03-25 16:56:25.954308000, delta=589679000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.544 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.544301000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.544301000, lastModified=2023-03-25 16:56:25.954308000, delta=589993000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.544079000, lastModified=2023-03-25 16:56:26.539319000, delta=4760000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.544401000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.544401000, lastModified=2023-03-25 16:56:26.539319000, delta=5082000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.544301000, lastModified=2023-03-25 16:56:25.954308000, delta=589993000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.544 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.544547000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.544547000, lastModified=2023-03-25 16:56:25.954308000, delta=590239000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.544401000, lastModified=2023-03-25 16:56:26.539319000, delta=5082000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.544633000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.544633000, lastModified=2023-03-25 16:56:26.539319000, delta=5314000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.544547000, lastModified=2023-03-25 16:56:25.954308000, delta=590239000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.544 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.544740000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.544740000, lastModified=2023-03-25 16:56:25.954308000, delta=590432000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.544633000, lastModified=2023-03-25 16:56:26.539319000, delta=5314000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.544826000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.544826000, lastModified=2023-03-25 16:56:26.539319000, delta=5507000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.544740000, lastModified=2023-03-25 16:56:25.954308000, delta=590432000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.544 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.544920000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.544920000, lastModified=2023-03-25 16:56:25.954308000, delta=590612000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.544826000, lastModified=2023-03-25 16:56:26.539319000, delta=5507000 ns, racy<=2500000000 ns 16:56:26.544 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.545002000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.545002000, lastModified=2023-03-25 16:56:26.539319000, delta=5683000 ns, racy<=2500000000 ns 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, create new FileSnapshot: lastRead=2023-03-25 16:56:26.545077000, lastModified=2023-03-25 16:56:26.538319000, size=23, fileKey=(dev=200099,ino=128283424) 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.544920000, lastModified=2023-03-25 16:56:25.954308000, delta=590612000 ns, racy<=2500000000 ns 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.545 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.545244000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.545244000, lastModified=2023-03-25 16:56:25.954308000, delta=590936000 ns, racy<=2500000000 ns 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.545002000, lastModified=2023-03-25 16:56:26.539319000, delta=5683000 ns, racy<=2500000000 ns 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.545333000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.545333000, lastModified=2023-03-25 16:56:26.539319000, delta=6014000 ns, racy<=2500000000 ns 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.545077000, lastModified=2023-03-25 16:56:26.538319000, delta=6758000 ns, racy<=3830000 ns 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, is unmodified 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.545244000, lastModified=2023-03-25 16:56:25.954308000, delta=590936000 ns, racy<=2500000000 ns 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.545 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.545815000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.545815000, lastModified=2023-03-25 16:56:25.954308000, delta=591507000 ns, racy<=2500000000 ns 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.545333000, lastModified=2023-03-25 16:56:26.539319000, delta=6014000 ns, racy<=2500000000 ns 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.545948000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.545 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.545948000, lastModified=2023-03-25 16:56:26.539319000, delta=6629000 ns, racy<=2500000000 ns 16:56:26.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.546128000, lastModified=2023-03-25 16:56:26.543319000, size=104, fileKey=(dev=200099,ino=128283428) 16:56:26.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.546169000, lastModified=2023-03-25 16:56:26.543319000, size=104, fileKey=(dev=200099,ino=128283428) 16:56:26.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.546 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.545815000, lastModified=2023-03-25 16:56:25.954308000, delta=591507000 ns, racy<=2500000000 ns 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.547 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.547444000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.547444000, lastModified=2023-03-25 16:56:25.954308000, delta=593136000 ns, racy<=2500000000 ns 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.545948000, lastModified=2023-03-25 16:56:26.539319000, delta=6629000 ns, racy<=2500000000 ns 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.547574000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.547574000, lastModified=2023-03-25 16:56:26.539319000, delta=8255000 ns, racy<=2500000000 ns 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.545077000, lastModified=2023-03-25 16:56:26.538319000, delta=6758000 ns, racy<=3830000 ns 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, is unmodified 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.547444000, lastModified=2023-03-25 16:56:25.954308000, delta=593136000 ns, racy<=2500000000 ns 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.547 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.547781000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.547781000, lastModified=2023-03-25 16:56:25.954308000, delta=593473000 ns, racy<=2500000000 ns 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.547574000, lastModified=2023-03-25 16:56:26.539319000, delta=8255000 ns, racy<=2500000000 ns 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.547897000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.547 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.547897000, lastModified=2023-03-25 16:56:26.539319000, delta=8578000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.547781000, lastModified=2023-03-25 16:56:25.954308000, delta=593473000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.548 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.548087000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.548087000, lastModified=2023-03-25 16:56:25.954308000, delta=593779000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.547897000, lastModified=2023-03-25 16:56:26.539319000, delta=8578000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.548200000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.548200000, lastModified=2023-03-25 16:56:26.539319000, delta=8881000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.548087000, lastModified=2023-03-25 16:56:25.954308000, delta=593779000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.548 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.548568000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.548568000, lastModified=2023-03-25 16:56:25.954308000, delta=594260000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.548200000, lastModified=2023-03-25 16:56:26.539319000, delta=8881000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.548658000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.548658000, lastModified=2023-03-25 16:56:26.539319000, delta=9339000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.548568000, lastModified=2023-03-25 16:56:25.954308000, delta=594260000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.548 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.548761000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.548761000, lastModified=2023-03-25 16:56:25.954308000, delta=594453000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.548658000, lastModified=2023-03-25 16:56:26.539319000, delta=9339000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.548847000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.548847000, lastModified=2023-03-25 16:56:26.539319000, delta=9528000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.548761000, lastModified=2023-03-25 16:56:25.954308000, delta=594453000 ns, racy<=2500000000 ns 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.548 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.548 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.548994000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.548994000, lastModified=2023-03-25 16:56:25.954308000, delta=594686000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.548847000, lastModified=2023-03-25 16:56:26.539319000, delta=9528000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.549086000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.549086000, lastModified=2023-03-25 16:56:26.539319000, delta=9767000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.548994000, lastModified=2023-03-25 16:56:25.954308000, delta=594686000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.549 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.549192000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.549192000, lastModified=2023-03-25 16:56:25.954308000, delta=594884000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.549086000, lastModified=2023-03-25 16:56:26.539319000, delta=9767000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.549293000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.549293000, lastModified=2023-03-25 16:56:26.539319000, delta=9974000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.549192000, lastModified=2023-03-25 16:56:25.954308000, delta=594884000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.549 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.549445000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.549445000, lastModified=2023-03-25 16:56:25.954308000, delta=595137000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.549293000, lastModified=2023-03-25 16:56:26.539319000, delta=9974000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.549536000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.549536000, lastModified=2023-03-25 16:56:26.539319000, delta=10217000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.549445000, lastModified=2023-03-25 16:56:25.954308000, delta=595137000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.549 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.549613000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.549613000, lastModified=2023-03-25 16:56:25.954308000, delta=595305000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.549536000, lastModified=2023-03-25 16:56:26.539319000, delta=10217000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.549722000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.549722000, lastModified=2023-03-25 16:56:26.539319000, delta=10403000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.549818000, lastModified=2023-03-25 16:56:26.547319000, size=41, fileKey=(dev=200099,ino=130317757) 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.549613000, lastModified=2023-03-25 16:56:25.954308000, delta=595305000 ns, racy<=2500000000 ns 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.549 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.549 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.549993000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.549993000, lastModified=2023-03-25 16:56:25.954308000, delta=595685000 ns, racy<=2500000000 ns 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.549722000, lastModified=2023-03-25 16:56:26.539319000, delta=10403000 ns, racy<=2500000000 ns 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.550098000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.550098000, lastModified=2023-03-25 16:56:26.539319000, delta=10779000 ns, racy<=2500000000 ns 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.549993000, lastModified=2023-03-25 16:56:25.954308000, delta=595685000 ns, racy<=2500000000 ns 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.550 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.550661000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.550661000, lastModified=2023-03-25 16:56:25.954308000, delta=596353000 ns, racy<=2500000000 ns 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.550098000, lastModified=2023-03-25 16:56:26.539319000, delta=10779000 ns, racy<=2500000000 ns 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.550771000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.550771000, lastModified=2023-03-25 16:56:26.539319000, delta=11452000 ns, racy<=2500000000 ns 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.550661000, lastModified=2023-03-25 16:56:25.954308000, delta=596353000 ns, racy<=2500000000 ns 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.550 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.550844000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.550844000, lastModified=2023-03-25 16:56:25.954308000, delta=596536000 ns, racy<=2500000000 ns 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.550771000, lastModified=2023-03-25 16:56:26.539319000, delta=11452000 ns, racy<=2500000000 ns 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.550 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.550969000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.550969000, lastModified=2023-03-25 16:56:26.539319000, delta=11650000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.550844000, lastModified=2023-03-25 16:56:25.954308000, delta=596536000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.551 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.551043000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.551043000, lastModified=2023-03-25 16:56:25.954308000, delta=596735000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.550969000, lastModified=2023-03-25 16:56:26.539319000, delta=11650000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.551143000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.551143000, lastModified=2023-03-25 16:56:26.539319000, delta=11824000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.551043000, lastModified=2023-03-25 16:56:25.954308000, delta=596735000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.551 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.551227000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.551227000, lastModified=2023-03-25 16:56:25.954308000, delta=596919000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.551143000, lastModified=2023-03-25 16:56:26.539319000, delta=11824000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.551310000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.551310000, lastModified=2023-03-25 16:56:26.539319000, delta=11991000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.551442000, lastModified=2023-03-25 16:56:26.543319000, size=104, fileKey=(dev=200099,ino=128283428) 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.551474000, lastModified=2023-03-25 16:56:26.543319000, size=104, fileKey=(dev=200099,ino=128283428) 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.551227000, lastModified=2023-03-25 16:56:25.954308000, delta=596919000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.551 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.551518000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.551518000, lastModified=2023-03-25 16:56:25.954308000, delta=597210000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.551310000, lastModified=2023-03-25 16:56:26.539319000, delta=11991000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.551601000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.551601000, lastModified=2023-03-25 16:56:26.539319000, delta=12282000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.551518000, lastModified=2023-03-25 16:56:25.954308000, delta=597210000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.551 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.551662000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.551662000, lastModified=2023-03-25 16:56:25.954308000, delta=597354000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.551601000, lastModified=2023-03-25 16:56:26.539319000, delta=12282000 ns, racy<=2500000000 ns 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.551769000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.551 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.551769000, lastModified=2023-03-25 16:56:26.539319000, delta=12450000 ns, racy<=2500000000 ns 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.551662000, lastModified=2023-03-25 16:56:25.954308000, delta=597354000 ns, racy<=2500000000 ns 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.552 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.552037000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.552037000, lastModified=2023-03-25 16:56:25.954308000, delta=597729000 ns, racy<=2500000000 ns 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.551769000, lastModified=2023-03-25 16:56:26.539319000, delta=12450000 ns, racy<=2500000000 ns 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.552153000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.552153000, lastModified=2023-03-25 16:56:26.539319000, delta=12834000 ns, racy<=2500000000 ns 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.552784000, lastModified=2023-03-25 16:56:26.550319000, size=0, fileKey=(dev=200099,ino=128283429) 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.552037000, lastModified=2023-03-25 16:56:25.954308000, delta=597729000 ns, racy<=2500000000 ns 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.552 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.552831000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.552831000, lastModified=2023-03-25 16:56:25.954308000, delta=598523000 ns, racy<=2500000000 ns 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.552153000, lastModified=2023-03-25 16:56:26.539319000, delta=12834000 ns, racy<=2500000000 ns 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.552957000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.552 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.552957000, lastModified=2023-03-25 16:56:26.539319000, delta=13638000 ns, racy<=2500000000 ns 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.553038000, lastModified=2023-03-25 16:56:26.552319000, size=104, fileKey=(dev=200099,ino=128283429) 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.553111000, lastModified=2023-03-25 16:56:26.552319000, size=104, fileKey=(dev=200099,ino=128283429) 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.552831000, lastModified=2023-03-25 16:56:25.954308000, delta=598523000 ns, racy<=2500000000 ns 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.553 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.553157000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.553157000, lastModified=2023-03-25 16:56:25.954308000, delta=598849000 ns, racy<=2500000000 ns 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.552957000, lastModified=2023-03-25 16:56:26.539319000, delta=13638000 ns, racy<=2500000000 ns 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.553245000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.553245000, lastModified=2023-03-25 16:56:26.539319000, delta=13926000 ns, racy<=2500000000 ns 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.545077000, lastModified=2023-03-25 16:56:26.538319000, delta=6758000 ns, racy<=3830000 ns 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, is unmodified 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, isRacyClean=true, read=2023-03-25 16:56:26.549818000, lastModified=2023-03-25 16:56:26.547319000, delta=2499000 ns, racy<=3830000 ns 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, is racily clean 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-03-25 16:56:26.553664000, lastModified=2023-03-25 16:56:26.547319000, size=41, fileKey=(dev=200099,ino=130317757) 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, isRacyClean=false, read=2023-03-25 16:56:26.553664000, lastModified=2023-03-25 16:56:26.547319000, delta=6345000 ns, racy<=3830000 ns 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.553157000, lastModified=2023-03-25 16:56:25.954308000, delta=598849000 ns, racy<=2500000000 ns 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.553 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.553765000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.553765000, lastModified=2023-03-25 16:56:25.954308000, delta=599457000 ns, racy<=2500000000 ns 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.553245000, lastModified=2023-03-25 16:56:26.539319000, delta=13926000 ns, racy<=2500000000 ns 16:56:26.553 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.553857000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.613 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.553857000, lastModified=2023-03-25 16:56:26.539319000, delta=14538000 ns, racy<=2500000000 ns 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.545077000, lastModified=2023-03-25 16:56:26.538319000, delta=6758000 ns, racy<=3830000 ns 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, is unmodified 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.553765000, lastModified=2023-03-25 16:56:25.954308000, delta=599457000 ns, racy<=2500000000 ns 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.614 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.614453000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.614453000, lastModified=2023-03-25 16:56:25.954308000, delta=660145000 ns, racy<=2500000000 ns 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.553857000, lastModified=2023-03-25 16:56:26.539319000, delta=14538000 ns, racy<=2500000000 ns 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.614608000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.614608000, lastModified=2023-03-25 16:56:26.539319000, delta=75289000 ns, racy<=2500000000 ns 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.614778000, lastModified=2023-03-25 16:56:26.552319000, size=104, fileKey=(dev=200099,ino=128283429) 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.614810000, lastModified=2023-03-25 16:56:26.552319000, size=104, fileKey=(dev=200099,ino=128283429) 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.614 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.615 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.614453000, lastModified=2023-03-25 16:56:25.954308000, delta=660145000 ns, racy<=2500000000 ns 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.616 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.616492000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.616492000, lastModified=2023-03-25 16:56:25.954308000, delta=662184000 ns, racy<=2500000000 ns 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.614608000, lastModified=2023-03-25 16:56:26.539319000, delta=75289000 ns, racy<=2500000000 ns 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.616614000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.616614000, lastModified=2023-03-25 16:56:26.539319000, delta=77295000 ns, racy<=2500000000 ns 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.545077000, lastModified=2023-03-25 16:56:26.538319000, delta=6758000 ns, racy<=3830000 ns 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, is unmodified 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.616492000, lastModified=2023-03-25 16:56:25.954308000, delta=662184000 ns, racy<=2500000000 ns 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.616 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.616891000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.616891000, lastModified=2023-03-25 16:56:25.954308000, delta=662583000 ns, racy<=2500000000 ns 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.616614000, lastModified=2023-03-25 16:56:26.539319000, delta=77295000 ns, racy<=2500000000 ns 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.616 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.616990000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.616990000, lastModified=2023-03-25 16:56:26.539319000, delta=77671000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.616891000, lastModified=2023-03-25 16:56:25.954308000, delta=662583000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.617 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.617235000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.617235000, lastModified=2023-03-25 16:56:25.954308000, delta=662927000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.616990000, lastModified=2023-03-25 16:56:26.539319000, delta=77671000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.617328000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.617328000, lastModified=2023-03-25 16:56:26.539319000, delta=78009000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.617235000, lastModified=2023-03-25 16:56:25.954308000, delta=662927000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.617 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.617437000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.617437000, lastModified=2023-03-25 16:56:25.954308000, delta=663129000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.617328000, lastModified=2023-03-25 16:56:26.539319000, delta=78009000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.617533000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.617533000, lastModified=2023-03-25 16:56:26.539319000, delta=78214000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.617437000, lastModified=2023-03-25 16:56:25.954308000, delta=663129000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.617 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.617693000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.617693000, lastModified=2023-03-25 16:56:25.954308000, delta=663385000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.617533000, lastModified=2023-03-25 16:56:26.539319000, delta=78214000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.617821000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.617821000, lastModified=2023-03-25 16:56:26.539319000, delta=78502000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.617693000, lastModified=2023-03-25 16:56:25.954308000, delta=663385000 ns, racy<=2500000000 ns 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.617 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.617927000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.617 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.617927000, lastModified=2023-03-25 16:56:25.954308000, delta=663619000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.617821000, lastModified=2023-03-25 16:56:26.539319000, delta=78502000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.618052000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.618052000, lastModified=2023-03-25 16:56:26.539319000, delta=78733000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.617927000, lastModified=2023-03-25 16:56:25.954308000, delta=663619000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.618 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.618174000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.618174000, lastModified=2023-03-25 16:56:25.954308000, delta=663866000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.618052000, lastModified=2023-03-25 16:56:26.539319000, delta=78733000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.618309000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.618309000, lastModified=2023-03-25 16:56:26.539319000, delta=78990000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.618174000, lastModified=2023-03-25 16:56:25.954308000, delta=663866000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.618 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.618426000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.618426000, lastModified=2023-03-25 16:56:25.954308000, delta=664118000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.618309000, lastModified=2023-03-25 16:56:26.539319000, delta=78990000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.618596000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.618596000, lastModified=2023-03-25 16:56:26.539319000, delta=79277000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.618687000, lastModified=2023-03-25 16:56:26.616320000, size=41, fileKey=(dev=200099,ino=130317758) 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.618426000, lastModified=2023-03-25 16:56:25.954308000, delta=664118000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.618 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.618883000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.618883000, lastModified=2023-03-25 16:56:25.954308000, delta=664575000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.618 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.619 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.618596000, lastModified=2023-03-25 16:56:26.539319000, delta=79277000 ns, racy<=2500000000 ns 16:56:26.619 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.619 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.619026000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.619 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.619026000, lastModified=2023-03-25 16:56:26.539319000, delta=79707000 ns, racy<=2500000000 ns 16:56:26.621 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.618883000, lastModified=2023-03-25 16:56:25.954308000, delta=664575000 ns, racy<=2500000000 ns 16:56:26.621 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.621 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.621 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.621670000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.621 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.621670000, lastModified=2023-03-25 16:56:25.954308000, delta=667362000 ns, racy<=2500000000 ns 16:56:26.621 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.621 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.621 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.619026000, lastModified=2023-03-25 16:56:26.539319000, delta=79707000 ns, racy<=2500000000 ns 16:56:26.621 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.621 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.621808000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.621 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.621808000, lastModified=2023-03-25 16:56:26.539319000, delta=82489000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.621670000, lastModified=2023-03-25 16:56:25.954308000, delta=667362000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.622 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.622216000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.622216000, lastModified=2023-03-25 16:56:25.954308000, delta=667908000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.621808000, lastModified=2023-03-25 16:56:26.539319000, delta=82489000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.622341000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.622341000, lastModified=2023-03-25 16:56:26.539319000, delta=83022000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.545077000, lastModified=2023-03-25 16:56:26.538319000, delta=6758000 ns, racy<=3830000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, is unmodified 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, isRacyClean=true, read=2023-03-25 16:56:26.618687000, lastModified=2023-03-25 16:56:26.616320000, delta=2367000 ns, racy<=3830000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, is racily clean 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-03-25 16:56:26.622464000, lastModified=2023-03-25 16:56:26.616320000, size=41, fileKey=(dev=200099,ino=130317758) 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, isRacyClean=false, read=2023-03-25 16:56:26.622464000, lastModified=2023-03-25 16:56:26.616320000, delta=6144000 ns, racy<=3830000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.622216000, lastModified=2023-03-25 16:56:25.954308000, delta=667908000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.622 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.622537000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.622537000, lastModified=2023-03-25 16:56:25.954308000, delta=668229000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.622341000, lastModified=2023-03-25 16:56:26.539319000, delta=83022000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.622623000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.622623000, lastModified=2023-03-25 16:56:26.539319000, delta=83304000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.545077000, lastModified=2023-03-25 16:56:26.538319000, delta=6758000 ns, racy<=3830000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, is unmodified 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.622537000, lastModified=2023-03-25 16:56:25.954308000, delta=668229000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.622 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.622774000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.622774000, lastModified=2023-03-25 16:56:25.954308000, delta=668466000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.622623000, lastModified=2023-03-25 16:56:26.539319000, delta=83304000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.622871000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.622871000, lastModified=2023-03-25 16:56:26.539319000, delta=83552000 ns, racy<=2500000000 ns 16:56:26.622 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.545077000, lastModified=2023-03-25 16:56:26.538319000, delta=6758000 ns, racy<=3830000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, is unmodified 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.622774000, lastModified=2023-03-25 16:56:25.954308000, delta=668466000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.623 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.623047000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.623047000, lastModified=2023-03-25 16:56:25.954308000, delta=668739000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.622871000, lastModified=2023-03-25 16:56:26.539319000, delta=83552000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.623137000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.623137000, lastModified=2023-03-25 16:56:26.539319000, delta=83818000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.545077000, lastModified=2023-03-25 16:56:26.538319000, delta=6758000 ns, racy<=3830000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, is unmodified 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.623047000, lastModified=2023-03-25 16:56:25.954308000, delta=668739000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.623 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.623374000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.623374000, lastModified=2023-03-25 16:56:25.954308000, delta=669066000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.623137000, lastModified=2023-03-25 16:56:26.539319000, delta=83818000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.623492000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.623492000, lastModified=2023-03-25 16:56:26.539319000, delta=84173000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.623374000, lastModified=2023-03-25 16:56:25.954308000, delta=669066000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.623 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.623690000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.623690000, lastModified=2023-03-25 16:56:25.954308000, delta=669382000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.623492000, lastModified=2023-03-25 16:56:26.539319000, delta=84173000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.623796000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.623796000, lastModified=2023-03-25 16:56:26.539319000, delta=84477000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads, create new FileSnapshot: lastRead=2023-03-25 16:56:26.623884000, lastModified=2023-03-25 16:56:26.617320000, size=20, fileKey=(dev=200099,ino=130317756) 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.623690000, lastModified=2023-03-25 16:56:25.954308000, delta=669382000 ns, racy<=2500000000 ns 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.623 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.623963000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.623 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.623963000, lastModified=2023-03-25 16:56:25.954308000, delta=669655000 ns, racy<=2500000000 ns 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.623796000, lastModified=2023-03-25 16:56:26.539319000, delta=84477000 ns, racy<=2500000000 ns 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.624052000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.624052000, lastModified=2023-03-25 16:56:26.539319000, delta=84733000 ns, racy<=2500000000 ns 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs, create new FileSnapshot: lastRead=2023-03-25 16:56:26.624119000, lastModified=2023-03-25 16:56:26.536319000, size=31, fileKey=(dev=200099,ino=129610973) 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.623963000, lastModified=2023-03-25 16:56:25.954308000, delta=669655000 ns, racy<=2500000000 ns 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.624 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.624224000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.624224000, lastModified=2023-03-25 16:56:25.954308000, delta=669916000 ns, racy<=2500000000 ns 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.624052000, lastModified=2023-03-25 16:56:26.539319000, delta=84733000 ns, racy<=2500000000 ns 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.624311000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.624311000, lastModified=2023-03-25 16:56:26.539319000, delta=84992000 ns, racy<=2500000000 ns 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.624224000, lastModified=2023-03-25 16:56:25.954308000, delta=669916000 ns, racy<=2500000000 ns 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.624 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.624501000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.624501000, lastModified=2023-03-25 16:56:25.954308000, delta=670193000 ns, racy<=2500000000 ns 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.624311000, lastModified=2023-03-25 16:56:26.539319000, delta=84992000 ns, racy<=2500000000 ns 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.624590000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.624590000, lastModified=2023-03-25 16:56:26.539319000, delta=85271000 ns, racy<=2500000000 ns 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.624501000, lastModified=2023-03-25 16:56:25.954308000, delta=670193000 ns, racy<=2500000000 ns 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.624 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.624 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.624970000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.624970000, lastModified=2023-03-25 16:56:25.954308000, delta=670662000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.624590000, lastModified=2023-03-25 16:56:26.539319000, delta=85271000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.625065000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.625065000, lastModified=2023-03-25 16:56:26.539319000, delta=85746000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.624970000, lastModified=2023-03-25 16:56:25.954308000, delta=670662000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.625 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.625176000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.625176000, lastModified=2023-03-25 16:56:25.954308000, delta=670868000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.625065000, lastModified=2023-03-25 16:56:26.539319000, delta=85746000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.625263000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.625263000, lastModified=2023-03-25 16:56:26.539319000, delta=85944000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.625176000, lastModified=2023-03-25 16:56:25.954308000, delta=670868000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.625 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.625369000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.625369000, lastModified=2023-03-25 16:56:25.954308000, delta=671061000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.625263000, lastModified=2023-03-25 16:56:26.539319000, delta=85944000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.625462000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.625462000, lastModified=2023-03-25 16:56:26.539319000, delta=86143000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.625369000, lastModified=2023-03-25 16:56:25.954308000, delta=671061000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.625 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.625574000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.625574000, lastModified=2023-03-25 16:56:25.954308000, delta=671266000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.625462000, lastModified=2023-03-25 16:56:26.539319000, delta=86143000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.625661000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.625661000, lastModified=2023-03-25 16:56:26.539319000, delta=86342000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.625766000, lastModified=2023-03-25 16:56:26.624320000, size=41, fileKey=(dev=200099,ino=130317759) 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.625574000, lastModified=2023-03-25 16:56:25.954308000, delta=671266000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.625 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.625891000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.625891000, lastModified=2023-03-25 16:56:25.954308000, delta=671583000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.625661000, lastModified=2023-03-25 16:56:26.539319000, delta=86342000 ns, racy<=2500000000 ns 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.625 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.625985000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.625985000, lastModified=2023-03-25 16:56:26.539319000, delta=86666000 ns, racy<=2500000000 ns 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 16:56:26.625766000, lastModified=2023-03-25 16:56:26.624320000, delta=1446000 ns, racy<=3830000 ns 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, is racily clean 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-25 16:56:26.626245000, lastModified=2023-03-25 16:56:26.624320000, size=41, fileKey=(dev=200099,ino=130317759) 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 16:56:26.626245000, lastModified=2023-03-25 16:56:26.624320000, delta=1925000 ns, racy<=3830000 ns 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.625891000, lastModified=2023-03-25 16:56:25.954308000, delta=671583000 ns, racy<=2500000000 ns 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.626 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.626330000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.626330000, lastModified=2023-03-25 16:56:25.954308000, delta=672022000 ns, racy<=2500000000 ns 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.625985000, lastModified=2023-03-25 16:56:26.539319000, delta=86666000 ns, racy<=2500000000 ns 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.626430000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.626430000, lastModified=2023-03-25 16:56:26.539319000, delta=87111000 ns, racy<=2500000000 ns 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.545077000, lastModified=2023-03-25 16:56:26.538319000, delta=6758000 ns, racy<=3830000 ns 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, is unmodified 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.626330000, lastModified=2023-03-25 16:56:25.954308000, delta=672022000 ns, racy<=2500000000 ns 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.626 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.626644000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.626644000, lastModified=2023-03-25 16:56:25.954308000, delta=672336000 ns, racy<=2500000000 ns 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.626430000, lastModified=2023-03-25 16:56:26.539319000, delta=87111000 ns, racy<=2500000000 ns 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.626751000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.626751000, lastModified=2023-03-25 16:56:26.539319000, delta=87432000 ns, racy<=2500000000 ns 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 16:56:26.626245000, lastModified=2023-03-25 16:56:26.624320000, delta=1925000 ns, racy<=3830000 ns 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, is racily clean 16:56:26.626 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-25 16:56:26.626980000, lastModified=2023-03-25 16:56:26.624320000, size=41, fileKey=(dev=200099,ino=130317759) 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 16:56:26.626980000, lastModified=2023-03-25 16:56:26.624320000, delta=2660000 ns, racy<=3830000 ns 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.626644000, lastModified=2023-03-25 16:56:25.954308000, delta=672336000 ns, racy<=2500000000 ns 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.627 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.627051000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.627051000, lastModified=2023-03-25 16:56:25.954308000, delta=672743000 ns, racy<=2500000000 ns 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.626751000, lastModified=2023-03-25 16:56:26.539319000, delta=87432000 ns, racy<=2500000000 ns 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.627136000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.627136000, lastModified=2023-03-25 16:56:26.539319000, delta=87817000 ns, racy<=2500000000 ns 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 16:56:26.626980000, lastModified=2023-03-25 16:56:26.624320000, delta=2660000 ns, racy<=3830000 ns 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, is racily clean 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-25 16:56:26.627335000, lastModified=2023-03-25 16:56:26.624320000, size=41, fileKey=(dev=200099,ino=130317759) 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 16:56:26.627335000, lastModified=2023-03-25 16:56:26.624320000, delta=3015000 ns, racy<=3830000 ns 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.627590000, lastModified=2023-03-25 16:56:26.552319000, size=104, fileKey=(dev=200099,ino=128283429) 16:56:26.627 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.627624000, lastModified=2023-03-25 16:56:26.552319000, size=104, fileKey=(dev=200099,ino=128283429) 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.627051000, lastModified=2023-03-25 16:56:25.954308000, delta=672743000 ns, racy<=2500000000 ns 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.629 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.629165000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.629165000, lastModified=2023-03-25 16:56:25.954308000, delta=674857000 ns, racy<=2500000000 ns 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.627136000, lastModified=2023-03-25 16:56:26.539319000, delta=87817000 ns, racy<=2500000000 ns 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.629318000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.629318000, lastModified=2023-03-25 16:56:26.539319000, delta=89999000 ns, racy<=2500000000 ns 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.629165000, lastModified=2023-03-25 16:56:25.954308000, delta=674857000 ns, racy<=2500000000 ns 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.629 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.629390000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.629390000, lastModified=2023-03-25 16:56:25.954308000, delta=675082000 ns, racy<=2500000000 ns 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.629318000, lastModified=2023-03-25 16:56:26.539319000, delta=89999000 ns, racy<=2500000000 ns 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.629479000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.629479000, lastModified=2023-03-25 16:56:26.539319000, delta=90160000 ns, racy<=2500000000 ns 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.629390000, lastModified=2023-03-25 16:56:25.954308000, delta=675082000 ns, racy<=2500000000 ns 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.629 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.629681000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.629681000, lastModified=2023-03-25 16:56:25.954308000, delta=675373000 ns, racy<=2500000000 ns 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.629479000, lastModified=2023-03-25 16:56:26.539319000, delta=90160000 ns, racy<=2500000000 ns 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.629773000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.629 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.629773000, lastModified=2023-03-25 16:56:26.539319000, delta=90454000 ns, racy<=2500000000 ns 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.630341000, lastModified=2023-03-25 16:56:26.626320000, size=0, fileKey=(dev=200099,ino=128283428) 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.629681000, lastModified=2023-03-25 16:56:25.954308000, delta=675373000 ns, racy<=2500000000 ns 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.630 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.630435000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.630435000, lastModified=2023-03-25 16:56:25.954308000, delta=676127000 ns, racy<=2500000000 ns 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.629773000, lastModified=2023-03-25 16:56:26.539319000, delta=90454000 ns, racy<=2500000000 ns 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.630542000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.630542000, lastModified=2023-03-25 16:56:26.539319000, delta=91223000 ns, racy<=2500000000 ns 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.630636000, lastModified=2023-03-25 16:56:26.629320000, size=104, fileKey=(dev=200099,ino=128283428) 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.630435000, lastModified=2023-03-25 16:56:25.954308000, delta=676127000 ns, racy<=2500000000 ns 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.630 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.630778000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.630778000, lastModified=2023-03-25 16:56:25.954308000, delta=676470000 ns, racy<=2500000000 ns 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.630542000, lastModified=2023-03-25 16:56:26.539319000, delta=91223000 ns, racy<=2500000000 ns 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.630907000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.630 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.630907000, lastModified=2023-03-25 16:56:26.539319000, delta=91588000 ns, racy<=2500000000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 16:56:26.627335000, lastModified=2023-03-25 16:56:26.624320000, delta=3015000 ns, racy<=3830000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, is racily clean 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-25 16:56:26.631179000, lastModified=2023-03-25 16:56:26.624320000, size=41, fileKey=(dev=200099,ino=130317759) 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-03-25 16:56:26.631179000, lastModified=2023-03-25 16:56:26.624320000, delta=6859000 ns, racy<=3830000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.630778000, lastModified=2023-03-25 16:56:25.954308000, delta=676470000 ns, racy<=2500000000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.631 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.631255000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.631255000, lastModified=2023-03-25 16:56:25.954308000, delta=676947000 ns, racy<=2500000000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.630907000, lastModified=2023-03-25 16:56:26.539319000, delta=91588000 ns, racy<=2500000000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.631370000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.631370000, lastModified=2023-03-25 16:56:26.539319000, delta=92051000 ns, racy<=2500000000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.545077000, lastModified=2023-03-25 16:56:26.538319000, delta=6758000 ns, racy<=3830000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, is unmodified 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.631255000, lastModified=2023-03-25 16:56:25.954308000, delta=676947000 ns, racy<=2500000000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.631 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.631513000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.631513000, lastModified=2023-03-25 16:56:25.954308000, delta=677205000 ns, racy<=2500000000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.631370000, lastModified=2023-03-25 16:56:26.539319000, delta=92051000 ns, racy<=2500000000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.631596000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.631596000, lastModified=2023-03-25 16:56:26.539319000, delta=92277000 ns, racy<=2500000000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.631513000, lastModified=2023-03-25 16:56:25.954308000, delta=677205000 ns, racy<=2500000000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.631 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.631813000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.631813000, lastModified=2023-03-25 16:56:25.954308000, delta=677505000 ns, racy<=2500000000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.631596000, lastModified=2023-03-25 16:56:26.539319000, delta=92277000 ns, racy<=2500000000 ns 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.631924000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.631 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.631924000, lastModified=2023-03-25 16:56:26.539319000, delta=92605000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.545077000, lastModified=2023-03-25 16:56:26.538319000, delta=6758000 ns, racy<=3830000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, is unmodified 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.631813000, lastModified=2023-03-25 16:56:25.954308000, delta=677505000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.632 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.632053000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.632053000, lastModified=2023-03-25 16:56:25.954308000, delta=677745000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.631924000, lastModified=2023-03-25 16:56:26.539319000, delta=92605000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.632160000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.632160000, lastModified=2023-03-25 16:56:26.539319000, delta=92841000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, isRacyClean=false, read=2023-03-25 16:56:26.545077000, lastModified=2023-03-25 16:56:26.538319000, delta=6758000 ns, racy<=3830000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, is unmodified 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.632053000, lastModified=2023-03-25 16:56:25.954308000, delta=677745000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.632 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.632298000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.632298000, lastModified=2023-03-25 16:56:25.954308000, delta=677990000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.632160000, lastModified=2023-03-25 16:56:26.539319000, delta=92841000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.632382000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.632382000, lastModified=2023-03-25 16:56:26.539319000, delta=93063000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, cannot be racily clean 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.632298000, lastModified=2023-03-25 16:56:25.954308000, delta=677990000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.632 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.632484000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.632484000, lastModified=2023-03-25 16:56:25.954308000, delta=678176000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.632382000, lastModified=2023-03-25 16:56:26.539319000, delta=93063000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.632565000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.632565000, lastModified=2023-03-25 16:56:26.539319000, delta=93246000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.632484000, lastModified=2023-03-25 16:56:25.954308000, delta=678176000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.632 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.632678000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.632678000, lastModified=2023-03-25 16:56:25.954308000, delta=678370000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.632565000, lastModified=2023-03-25 16:56:26.539319000, delta=93246000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.632788000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.632788000, lastModified=2023-03-25 16:56:26.539319000, delta=93469000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.632678000, lastModified=2023-03-25 16:56:25.954308000, delta=678370000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.632 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.632940000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.632940000, lastModified=2023-03-25 16:56:25.954308000, delta=678632000 ns, racy<=2500000000 ns 16:56:26.632 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.632788000, lastModified=2023-03-25 16:56:26.539319000, delta=93469000 ns, racy<=2500000000 ns 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.633028000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.633028000, lastModified=2023-03-25 16:56:26.539319000, delta=93709000 ns, racy<=2500000000 ns 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.632940000, lastModified=2023-03-25 16:56:25.954308000, delta=678632000 ns, racy<=2500000000 ns 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.633 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.633331000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.633331000, lastModified=2023-03-25 16:56:25.954308000, delta=679023000 ns, racy<=2500000000 ns 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.633028000, lastModified=2023-03-25 16:56:26.539319000, delta=93709000 ns, racy<=2500000000 ns 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.633434000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.633434000, lastModified=2023-03-25 16:56:26.539319000, delta=94115000 ns, racy<=2500000000 ns 16:56:26.633 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.633500000, lastModified=2023-03-25 16:56:26.631320000, size=26, fileKey=(dev=200099,ino=128283430) 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.633331000, lastModified=2023-03-25 16:56:25.954308000, delta=679023000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.634 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.634276000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.634276000, lastModified=2023-03-25 16:56:25.954308000, delta=679968000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.633434000, lastModified=2023-03-25 16:56:26.539319000, delta=94115000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.634399000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.634399000, lastModified=2023-03-25 16:56:26.539319000, delta=95080000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.634276000, lastModified=2023-03-25 16:56:25.954308000, delta=679968000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.634 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.634498000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.634498000, lastModified=2023-03-25 16:56:25.954308000, delta=680190000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.634399000, lastModified=2023-03-25 16:56:26.539319000, delta=95080000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.634583000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.634583000, lastModified=2023-03-25 16:56:26.539319000, delta=95264000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.634498000, lastModified=2023-03-25 16:56:25.954308000, delta=680190000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.634 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.634674000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.634674000, lastModified=2023-03-25 16:56:25.954308000, delta=680366000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.634583000, lastModified=2023-03-25 16:56:26.539319000, delta=95264000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.634757000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.634757000, lastModified=2023-03-25 16:56:26.539319000, delta=95438000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.634674000, lastModified=2023-03-25 16:56:25.954308000, delta=680366000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.634 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.634845000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.634845000, lastModified=2023-03-25 16:56:25.954308000, delta=680537000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.634757000, lastModified=2023-03-25 16:56:26.539319000, delta=95438000 ns, racy<=2500000000 ns 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.634946000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.634 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.634946000, lastModified=2023-03-25 16:56:26.539319000, delta=95627000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.635091000, lastModified=2023-03-25 16:56:26.629320000, size=104, fileKey=(dev=200099,ino=128283428) 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.635133000, lastModified=2023-03-25 16:56:26.629320000, size=104, fileKey=(dev=200099,ino=128283428) 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.634845000, lastModified=2023-03-25 16:56:25.954308000, delta=680537000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.635 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.635207000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.635207000, lastModified=2023-03-25 16:56:25.954308000, delta=680899000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.634946000, lastModified=2023-03-25 16:56:26.539319000, delta=95627000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.635306000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.635306000, lastModified=2023-03-25 16:56:26.539319000, delta=95987000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.635207000, lastModified=2023-03-25 16:56:25.954308000, delta=680899000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.635 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.635372000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.635372000, lastModified=2023-03-25 16:56:25.954308000, delta=681064000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.635306000, lastModified=2023-03-25 16:56:26.539319000, delta=95987000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.635465000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.635465000, lastModified=2023-03-25 16:56:26.539319000, delta=96146000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.635372000, lastModified=2023-03-25 16:56:25.954308000, delta=681064000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.635 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.635657000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.635657000, lastModified=2023-03-25 16:56:25.954308000, delta=681349000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.635465000, lastModified=2023-03-25 16:56:26.539319000, delta=96146000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.635751000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.635751000, lastModified=2023-03-25 16:56:26.539319000, delta=96432000 ns, racy<=2500000000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.635 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.636422000, lastModified=2023-03-25 16:56:26.634321000, size=0, fileKey=(dev=200099,ino=128283431) 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.635657000, lastModified=2023-03-25 16:56:25.954308000, delta=681349000 ns, racy<=2500000000 ns 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.636 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.636469000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.636469000, lastModified=2023-03-25 16:56:25.954308000, delta=682161000 ns, racy<=2500000000 ns 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.635751000, lastModified=2023-03-25 16:56:26.539319000, delta=96432000 ns, racy<=2500000000 ns 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.636611000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.636611000, lastModified=2023-03-25 16:56:26.539319000, delta=97292000 ns, racy<=2500000000 ns 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.636713000, lastModified=2023-03-25 16:56:26.635321000, size=104, fileKey=(dev=200099,ino=128283431) 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.636759000, lastModified=2023-03-25 16:56:26.635321000, size=104, fileKey=(dev=200099,ino=128283431) 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.636469000, lastModified=2023-03-25 16:56:25.954308000, delta=682161000 ns, racy<=2500000000 ns 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.636 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.636845000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.636845000, lastModified=2023-03-25 16:56:25.954308000, delta=682537000 ns, racy<=2500000000 ns 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.636611000, lastModified=2023-03-25 16:56:26.539319000, delta=97292000 ns, racy<=2500000000 ns 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.636 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.636968000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.636968000, lastModified=2023-03-25 16:56:26.539319000, delta=97649000 ns, racy<=2500000000 ns 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD.lock, isRacyClean=true, read=2023-03-25 16:56:26.633500000, lastModified=2023-03-25 16:56:26.631320000, delta=2180000 ns, racy<=3830000 ns 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD.lock, is racily clean 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD, create new FileSnapshot: lastRead=2023-03-25 16:56:26.637080000, lastModified=2023-03-25 16:56:26.631320000, size=26, fileKey=(dev=200099,ino=128283430) 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD.lock, isRacyClean=false, read=2023-03-25 16:56:26.637080000, lastModified=2023-03-25 16:56:26.631320000, delta=5760000 ns, racy<=3830000 ns 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, cannot be racily clean 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.636845000, lastModified=2023-03-25 16:56:25.954308000, delta=682537000 ns, racy<=2500000000 ns 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.637 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.637218000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.637218000, lastModified=2023-03-25 16:56:25.954308000, delta=682910000 ns, racy<=2500000000 ns 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.636968000, lastModified=2023-03-25 16:56:26.539319000, delta=97649000 ns, racy<=2500000000 ns 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.637321000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.637321000, lastModified=2023-03-25 16:56:26.539319000, delta=98002000 ns, racy<=2500000000 ns 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD.lock, cannot be racily clean 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, cannot be racily clean 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.637218000, lastModified=2023-03-25 16:56:25.954308000, delta=682910000 ns, racy<=2500000000 ns 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.637 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.637621000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.637621000, lastModified=2023-03-25 16:56:25.954308000, delta=683313000 ns, racy<=2500000000 ns 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.637321000, lastModified=2023-03-25 16:56:26.539319000, delta=98002000 ns, racy<=2500000000 ns 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.637718000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.637718000, lastModified=2023-03-25 16:56:26.539319000, delta=98399000 ns, racy<=2500000000 ns 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.637896000, lastModified=2023-03-25 16:56:26.635321000, size=104, fileKey=(dev=200099,ino=128283431) 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.637929000, lastModified=2023-03-25 16:56:26.635321000, size=104, fileKey=(dev=200099,ino=128283431) 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.637 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.542586000, lastModified=2023-03-25 16:56:26.536319000, delta=6267000 ns, racy<=3830000 ns 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 16:56:26.543068000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763386543068000 ns, racy<=3830000 ns 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack/preserved, is unmodified 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.637621000, lastModified=2023-03-25 16:56:25.954308000, delta=683313000 ns, racy<=2500000000 ns 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.638 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.638 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.638980000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.638980000, lastModified=2023-03-25 16:56:25.954308000, delta=684672000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.637718000, lastModified=2023-03-25 16:56:26.539319000, delta=98399000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.639083000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.639083000, lastModified=2023-03-25 16:56:26.539319000, delta=99764000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD.lock, cannot be racily clean 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, cannot be racily clean 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.638980000, lastModified=2023-03-25 16:56:25.954308000, delta=684672000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.639 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.639294000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.639294000, lastModified=2023-03-25 16:56:25.954308000, delta=684986000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.639083000, lastModified=2023-03-25 16:56:26.539319000, delta=99764000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.639389000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.639389000, lastModified=2023-03-25 16:56:26.539319000, delta=100070000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, cannot be racily clean 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.639294000, lastModified=2023-03-25 16:56:25.954308000, delta=684986000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.639 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.639604000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.639604000, lastModified=2023-03-25 16:56:25.954308000, delta=685296000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.639389000, lastModified=2023-03-25 16:56:26.539319000, delta=100070000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.639713000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.639713000, lastModified=2023-03-25 16:56:26.539319000, delta=100394000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.639604000, lastModified=2023-03-25 16:56:25.954308000, delta=685296000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.639 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.639817000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.639817000, lastModified=2023-03-25 16:56:25.954308000, delta=685509000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.639713000, lastModified=2023-03-25 16:56:26.539319000, delta=100394000 ns, racy<=2500000000 ns 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.639908000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.639 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.639908000, lastModified=2023-03-25 16:56:26.539319000, delta=100589000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.639817000, lastModified=2023-03-25 16:56:25.954308000, delta=685509000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.640 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.640023000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.640023000, lastModified=2023-03-25 16:56:25.954308000, delta=685715000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.639908000, lastModified=2023-03-25 16:56:26.539319000, delta=100589000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.640108000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.640108000, lastModified=2023-03-25 16:56:26.539319000, delta=100789000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.640023000, lastModified=2023-03-25 16:56:25.954308000, delta=685715000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.640 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.640197000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.640197000, lastModified=2023-03-25 16:56:25.954308000, delta=685889000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.640108000, lastModified=2023-03-25 16:56:26.539319000, delta=100789000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.640279000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.640279000, lastModified=2023-03-25 16:56:26.539319000, delta=100960000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.640197000, lastModified=2023-03-25 16:56:25.954308000, delta=685889000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.640 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.640383000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.640383000, lastModified=2023-03-25 16:56:25.954308000, delta=686075000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.640279000, lastModified=2023-03-25 16:56:26.539319000, delta=100960000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.640466000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.640466000, lastModified=2023-03-25 16:56:26.539319000, delta=101147000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.640383000, lastModified=2023-03-25 16:56:25.954308000, delta=686075000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.640 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.640541000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.640541000, lastModified=2023-03-25 16:56:25.954308000, delta=686233000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.640466000, lastModified=2023-03-25 16:56:26.539319000, delta=101147000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.640621000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.640621000, lastModified=2023-03-25 16:56:26.539319000, delta=101302000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.640679000, lastModified=2023-03-25 16:56:26.638321000, size=41, fileKey=(dev=200099,ino=130317757) 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.640541000, lastModified=2023-03-25 16:56:25.954308000, delta=686233000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.640 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.640813000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.640813000, lastModified=2023-03-25 16:56:25.954308000, delta=686505000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.640621000, lastModified=2023-03-25 16:56:26.539319000, delta=101302000 ns, racy<=2500000000 ns 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.640951000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.640 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.640951000, lastModified=2023-03-25 16:56:26.539319000, delta=101632000 ns, racy<=2500000000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.640813000, lastModified=2023-03-25 16:56:25.954308000, delta=686505000 ns, racy<=2500000000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.641 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.641074000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.641074000, lastModified=2023-03-25 16:56:25.954308000, delta=686766000 ns, racy<=2500000000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.640951000, lastModified=2023-03-25 16:56:26.539319000, delta=101632000 ns, racy<=2500000000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.641163000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.641163000, lastModified=2023-03-25 16:56:26.539319000, delta=101844000 ns, racy<=2500000000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD.lock, cannot be racily clean 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 16:56:26.640679000, lastModified=2023-03-25 16:56:26.638321000, delta=2358000 ns, racy<=3830000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, is racily clean 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-25 16:56:26.641272000, lastModified=2023-03-25 16:56:26.638321000, size=41, fileKey=(dev=200099,ino=130317757) 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 16:56:26.641272000, lastModified=2023-03-25 16:56:26.638321000, delta=2951000 ns, racy<=3830000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.641074000, lastModified=2023-03-25 16:56:25.954308000, delta=686766000 ns, racy<=2500000000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.641 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.641363000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.641363000, lastModified=2023-03-25 16:56:25.954308000, delta=687055000 ns, racy<=2500000000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.641163000, lastModified=2023-03-25 16:56:26.539319000, delta=101844000 ns, racy<=2500000000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.641446000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.641446000, lastModified=2023-03-25 16:56:26.539319000, delta=102127000 ns, racy<=2500000000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.641363000, lastModified=2023-03-25 16:56:25.954308000, delta=687055000 ns, racy<=2500000000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.641 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.641702000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.641702000, lastModified=2023-03-25 16:56:25.954308000, delta=687394000 ns, racy<=2500000000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.641446000, lastModified=2023-03-25 16:56:26.539319000, delta=102127000 ns, racy<=2500000000 ns 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.641782000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.641 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.641782000, lastModified=2023-03-25 16:56:26.539319000, delta=102463000 ns, racy<=2500000000 ns 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.642247000, lastModified=2023-03-25 16:56:26.635321000, size=104, fileKey=(dev=200099,ino=128283431) 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.642286000, lastModified=2023-03-25 16:56:26.635321000, size=104, fileKey=(dev=200099,ino=128283431) 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.641702000, lastModified=2023-03-25 16:56:25.954308000, delta=687394000 ns, racy<=2500000000 ns 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.642 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.642338000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.642338000, lastModified=2023-03-25 16:56:25.954308000, delta=688030000 ns, racy<=2500000000 ns 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.641782000, lastModified=2023-03-25 16:56:26.539319000, delta=102463000 ns, racy<=2500000000 ns 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.642423000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.642423000, lastModified=2023-03-25 16:56:26.539319000, delta=103104000 ns, racy<=2500000000 ns 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.642338000, lastModified=2023-03-25 16:56:25.954308000, delta=688030000 ns, racy<=2500000000 ns 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.642 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.642489000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.642489000, lastModified=2023-03-25 16:56:25.954308000, delta=688181000 ns, racy<=2500000000 ns 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.642423000, lastModified=2023-03-25 16:56:26.539319000, delta=103104000 ns, racy<=2500000000 ns 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.642566000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.642566000, lastModified=2023-03-25 16:56:26.539319000, delta=103247000 ns, racy<=2500000000 ns 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.642489000, lastModified=2023-03-25 16:56:25.954308000, delta=688181000 ns, racy<=2500000000 ns 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.642 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.642730000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.642730000, lastModified=2023-03-25 16:56:25.954308000, delta=688422000 ns, racy<=2500000000 ns 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.642566000, lastModified=2023-03-25 16:56:26.539319000, delta=103247000 ns, racy<=2500000000 ns 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.642814000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.642 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.642814000, lastModified=2023-03-25 16:56:26.539319000, delta=103495000 ns, racy<=2500000000 ns 16:56:26.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.642730000, lastModified=2023-03-25 16:56:25.954308000, delta=688422000 ns, racy<=2500000000 ns 16:56:26.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.643 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.643855000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.643855000, lastModified=2023-03-25 16:56:25.954308000, delta=689547000 ns, racy<=2500000000 ns 16:56:26.643 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.642814000, lastModified=2023-03-25 16:56:26.539319000, delta=103495000 ns, racy<=2500000000 ns 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.644030000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.644030000, lastModified=2023-03-25 16:56:26.539319000, delta=104711000 ns, racy<=2500000000 ns 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.643855000, lastModified=2023-03-25 16:56:25.954308000, delta=689547000 ns, racy<=2500000000 ns 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.644 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.644302000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.644302000, lastModified=2023-03-25 16:56:25.954308000, delta=689994000 ns, racy<=2500000000 ns 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.644030000, lastModified=2023-03-25 16:56:26.539319000, delta=104711000 ns, racy<=2500000000 ns 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.644385000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.644385000, lastModified=2023-03-25 16:56:26.539319000, delta=105066000 ns, racy<=2500000000 ns 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.644755000, lastModified=2023-03-25 16:56:26.641321000, size=0, fileKey=(dev=200099,ino=128283426) 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.644302000, lastModified=2023-03-25 16:56:25.954308000, delta=689994000 ns, racy<=2500000000 ns 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.644 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.644801000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.644801000, lastModified=2023-03-25 16:56:25.954308000, delta=690493000 ns, racy<=2500000000 ns 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.644385000, lastModified=2023-03-25 16:56:26.539319000, delta=105066000 ns, racy<=2500000000 ns 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.644918000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.644 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.644918000, lastModified=2023-03-25 16:56:26.539319000, delta=105599000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.644996000, lastModified=2023-03-25 16:56:26.644321000, size=104, fileKey=(dev=200099,ino=128283426) 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.645044000, lastModified=2023-03-25 16:56:26.644321000, size=104, fileKey=(dev=200099,ino=128283426) 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.644801000, lastModified=2023-03-25 16:56:25.954308000, delta=690493000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.645 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.645171000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.645171000, lastModified=2023-03-25 16:56:25.954308000, delta=690863000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.644918000, lastModified=2023-03-25 16:56:26.539319000, delta=105599000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.645266000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.645266000, lastModified=2023-03-25 16:56:26.539319000, delta=105947000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.645171000, lastModified=2023-03-25 16:56:25.954308000, delta=690863000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.645 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.645494000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.645494000, lastModified=2023-03-25 16:56:25.954308000, delta=691186000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.645266000, lastModified=2023-03-25 16:56:26.539319000, delta=105947000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.645570000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.645570000, lastModified=2023-03-25 16:56:26.539319000, delta=106251000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD.lock, cannot be racily clean 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 16:56:26.641272000, lastModified=2023-03-25 16:56:26.638321000, delta=2951000 ns, racy<=3830000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, is racily clean 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-25 16:56:26.645660000, lastModified=2023-03-25 16:56:26.638321000, size=41, fileKey=(dev=200099,ino=130317757) 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-03-25 16:56:26.645660000, lastModified=2023-03-25 16:56:26.638321000, delta=7339000 ns, racy<=3830000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.645494000, lastModified=2023-03-25 16:56:25.954308000, delta=691186000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.645 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.645722000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.645722000, lastModified=2023-03-25 16:56:25.954308000, delta=691414000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.645570000, lastModified=2023-03-25 16:56:26.539319000, delta=106251000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.645796000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.645796000, lastModified=2023-03-25 16:56:26.539319000, delta=106477000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.645722000, lastModified=2023-03-25 16:56:25.954308000, delta=691414000 ns, racy<=2500000000 ns 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.645 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.645 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.645986000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.645986000, lastModified=2023-03-25 16:56:25.954308000, delta=691678000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.645796000, lastModified=2023-03-25 16:56:26.539319000, delta=106477000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.646068000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.646068000, lastModified=2023-03-25 16:56:26.539319000, delta=106749000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD.lock, cannot be racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, cannot be racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.645986000, lastModified=2023-03-25 16:56:25.954308000, delta=691678000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.646172000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.646172000, lastModified=2023-03-25 16:56:25.954308000, delta=691864000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.646068000, lastModified=2023-03-25 16:56:26.539319000, delta=106749000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.646245000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.646245000, lastModified=2023-03-25 16:56:26.539319000, delta=106926000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD.lock, cannot be racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch.lock, cannot be racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.646172000, lastModified=2023-03-25 16:56:25.954308000, delta=691864000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.646345000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.646345000, lastModified=2023-03-25 16:56:25.954308000, delta=692037000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.646245000, lastModified=2023-03-25 16:56:26.539319000, delta=106926000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.646416000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.646416000, lastModified=2023-03-25 16:56:26.539319000, delta=107097000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/master.lock, cannot be racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.646345000, lastModified=2023-03-25 16:56:25.954308000, delta=692037000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.646506000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.646506000, lastModified=2023-03-25 16:56:25.954308000, delta=692198000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.646416000, lastModified=2023-03-25 16:56:26.539319000, delta=107097000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.646578000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.646578000, lastModified=2023-03-25 16:56:26.539319000, delta=107259000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.646506000, lastModified=2023-03-25 16:56:25.954308000, delta=692198000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.646679000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.646679000, lastModified=2023-03-25 16:56:25.954308000, delta=692371000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.646578000, lastModified=2023-03-25 16:56:26.539319000, delta=107259000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.646753000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.646753000, lastModified=2023-03-25 16:56:26.539319000, delta=107434000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.646679000, lastModified=2023-03-25 16:56:25.954308000, delta=692371000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.646843000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.646843000, lastModified=2023-03-25 16:56:25.954308000, delta=692535000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.646753000, lastModified=2023-03-25 16:56:26.539319000, delta=107434000 ns, racy<=2500000000 ns 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.646969000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.646 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.646969000, lastModified=2023-03-25 16:56:26.539319000, delta=107650000 ns, racy<=2500000000 ns 16:56:26.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.646843000, lastModified=2023-03-25 16:56:25.954308000, delta=692535000 ns, racy<=2500000000 ns 16:56:26.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.647 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.647047000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.647047000, lastModified=2023-03-25 16:56:25.954308000, delta=692739000 ns, racy<=2500000000 ns 16:56:26.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.646969000, lastModified=2023-03-25 16:56:26.539319000, delta=107650000 ns, racy<=2500000000 ns 16:56:26.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.647120000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.647120000, lastModified=2023-03-25 16:56:26.539319000, delta=107801000 ns, racy<=2500000000 ns 16:56:26.647 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-03-25 16:56:26.647176000, lastModified=2023-03-25 16:56:26.645321000, size=23, fileKey=(dev=200099,ino=128283424) 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.651263000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.647047000, lastModified=2023-03-25 16:56:25.954308000, delta=692739000 ns, racy<=2500000000 ns 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.651 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.651431000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.651431000, lastModified=2023-03-25 16:56:25.954308000, delta=697123000 ns, racy<=2500000000 ns 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.651536000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.651431000, lastModified=2023-03-25 16:56:25.954308000, delta=697123000 ns, racy<=2500000000 ns 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.651 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.651616000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.651616000, lastModified=2023-03-25 16:56:25.954308000, delta=697308000 ns, racy<=2500000000 ns 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.651536000, lastModified=2023-03-25 16:56:26.539319000, delta=112217000 ns, racy<=2500000000 ns 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.651697000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.651697000, lastModified=2023-03-25 16:56:26.539319000, delta=112378000 ns, racy<=2500000000 ns 16:56:26.651 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.651783000, lastModified=2023-03-25 16:56:26.644321000, size=104, fileKey=(dev=200099,ino=128283426) 16:56:26.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit16135098798447617949:org.eclipse.hawk.git.JGitRepository:false 16:56:26.652 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:26.653 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:26.720 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.651616000, lastModified=2023-03-25 16:56:25.954308000, delta=697308000 ns, racy<=2500000000 ns 16:56:26.720 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.720 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.720 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.720680000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.720 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.720680000, lastModified=2023-03-25 16:56:25.954308000, delta=766372000 ns, racy<=2500000000 ns 16:56:26.720 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.720 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.720 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.651697000, lastModified=2023-03-25 16:56:26.539319000, delta=112378000 ns, racy<=2500000000 ns 16:56:26.720 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.720 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.720804000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.720 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.720804000, lastModified=2023-03-25 16:56:26.539319000, delta=181485000 ns, racy<=2500000000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-25 16:56:26.721014000, lastModified=2023-03-25 16:56:26.638321000, size=41, fileKey=(dev=200099,ino=130317757) 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.720680000, lastModified=2023-03-25 16:56:25.954308000, delta=766372000 ns, racy<=2500000000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.721101000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.721101000, lastModified=2023-03-25 16:56:25.954308000, delta=766793000 ns, racy<=2500000000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.720804000, lastModified=2023-03-25 16:56:26.539319000, delta=181485000 ns, racy<=2500000000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.721172000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.721172000, lastModified=2023-03-25 16:56:26.539319000, delta=181853000 ns, racy<=2500000000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch, isRacyClean=false, read=2023-03-25 16:56:26.721014000, lastModified=2023-03-25 16:56:26.638321000, delta=82693000 ns, racy<=3830000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/refs/heads/newbranch, is unmodified 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.721420000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.721101000, lastModified=2023-03-25 16:56:25.954308000, delta=766793000 ns, racy<=2500000000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.721502000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.721502000, lastModified=2023-03-25 16:56:25.954308000, delta=767194000 ns, racy<=2500000000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.721579000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.721502000, lastModified=2023-03-25 16:56:25.954308000, delta=767194000 ns, racy<=2500000000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.721651000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.721651000, lastModified=2023-03-25 16:56:25.954308000, delta=767343000 ns, racy<=2500000000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.721579000, lastModified=2023-03-25 16:56:26.539319000, delta=182260000 ns, racy<=2500000000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.721725000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.721725000, lastModified=2023-03-25 16:56:26.539319000, delta=182406000 ns, racy<=2500000000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/index, create new FileSnapshot: lastRead=2023-03-25 16:56:26.721800000, lastModified=2023-03-25 16:56:26.644321000, size=104, fileKey=(dev=200099,ino=128283426) 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-25 16:56:26.721852000, lastModified=2023-03-25 16:56:26.536319000, size=6, fileKey=(dev=200099,ino=137756307) 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.721852000, lastModified=2023-03-25 16:56:26.536319000, delta=185533000 ns, racy<=3830000 ns 16:56:26.721 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.721852000, lastModified=2023-03-25 16:56:26.536319000, delta=185533000 ns, racy<=3830000 ns 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.721852000, lastModified=2023-03-25 16:56:26.536319000, delta=185533000 ns, racy<=3830000 ns 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.721651000, lastModified=2023-03-25 16:56:25.954308000, delta=767343000 ns, racy<=2500000000 ns 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.722280000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.722280000, lastModified=2023-03-25 16:56:25.954308000, delta=767972000 ns, racy<=2500000000 ns 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.721172000, lastModified=2023-03-25 16:56:26.539319000, delta=181853000 ns, racy<=2500000000 ns 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.722353000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.722353000, lastModified=2023-03-25 16:56:26.539319000, delta=183034000 ns, racy<=2500000000 ns 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-25 16:56:26.722492000, lastModified=2023-03-25 16:56:26.536319000, size=6, fileKey=(dev=200099,ino=137756307) 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.722492000, lastModified=2023-03-25 16:56:26.536319000, delta=186173000 ns, racy<=3830000 ns 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.722492000, lastModified=2023-03-25 16:56:26.536319000, delta=186173000 ns, racy<=3830000 ns 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.722492000, lastModified=2023-03-25 16:56:26.536319000, delta=186173000 ns, racy<=3830000 ns 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.722492000, lastModified=2023-03-25 16:56:26.536319000, delta=186173000 ns, racy<=3830000 ns 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.722492000, lastModified=2023-03-25 16:56:26.536319000, delta=186173000 ns, racy<=3830000 ns 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.722280000, lastModified=2023-03-25 16:56:25.954308000, delta=767972000 ns, racy<=2500000000 ns 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.722 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.722991000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.722991000, lastModified=2023-03-25 16:56:25.954308000, delta=768683000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.722353000, lastModified=2023-03-25 16:56:26.539319000, delta=183034000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.723073000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.723073000, lastModified=2023-03-25 16:56:26.539319000, delta=183754000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.722991000, lastModified=2023-03-25 16:56:25.954308000, delta=768683000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.723152000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.723152000, lastModified=2023-03-25 16:56:25.954308000, delta=768844000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.723073000, lastModified=2023-03-25 16:56:26.539319000, delta=183754000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.723221000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.723221000, lastModified=2023-03-25 16:56:26.539319000, delta=183902000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.723152000, lastModified=2023-03-25 16:56:25.954308000, delta=768844000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.723346000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.723346000, lastModified=2023-03-25 16:56:25.954308000, delta=769038000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.723221000, lastModified=2023-03-25 16:56:26.539319000, delta=183902000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.723414000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.723414000, lastModified=2023-03-25 16:56:26.539319000, delta=184095000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.723346000, lastModified=2023-03-25 16:56:25.954308000, delta=769038000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.723686000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.723686000, lastModified=2023-03-25 16:56:25.954308000, delta=769378000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.723414000, lastModified=2023-03-25 16:56:26.539319000, delta=184095000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.723773000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.723773000, lastModified=2023-03-25 16:56:26.539319000, delta=184454000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.723686000, lastModified=2023-03-25 16:56:25.954308000, delta=769378000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.723843000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.723843000, lastModified=2023-03-25 16:56:25.954308000, delta=769535000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.723773000, lastModified=2023-03-25 16:56:26.539319000, delta=184454000 ns, racy<=2500000000 ns 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.723 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.723975000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.723975000, lastModified=2023-03-25 16:56:26.539319000, delta=184656000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.723843000, lastModified=2023-03-25 16:56:25.954308000, delta=769535000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.724083000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.724083000, lastModified=2023-03-25 16:56:25.954308000, delta=769775000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.723975000, lastModified=2023-03-25 16:56:26.539319000, delta=184656000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.724154000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.724154000, lastModified=2023-03-25 16:56:26.539319000, delta=184835000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.722492000, lastModified=2023-03-25 16:56:26.536319000, delta=186173000 ns, racy<=3830000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.724083000, lastModified=2023-03-25 16:56:25.954308000, delta=769775000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.724338000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.724338000, lastModified=2023-03-25 16:56:25.954308000, delta=770030000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.724154000, lastModified=2023-03-25 16:56:26.539319000, delta=184835000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.724407000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.724407000, lastModified=2023-03-25 16:56:26.539319000, delta=185088000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.724338000, lastModified=2023-03-25 16:56:25.954308000, delta=770030000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.724476000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.724476000, lastModified=2023-03-25 16:56:25.954308000, delta=770168000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.724407000, lastModified=2023-03-25 16:56:26.539319000, delta=185088000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.724541000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.724 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.724541000, lastModified=2023-03-25 16:56:26.539319000, delta=185222000 ns, racy<=2500000000 ns 16:56:26.724 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:26.726 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.724476000, lastModified=2023-03-25 16:56:25.954308000, delta=770168000 ns, racy<=2500000000 ns 16:56:26.726 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.726 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.726 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.726625000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.726 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.726625000, lastModified=2023-03-25 16:56:25.954308000, delta=772317000 ns, racy<=2500000000 ns 16:56:26.726 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.726 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.726 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.724541000, lastModified=2023-03-25 16:56:26.539319000, delta=185222000 ns, racy<=2500000000 ns 16:56:26.726 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.726 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.726737000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.726 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.726737000, lastModified=2023-03-25 16:56:26.539319000, delta=187418000 ns, racy<=2500000000 ns 16:56:26.726 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.722492000, lastModified=2023-03-25 16:56:26.536319000, delta=186173000 ns, racy<=3830000 ns 16:56:26.726 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.727 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:26.727 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:26.732 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:56:26.732 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:26.732 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:56:26.732 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:56:26.743 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:56:26.746 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:56:26.746 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:56:26.746 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:56:26.746 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:56:26.746 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:56:26.748 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:56:26.748 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:26.748 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:26.748 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:26.748 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:26.748 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:26.748 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:26.748 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:26.748 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:56:26.748 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision c7f8831859be8f6e61d8a407ed31c57fa2cce977 (timepoint 1679763386000) of /tmp/junit16135098798447617949 16:56:26.749 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:26.749 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.726625000, lastModified=2023-03-25 16:56:25.954308000, delta=772317000 ns, racy<=2500000000 ns 16:56:26.749 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.749 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.749 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.749704000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.749 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.749704000, lastModified=2023-03-25 16:56:25.954308000, delta=795396000 ns, racy<=2500000000 ns 16:56:26.749 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.749 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.749 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.726737000, lastModified=2023-03-25 16:56:26.539319000, delta=187418000 ns, racy<=2500000000 ns 16:56:26.749 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.749 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.749823000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.749 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.749823000, lastModified=2023-03-25 16:56:26.539319000, delta=210504000 ns, racy<=2500000000 ns 16:56:26.750 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.722492000, lastModified=2023-03-25 16:56:26.536319000, delta=186173000 ns, racy<=3830000 ns 16:56:26.750 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.750 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:26.750 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:26.755 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:56:26.755 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:26.755 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:56:26.755 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:56:26.755 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:26.755 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:56:26.755 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:26.818 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s63ms [pure insertion] marking any relevant derived attributes for update...16:56:26.818 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:26.818 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:26.818 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:26.818 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:26.818 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:26.818 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:26.818 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:26.818 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:26.818 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:26.818 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:56:26.818 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4c426e41c4e63cc80855eea1942e50d93e9c0900 (timepoint 1679763386002) of /tmp/junit16135098798447617949 16:56:26.819 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:26.819 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.749704000, lastModified=2023-03-25 16:56:25.954308000, delta=795396000 ns, racy<=2500000000 ns 16:56:26.819 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 16:56:26.819 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 16:56:26.819 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.819627000, lastModified=2023-03-25 16:56:25.954308000, size=258, fileKey=(dev=804,ino=260562050) 16:56:26.819 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 16:56:26.819627000, lastModified=2023-03-25 16:56:25.954308000, delta=865319000 ns, racy<=2500000000 ns 16:56:26.819 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 16:56:22.836371000, lastModified=1970-01-01 00:00:00.000000000, delta=1679763382836371000 ns, racy<=2500000000 ns 16:56:26.819 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 16:56:26.819 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.749823000, lastModified=2023-03-25 16:56:26.539319000, delta=210504000 ns, racy<=2500000000 ns 16:56:26.819 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, is racily clean 16:56:26.819 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, create new FileSnapshot: lastRead=2023-03-25 16:56:26.819739000, lastModified=2023-03-25 16:56:26.539319000, size=78, fileKey=(dev=200099,ino=128283427) 16:56:26.819 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/config, isRacyClean=true, read=2023-03-25 16:56:26.819739000, lastModified=2023-03-25 16:56:26.539319000, delta=280420000 ns, racy<=2500000000 ns 16:56:26.819 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, isRacyClean=false, read=2023-03-25 16:56:26.722492000, lastModified=2023-03-25 16:56:26.536319000, delta=186173000 ns, racy<=3830000 ns 16:56:26.819 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit16135098798447617949/.git/objects/pack, is unmodified 16:56:26.820 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:26.820 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:26.825 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:56:26.825 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:26.825 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:56:26.825 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:56:26.825 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:26.825 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 16:56:26.825 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:26.826 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:56:26.826 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:26.826 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:26.826 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:26.826 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:26.826 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:26.826 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:26.826 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:26.826 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:26.826 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:26.826 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:56:26.826 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision e9e651a828f887f5dd03963c65adbc4c3a4898db (timepoint 1679763386003) of /tmp/junit16135098798447617949 16:56:26.827 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:26.827 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 174 ms 16:56:26.833 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:56:26.833 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit16135098798447617949:org.eclipse.hawk.git.JGitRepository:false 16:56:26.834 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:26.834 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:56:26.835 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:56:26.835 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17121512513078902687/test_nonDefaultBranch[LevelDB GreyCat] 16:56:26.835 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:56:27.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:56:27.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:27.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:56:27.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:27.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:27.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:56:27.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:56:27.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:56:27.254 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:56:27.254 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:56:27.254 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:27.254 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:27.254 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:56:27.258 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:27.258 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:56:27.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:56:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:56:27.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:56:27.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:56:27.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:56:27.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:56:27.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:56:27.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:56:27.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:56:27.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:56:27.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:56:27.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:56:27.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:56:27.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:56:27.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:56:27.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:56:27.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:56:27.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:56:27.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:56:27.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:56:27.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:56:27.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:56:27.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:56:27.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:56:27.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:56:27.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:56:27.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:56:27.318 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:56:27.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:56:27.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:56:27.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:56:27.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:56:27.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:56:27.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:27.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:56:27.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:27.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:56:27.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:56:27.330 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:56:27.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:56:27.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:56:27.330 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:56:27.331 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:56:27.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:56:27.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:27.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:56:27.332 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:27.335 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:56:27.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo12687582678941868689 16:56:29.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12687582678941868689:org.eclipse.hawk.svn.SvnManager:false 16:56:29.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:29.105 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:29.111 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:29.111 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:29.111 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:29.111 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:29.111 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:29.113 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:29.113 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 16:56:29.113 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:29.113 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:29.115 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:29.115 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 16:56:29.116 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763386845) of file:///tmp/hawkSvnRepo12687582678941868689 16:56:29.117 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:29.120 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:29.120 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:29.125 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:56:29.125 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:29.125 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:56:29.125 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:56:29.135 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:56:29.135 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:56:29.135 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:56:29.135 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:29.135 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:29.138 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:56:29.139 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:56:29.141 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:56:29.141 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:56:29.141 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:56:29.141 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:56:29.141 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:56:29.142 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:56:29.142 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:29.142 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:29.142 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:29.142 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:29.142 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:29.142 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:29.142 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:29.142 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:56:29.142 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763387353) of file:///tmp/hawkSvnRepo12687582678941868689 16:56:29.142 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:29.142 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 37 ms 16:56:29.148 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:56:29.148 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12687582678941868689:org.eclipse.hawk.svn.SvnManager:false 16:56:29.149 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:29.149 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:56:29.150 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:56:29.150 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8106215214343881572/test_countInstancesModelAll[LevelDB GreyCat] 16:56:29.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:56:30.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:56:30.223 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:30.223 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:56:30.223 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:30.223 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:30.225 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:56:30.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:56:30.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:56:30.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:56:30.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:56:30.225 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:30.226 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:30.226 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:56:30.229 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:30.229 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:30.233 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:56:30.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:56:30.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:56:30.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:56:30.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:56:30.235 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:56:30.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:56:30.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:56:30.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:56:30.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:56:30.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:56:30.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:56:30.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:56:30.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:56:30.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:56:30.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:56:30.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:56:30.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:56:30.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:56:30.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:56:30.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:56:30.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:56:30.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:56:30.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:56:30.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:56:30.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:56:30.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:56:30.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:56:30.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:56:30.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:56:30.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:56:30.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:56:30.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:56:30.243 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:56:30.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:30.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:56:30.245 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:30.245 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:30.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:30.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:56:30.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:56:30.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:56:30.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:56:30.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:56:30.248 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:56:30.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:30.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:56:30.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:56:30.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:30.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:56:30.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:56:30.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:56:30.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:56:30.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:56:30.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:56:30.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo13973343933200602194 16:56:38.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13973343933200602194:org.eclipse.hawk.svn.SvnManager:false 16:56:38.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:38.105 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:38.112 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:38.112 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:38.112 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:38.112 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:38.112 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:38.113 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:38.113 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:56:38.113 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:38.113 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:38.115 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:38.115 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 16:56:38.117 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763389220) of file:///tmp/hawkSvnRepo13973343933200602194 16:56:38.118 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:38.121 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:38.121 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:38.128 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:56:38.128 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:38.128 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:56:38.129 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:56:38.135 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:56:38.135 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:56:38.135 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:56:38.135 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:38.135 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:38.138 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:56:38.139 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:56:38.142 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:56:38.142 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:56:38.142 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:56:38.142 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:56:38.142 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:38.142 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:38.142 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:38.142 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:38.142 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:38.142 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:38.142 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:38.142 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:38.142 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:38.142 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:56:38.142 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763390330) of file:///tmp/hawkSvnRepo13973343933200602194 16:56:38.143 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:38.144 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:38.144 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:38.149 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:56:38.149 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:38.149 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:56:38.150 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:56:38.150 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:38.150 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:56:38.150 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:38.155 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:56:38.155 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:38.155 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:38.155 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:38.155 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:38.155 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:38.155 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:38.155 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:38.155 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:38.155 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:38.155 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:56:38.155 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763392108) of file:///tmp/hawkSvnRepo13973343933200602194 16:56:38.156 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:38.214 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:38.214 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:38.219 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:56:38.219 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:38.219 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:56:38.219 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:56:38.219 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:38.219 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:56:38.219 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:38.220 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:56:38.220 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:38.220 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:38.220 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:38.220 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:38.221 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:38.221 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:56:38.221 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:38.221 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:38.221 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:38.221 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:56:38.221 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763394108) of file:///tmp/hawkSvnRepo13973343933200602194 16:56:38.221 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:38.223 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:38.223 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:38.227 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:56:38.227 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:38.228 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:56:38.228 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:56:38.228 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:38.228 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:56:38.228 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:56:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:56:38.229 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763396109) of file:///tmp/hawkSvnRepo13973343933200602194 16:56:38.230 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:38.230 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 125 ms 16:56:38.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:56:38.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13973343933200602194:org.eclipse.hawk.svn.SvnManager:false 16:56:38.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:38.238 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:56:38.239 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:56:38.239 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10731693304984174298/test_sinceThen[LevelDB GreyCat] 16:56:38.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:56:39.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:56:39.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:39.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:56:39.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:39.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:39.237 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:56:39.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:56:39.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:56:39.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:56:39.238 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:39.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:56:39.238 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:39.238 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:56:39.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:39.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:39.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:56:39.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:56:39.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:56:39.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:56:39.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:56:39.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:56:39.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:56:39.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:56:39.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:56:39.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:56:39.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:56:39.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:56:39.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:56:39.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:56:39.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:56:39.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:56:39.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:56:39.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:56:39.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:56:39.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:56:39.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:56:39.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:56:39.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:56:39.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:56:39.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:56:39.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:56:39.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:56:39.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:56:39.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:56:39.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:56:39.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:56:39.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:56:39.314 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:56:39.318 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:56:39.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:39.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:56:39.322 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:39.322 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:56:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:56:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:56:39.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:39.326 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:56:39.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:56:39.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:56:39.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:56:39.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:56:39.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:56:39.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:56:39.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:56:39.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:56:39.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:56:39.329 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:56:39.332 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:56:39.332 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo16648102556504171067 16:56:47.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo16648102556504171067:org.eclipse.hawk.svn.SvnManager:false 16:56:47.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:47.105 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:47.115 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:47.115 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:47.115 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:47.115 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:47.115 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:47.117 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:47.117 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 16:56:47.117 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:47.118 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:47.120 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:47.120 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 16:56:47.122 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763398249) of file:///tmp/hawkSvnRepo16648102556504171067 16:56:47.123 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:47.127 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:47.127 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:47.132 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:56:47.132 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:47.132 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:56:47.132 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:56:47.139 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:56:47.139 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:56:47.139 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:56:47.139 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:47.139 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:47.142 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:56:47.143 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:56:47.145 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:56:47.145 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:56:47.145 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:56:47.145 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:56:47.145 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:56:47.146 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:56:47.146 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:47.146 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:47.146 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:47.146 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:47.146 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:47.146 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:47.146 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:47.146 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:56:47.146 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763399349) of file:///tmp/hawkSvnRepo16648102556504171067 16:56:47.146 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:47.215 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:47.215 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:47.220 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:56:47.220 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:47.220 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:56:47.220 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:56:47.220 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:47.221 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:56:47.221 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:47.226 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:56:47.226 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:47.226 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:47.226 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:47.226 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:47.226 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:47.226 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:47.226 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:47.226 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:47.226 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:47.226 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:56:47.226 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763401108) of file:///tmp/hawkSvnRepo16648102556504171067 16:56:47.227 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:47.228 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:47.228 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:47.233 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:56:47.233 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:47.233 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:56:47.233 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:56:47.233 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:47.233 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:56:47.233 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:47.234 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:56:47.234 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:47.234 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:47.234 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:47.234 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:47.235 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:47.235 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:56:47.235 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:47.235 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:47.235 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:47.235 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:56:47.235 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763403110) of file:///tmp/hawkSvnRepo16648102556504171067 16:56:47.235 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:47.236 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:47.237 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:47.241 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:56:47.242 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:47.242 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:56:47.242 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:56:47.242 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:47.242 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:56:47.242 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:47.243 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:56:47.243 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:47.243 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:47.244 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:47.244 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:47.244 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:47.244 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:47.244 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:47.244 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:47.244 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:47.244 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:56:47.244 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763405109) of file:///tmp/hawkSvnRepo16648102556504171067 16:56:47.245 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:47.245 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 140 ms 16:56:49.101 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:49.101 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:56:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763405109) of file:///tmp/hawkSvnRepo16648102556504171067 16:56:49.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:49.104 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:49.104 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:49.108 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:56:49.108 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:49.109 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 16:56:49.109 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 16:56:49.109 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:49.109 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:56:49.109 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:49.110 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:56:49.110 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:49.110 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:49.110 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:49.111 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:49.111 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:49.111 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:49.111 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:49.111 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:49.111 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:49.111 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:56:49.111 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1679763407118) of file:///tmp/hawkSvnRepo16648102556504171067 16:56:49.111 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:49.111 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 10 ms after for 1679763399349: 0 after for 1679763401108: 1 before for 1679763403110: 2 before for 1679763405109: 3 16:56:49.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:56:49.120 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo16648102556504171067:org.eclipse.hawk.svn.SvnManager:false 16:56:49.121 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:49.121 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:56:49.123 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:56:49.126 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8945802550409369962/test_before[LevelDB GreyCat] 16:56:49.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:56:50.165 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:56:50.213 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:50.213 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:56:50.213 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:50.213 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:50.216 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:56:50.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:56:50.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:56:50.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:56:50.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:56:50.216 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:50.216 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:50.217 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:56:50.240 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:50.240 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:50.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:56:50.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:56:50.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:56:50.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:56:50.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:56:50.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:56:50.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:56:50.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:56:50.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:56:50.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:56:50.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:56:50.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:56:50.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:56:50.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:56:50.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:56:50.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:56:50.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:56:50.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:56:50.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:56:50.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:56:50.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:56:50.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:56:50.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:56:50.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:56:50.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:56:50.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:56:50.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:56:50.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:56:50.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:56:50.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:56:50.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:56:50.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:56:50.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:56:50.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:56:50.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:50.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:56:50.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:50.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:56:50.256 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:56:50.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:56:50.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:56:50.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:56:50.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:56:50.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:50.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:56:50.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:56:50.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:56:50.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:56:50.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:56:50.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:56:50.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:56:50.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:56:50.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:56:50.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:56:50.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:56:50.259 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:56:50.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo10348836719801856578 16:56:58.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10348836719801856578:org.eclipse.hawk.svn.SvnManager:false 16:56:58.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:58.104 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:58.112 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:58.112 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:58.112 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:58.112 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:58.112 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:58.113 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:58.113 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:56:58.113 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:58.113 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:58.115 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:58.115 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:56:58.116 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763409141) of file:///tmp/hawkSvnRepo10348836719801856578 16:56:58.117 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:58.119 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:58.120 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:58.124 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:56:58.124 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:58.124 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:56:58.124 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:56:58.131 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:56:58.131 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:56:58.131 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:56:58.131 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:58.131 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:58.134 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:56:58.135 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:56:58.137 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:56:58.137 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:56:58.137 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:56:58.137 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:56:58.137 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:58.137 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:58.138 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:58.138 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:58.138 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:58.138 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:58.138 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:58.138 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:58.138 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:58.138 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:56:58.138 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763410325) of file:///tmp/hawkSvnRepo10348836719801856578 16:56:58.138 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:58.139 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:58.139 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:58.145 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:56:58.145 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:58.145 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:56:58.145 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:56:58.145 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:58.145 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:56:58.145 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:58.150 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:56:58.150 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:58.150 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:58.150 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:58.150 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:58.150 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:58.150 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:58.150 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:58.151 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:58.151 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:58.151 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:56:58.151 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763412126) of file:///tmp/hawkSvnRepo10348836719801856578 16:56:58.151 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:58.152 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:58.152 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:58.216 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:56:58.216 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:58.216 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:56:58.216 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:56:58.216 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:58.216 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:56:58.216 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:58.217 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:56:58.217 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:58.217 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:58.217 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:58.217 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:58.217 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:58.218 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:56:58.218 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:58.218 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:58.218 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:58.218 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:56:58.218 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763414108) of file:///tmp/hawkSvnRepo10348836719801856578 16:56:58.218 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:56:58.219 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:56:58.219 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:56:58.224 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:56:58.224 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:56:58.224 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:56:58.224 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:56:58.224 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:56:58.224 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:56:58.224 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:56:58.225 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:56:58.225 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:56:58.225 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:56:58.225 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:56:58.225 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:56:58.225 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:56:58.225 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:56:58.225 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:56:58.225 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:56:58.226 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:56:58.226 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:56:58.226 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763416107) of file:///tmp/hawkSvnRepo10348836719801856578 16:56:58.226 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:58.226 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 122 ms 16:56:58.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:56:58.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10348836719801856578:org.eclipse.hawk.svn.SvnManager:false 16:56:58.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:58.231 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:56:58.232 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:56:58.233 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2370039226092350654/test_commitMessages[LevelDB GreyCat] 16:56:58.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:56:59.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:56:59.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:56:59.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:56:59.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:59.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:59.238 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:56:59.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:56:59.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:56:59.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:56:59.239 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:56:59.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:56:59.240 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:56:59.240 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:56:59.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:59.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:59.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:56:59.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:56:59.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:56:59.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:56:59.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:56:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:56:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:56:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:56:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:56:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:56:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:56:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:56:59.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:56:59.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:56:59.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:56:59.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:56:59.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:56:59.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:56:59.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:56:59.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:56:59.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:56:59.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:56:59.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:56:59.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:56:59.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:56:59.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:56:59.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:56:59.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:56:59.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:56:59.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:56:59.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:56:59.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:56:59.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:56:59.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:56:59.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:56:59.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:56:59.318 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:56:59.318 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:56:59.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:56:59.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:56:59.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:56:59.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:56:59.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:56:59.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:56:59.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:56:59.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:56:59.321 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:56:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:56:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:56:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:56:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:56:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:56:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:56:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:56:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:56:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:56:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:56:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:56:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:56:59.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:56:59.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:56:59.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:56:59.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo15528830864565177523 16:57:07.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15528830864565177523:org.eclipse.hawk.svn.SvnManager:false 16:57:07.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:07.104 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:57:07.110 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:07.111 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:07.111 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:07.111 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:07.111 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:07.112 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:07.112 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:57:07.112 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:07.112 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:07.113 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:07.113 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:57:07.115 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763418244) of file:///tmp/hawkSvnRepo15528830864565177523 16:57:07.115 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:07.118 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:07.118 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:07.122 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:07.122 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:07.122 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:57:07.122 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:57:07.129 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:57:07.129 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:57:07.129 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:57:07.129 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:07.129 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:07.132 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:57:07.132 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:57:07.134 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:57:07.134 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:57:07.135 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:57:07.135 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:57:07.135 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:07.135 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:07.135 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:07.135 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:07.135 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:07.135 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:07.135 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:07.135 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:07.135 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:07.135 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:07.135 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763419343) of file:///tmp/hawkSvnRepo15528830864565177523 16:57:07.135 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:07.137 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:07.137 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:07.141 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:07.141 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:07.141 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:57:07.141 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:57:07.141 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:07.141 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:07.141 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:07.147 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:57:07.147 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:07.147 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:07.147 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:07.147 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:07.147 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:07.147 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:07.147 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:07.147 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:07.147 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:07.147 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:07.147 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763421108) of file:///tmp/hawkSvnRepo15528830864565177523 16:57:07.147 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:07.149 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:07.149 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:07.153 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:07.153 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:07.153 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:57:07.153 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:57:07.153 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:07.153 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:07.153 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:07.154 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:57:07.154 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:07.154 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:07.155 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:07.155 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:07.155 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:07.155 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:07.155 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:07.155 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:07.155 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:07.155 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:07.155 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763423108) of file:///tmp/hawkSvnRepo15528830864565177523 16:57:07.155 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:07.157 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:07.157 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:07.214 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:07.214 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:07.214 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:57:07.215 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:57:07.215 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:07.215 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:07.215 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:07.216 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:57:07.216 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:07.216 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:07.216 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:07.216 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:07.216 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:07.216 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:07.216 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:07.216 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:07.216 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:07.216 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:07.216 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763425115) of file:///tmp/hawkSvnRepo15528830864565177523 16:57:07.216 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:57:07.216 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 112 ms 16:57:07.219 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:57:07.219 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15528830864565177523:org.eclipse.hawk.svn.SvnManager:false 16:57:07.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:07.220 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:57:07.221 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:57:07.222 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4728867934012461395/test_rangesAreBothInclusive[LevelDB GreyCat] 16:57:07.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:57:08.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:57:08.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:08.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:57:08.232 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:08.232 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:08.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:57:08.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:57:08.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:57:08.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:57:08.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:57:08.236 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:57:08.237 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:57:08.237 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:57:08.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:08.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:08.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:57:08.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:57:08.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:57:08.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:57:08.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:57:08.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:57:08.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:57:08.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:57:08.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:57:08.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:57:08.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:57:08.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:57:08.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:57:08.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:57:08.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:57:08.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:57:08.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:57:08.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:57:08.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:57:08.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:57:08.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:57:08.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:57:08.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:57:08.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:57:08.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:57:08.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:57:08.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:57:08.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:57:08.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:57:08.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:57:08.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:57:08.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:57:08.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:57:08.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:57:08.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:57:08.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:57:08.252 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:08.252 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:08.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:57:08.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:57:08.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:57:08.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:57:08.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:57:08.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:57:08.255 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:57:08.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:57:08.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:57:08.258 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:57:08.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo2041898759867398945 16:57:12.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2041898759867398945:org.eclipse.hawk.svn.SvnManager:false 16:57:12.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:12.104 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:57:12.112 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:12.112 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:12.113 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:12.113 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:12.113 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:12.114 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:12.114 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:57:12.114 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:12.115 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:12.116 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:12.116 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 16:57:12.118 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763427234) of file:///tmp/hawkSvnRepo2041898759867398945 16:57:12.118 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:12.122 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:12.122 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:12.126 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:57:12.126 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:12.126 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:57:12.126 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:57:12.133 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:57:12.133 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:57:12.133 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:57:12.133 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:12.133 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:12.136 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:57:12.136 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:57:12.139 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:57:12.139 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:57:12.139 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:57:12.139 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:57:12.139 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:12.139 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:12.139 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:12.139 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:12.139 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:12.139 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:12.139 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:12.139 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:12.139 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:12.139 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:12.139 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763428325) of file:///tmp/hawkSvnRepo2041898759867398945 16:57:12.140 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:12.140 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:12.140 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 16:57:12.140 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 16:57:12.146 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.006s 16:57:12.146 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 16:57:12.146 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:12.146 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:12.146 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:12.146 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:12.146 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:12.146 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:12.146 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:12.146 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:12.146 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:12.146 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763430123) of file:///tmp/hawkSvnRepo2041898759867398945 16:57:12.147 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:57:12.147 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 43 ms 16:57:12.150 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:57:12.150 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2041898759867398945:org.eclipse.hawk.svn.SvnManager:false 16:57:12.152 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:12.152 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:57:12.153 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:57:12.153 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9200215319494588394/test_createDeleteNode[LevelDB GreyCat] 16:57:12.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:57:13.164 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:57:13.165 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:13.165 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:57:13.165 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:13.165 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:13.215 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:57:13.215 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:57:13.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:57:13.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:57:13.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:57:13.216 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:57:13.216 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:57:13.216 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:57:13.241 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:13.241 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:13.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:57:13.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:57:13.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:57:13.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:57:13.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:57:13.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:57:13.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:57:13.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:57:13.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:57:13.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:57:13.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:57:13.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:57:13.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:57:13.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:57:13.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:57:13.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:57:13.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:57:13.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:57:13.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:57:13.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:57:13.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:57:13.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:57:13.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:57:13.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:57:13.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:57:13.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:57:13.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:57:13.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:57:13.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:57:13.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:57:13.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:57:13.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:57:13.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:57:13.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:57:13.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:57:13.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:57:13.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:13.254 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:13.257 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:57:13.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:57:13.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:13.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:57:13.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo6518836552873566727 16:57:17.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6518836552873566727:org.eclipse.hawk.svn.SvnManager:false 16:57:17.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:17.104 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:57:17.111 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:17.111 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:17.111 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:17.111 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:17.111 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:17.112 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:17.112 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:57:17.112 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:17.112 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:17.114 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:17.114 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:57:17.115 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763432162) of file:///tmp/hawkSvnRepo6518836552873566727 16:57:17.115 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:17.118 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:17.118 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:17.123 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:57:17.124 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:17.124 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:57:17.124 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:57:17.133 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:57:17.133 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:57:17.133 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:57:17.133 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:17.133 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:17.137 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:57:17.138 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:57:17.141 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:57:17.141 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:57:17.142 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:57:17.142 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s19ms [pure insertion] marking any relevant derived attributes for update...16:57:17.142 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:17.142 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:17.142 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:17.142 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:17.142 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:17.142 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:17.142 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:17.142 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:17.142 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:17.142 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:17.142 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763433328) of file:///tmp/hawkSvnRepo6518836552873566727 16:57:17.143 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:17.143 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:17.143 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 16:57:17.143 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 16:57:17.151 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.008s 16:57:17.151 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 16:57:17.151 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:17.151 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:17.151 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:17.152 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:17.152 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:57:17.152 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:17.152 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:17.152 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:17.152 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:57:17.152 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763435120) of file:///tmp/hawkSvnRepo6518836552873566727 16:57:17.152 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:57:17.152 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 48 ms 16:57:17.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:57:17.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo6518836552873566727:org.eclipse.hawk.svn.SvnManager:false 16:57:17.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:17.155 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:57:17.156 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:57:17.156 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3649539710252451073/test_travelToMissingTimepointReturnsNull[LevelDB GreyCat] 16:57:17.157 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:57:18.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:57:18.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:18.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:57:18.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:18.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:18.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:57:18.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:57:18.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:57:18.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:57:18.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:57:18.236 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:57:18.237 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:57:18.237 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:57:18.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:18.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:18.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:57:18.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:57:18.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:57:18.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:57:18.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:57:18.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:57:18.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:57:18.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:57:18.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:57:18.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:57:18.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:57:18.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:57:18.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:57:18.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:57:18.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:57:18.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:57:18.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:57:18.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:57:18.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:57:18.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:57:18.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:57:18.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:57:18.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:57:18.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:57:18.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:57:18.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:57:18.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:57:18.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:57:18.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:57:18.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:57:18.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:57:18.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:57:18.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:57:18.249 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:57:18.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:57:18.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:57:18.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:18.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:18.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:57:18.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:18.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:57:18.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:57:18.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:18.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:57:18.254 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:57:18.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:57:18.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:57:18.257 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo14874420084361155933 16:57:32.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14874420084361155933:org.eclipse.hawk.svn.SvnManager:false 16:57:32.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:32.106 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:57:32.112 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:32.113 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:32.113 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:32.113 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:32.113 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:32.114 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:32.114 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:57:32.114 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:32.114 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:32.115 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:32.115 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:57:32.117 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763437217) of file:///tmp/hawkSvnRepo14874420084361155933 16:57:32.117 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:32.120 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:32.120 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:32.124 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:32.124 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:32.124 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:57:32.124 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:57:32.131 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:57:32.132 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:57:32.132 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:57:32.132 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:32.132 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:32.134 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:57:32.135 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:57:32.137 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:57:32.137 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:57:32.137 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:57:32.137 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:57:32.137 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:32.137 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:32.137 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:32.137 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:32.137 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:32.137 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:32.137 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:32.137 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:32.137 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:32.138 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:57:32.138 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763438334) of file:///tmp/hawkSvnRepo14874420084361155933 16:57:32.138 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:32.139 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:32.139 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:32.143 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:32.143 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:32.143 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:57:32.144 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:57:32.144 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:32.144 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:32.144 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:32.148 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:57:32.149 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:32.149 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:32.149 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:32.149 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:32.149 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:32.149 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:32.149 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:32.149 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:32.149 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:32.149 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:32.149 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763440107) of file:///tmp/hawkSvnRepo14874420084361155933 16:57:32.149 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:32.150 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:32.151 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:32.154 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:32.154 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:32.155 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:57:32.155 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:57:32.155 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:32.155 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:32.155 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:32.156 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:57:32.156 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:32.156 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:32.156 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:32.156 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:32.156 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:32.156 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:32.156 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:32.156 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:32.156 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:32.156 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:32.156 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763442110) of file:///tmp/hawkSvnRepo14874420084361155933 16:57:32.156 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:32.158 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:32.158 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:32.217 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:32.217 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:32.218 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:57:32.218 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:2 ratio: 1.0 16:57:32.218 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:32.218 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:32.218 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:32.220 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:57:32.220 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:32.220 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:32.220 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:32.220 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:32.220 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:32.220 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:32.220 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:32.220 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:32.220 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:32.220 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:57:32.221 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763444107) of file:///tmp/hawkSvnRepo14874420084361155933 16:57:32.221 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:32.222 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:32.222 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:32.226 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:32.226 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:32.227 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:57:32.227 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:57:32.227 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:32.227 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:32.227 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:57:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1679763446107) of file:///tmp/hawkSvnRepo14874420084361155933 16:57:32.228 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:32.230 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:32.230 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:32.234 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:32.234 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:32.234 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:57:32.234 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 16:57:32.234 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:32.234 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:32.234 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:32.235 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:57:32.235 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:32.235 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:32.235 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:32.235 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:32.235 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:32.235 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:32.235 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:32.235 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:32.235 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:32.235 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:32.235 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 6 (timepoint 1679763448107) of file:///tmp/hawkSvnRepo14874420084361155933 16:57:32.235 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:32.237 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:32.237 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:32.241 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:32.241 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:32.241 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:57:32.241 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 16:57:32.241 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:32.241 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:32.241 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:32.243 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:57:32.243 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:32.243 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:32.243 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:32.243 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:32.243 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:32.243 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:32.243 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:32.243 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:32.243 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:32.243 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:32.243 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 7 (timepoint 1679763450106) of file:///tmp/hawkSvnRepo14874420084361155933 16:57:32.243 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:57:32.243 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 137 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 1679763446107: 1 Children of NotEmpty at 1679763442110: 2 Children of NotEmpty at 1679763440107: 1 property: eContainer not found in metamodel for type: Tree Children of NotEmpty at 1679763446107: 1 Children of NotEmpty at 1679763442110: 2 Children of NotEmpty at 1679763440107: 1 16:57:32.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:57:32.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14874420084361155933:org.eclipse.hawk.svn.SvnManager:false 16:57:32.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:32.317 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:57:32.318 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:57:32.319 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10949304786068864804/test_unscope[LevelDB GreyCat] 16:57:32.320 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:57:33.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:57:33.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:33.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:57:33.229 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:33.229 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:33.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:57:33.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:57:33.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:57:33.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:57:33.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:57:33.232 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:57:33.232 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:57:33.233 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:57:33.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:33.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:33.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:57:33.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:57:33.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:57:33.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:57:33.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:57:33.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:57:33.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:57:33.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:57:33.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:57:33.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:57:33.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:57:33.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:57:33.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:57:33.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:57:33.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:57:33.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:57:33.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:57:33.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:57:33.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:57:33.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:57:33.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:57:33.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:57:33.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:57:33.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:57:33.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:57:33.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:57:33.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:57:33.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:57:33.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:57:33.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:57:33.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:57:33.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:57:33.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:57:33.245 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:57:33.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:57:33.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:57:33.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:33.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:33.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:57:33.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:57:33.250 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:57:33.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:33.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:57:33.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo4506305715444746708 16:57:37.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4506305715444746708:org.eclipse.hawk.svn.SvnManager:false 16:57:37.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:37.104 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:57:37.111 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:37.111 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:37.111 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:37.111 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:37.111 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:37.112 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:37.112 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:57:37.112 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:37.112 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:37.113 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:37.113 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:57:37.115 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763452329) of file:///tmp/hawkSvnRepo4506305715444746708 16:57:37.116 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:37.118 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:37.118 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:37.122 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:57:37.122 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:37.123 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:57:37.123 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:57:37.129 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:57:37.129 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:57:37.129 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:57:37.129 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:37.129 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:37.132 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:57:37.133 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:57:37.135 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:57:37.135 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:57:37.135 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:57:37.135 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:57:37.135 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:37.135 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:37.135 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:37.135 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:37.135 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:37.135 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:37.135 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:37.135 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:37.135 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:37.135 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:57:37.136 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763453338) of file:///tmp/hawkSvnRepo4506305715444746708 16:57:37.136 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:37.136 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:37.136 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 16:57:37.136 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 16:57:37.142 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.006s 16:57:37.142 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 16:57:37.142 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:37.142 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:37.142 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:37.142 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:37.142 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:37.142 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:37.142 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:37.142 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:37.142 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:37.142 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763455115) of file:///tmp/hawkSvnRepo4506305715444746708 16:57:37.142 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:57:37.142 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 38 ms 16:57:37.147 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:57:37.147 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4506305715444746708:org.eclipse.hawk.svn.SvnManager:false 16:57:37.148 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:37.148 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:57:37.150 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:57:37.150 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2926440758244162499/test_countInstancesFromModelTypes[LevelDB GreyCat] 16:57:37.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:57:38.164 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:57:38.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:38.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:57:38.214 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:38.214 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:38.249 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:57:38.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:57:38.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:57:38.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:57:38.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:57:38.249 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:57:38.250 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:57:38.250 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:57:38.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:38.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:38.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:57:38.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:57:38.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:57:38.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:57:38.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:57:38.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:57:38.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:57:38.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:57:38.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:57:38.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:57:38.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:57:38.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:57:38.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:57:38.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:57:38.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:57:38.264 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:57:38.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:57:38.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:57:38.265 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:38.265 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:57:38.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:57:38.316 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:57:38.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:57:38.319 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:57:38.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo8813145965190148052 16:57:46.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8813145965190148052:org.eclipse.hawk.svn.SvnManager:false 16:57:46.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:46.104 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:57:46.111 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:46.112 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:46.112 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:46.112 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:46.112 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:46.113 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:46.113 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:57:46.113 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:46.113 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:46.114 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:46.114 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:57:46.116 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763457217) of file:///tmp/hawkSvnRepo8813145965190148052 16:57:46.116 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:46.118 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:46.118 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:46.123 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:46.123 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:46.123 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:57:46.123 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:57:46.129 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:57:46.130 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:57:46.130 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:57:46.130 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:46.130 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:46.132 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:57:46.133 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:57:46.135 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:57:46.135 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:57:46.135 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:57:46.135 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:57:46.135 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:46.135 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:46.135 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:46.135 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:46.135 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:46.135 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:46.135 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:46.135 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:46.135 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:46.135 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:57:46.136 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763458332) of file:///tmp/hawkSvnRepo8813145965190148052 16:57:46.136 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:46.137 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:46.137 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:46.141 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:46.141 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:46.142 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:57:46.142 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:57:46.142 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:46.142 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:46.142 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:46.147 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:57:46.147 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:46.147 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:46.147 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:46.147 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:46.147 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:46.147 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:46.147 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:46.147 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:46.159 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:46.159 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 16:57:46.159 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763460106) of file:///tmp/hawkSvnRepo8813145965190148052 16:57:46.159 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:46.161 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:46.161 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:46.165 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:46.165 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:46.165 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:57:46.165 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:57:46.165 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:46.165 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:46.165 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:46.166 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:57:46.166 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:46.166 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:46.166 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:46.166 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:46.166 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:46.166 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:46.166 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:46.166 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:46.166 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:46.166 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:46.166 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763462107) of file:///tmp/hawkSvnRepo8813145965190148052 16:57:46.213 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:46.215 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:46.215 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:46.222 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:46.222 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:46.222 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:57:46.222 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:57:46.222 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:46.222 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:46.222 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:46.223 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:57:46.223 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:46.223 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:46.224 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:46.224 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:46.224 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:46.224 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:46.224 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:46.224 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:46.224 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:46.224 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:46.224 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763464114) of file:///tmp/hawkSvnRepo8813145965190148052 16:57:46.224 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:57:46.224 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 120 ms 16:57:46.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:57:46.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8813145965190148052:org.eclipse.hawk.svn.SvnManager:false 16:57:46.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:46.229 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:57:46.230 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:57:46.231 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2101716923808135165/test_after[LevelDB GreyCat] 16:57:46.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:57:47.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:57:47.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:47.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:57:47.229 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:47.229 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:47.233 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:57:47.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:57:47.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:57:47.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:57:47.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:57:47.234 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:57:47.234 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:57:47.234 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:57:47.238 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:47.238 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:47.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:57:47.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:57:47.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:57:47.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:57:47.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:57:47.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:57:47.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:57:47.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:57:47.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:57:47.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:57:47.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:57:47.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:57:47.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:57:47.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:57:47.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:57:47.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:57:47.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:57:47.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:57:47.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:57:47.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:57:47.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:57:47.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:57:47.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:57:47.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:57:47.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:57:47.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:57:47.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:57:47.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:57:47.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:57:47.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:57:47.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:57:47.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:57:47.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:57:47.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:57:47.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:57:47.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:57:47.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:47.316 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:57:47.319 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:57:47.319 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:57:47.320 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:57:47.321 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:57:47.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:57:47.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo14099867900040066049 16:57:55.102 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14099867900040066049:org.eclipse.hawk.svn.SvnManager:false 16:57:55.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:55.104 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:57:55.111 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:55.111 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:55.111 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:55.111 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:55.111 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:55.113 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:55.113 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 16:57:55.113 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:55.113 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:55.115 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:55.115 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 16:57:55.117 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763466244) of file:///tmp/hawkSvnRepo14099867900040066049 16:57:55.117 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:55.120 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:55.120 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:55.124 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:55.124 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:55.125 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:57:55.125 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:57:55.131 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:57:55.131 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:57:55.131 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:57:55.131 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:55.131 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:55.134 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:57:55.135 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:57:55.137 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:57:55.137 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:57:55.137 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:57:55.137 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:57:55.137 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:55.137 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:55.137 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:55.137 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:55.137 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:55.137 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:55.137 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:55.137 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:55.137 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:55.137 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:57:55.138 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763467336) of file:///tmp/hawkSvnRepo14099867900040066049 16:57:55.138 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:55.139 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:55.139 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:55.155 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:55.155 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:55.155 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:57:55.155 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:57:55.156 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:55.156 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:55.156 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:55.160 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:57:55.160 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:57:55.161 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:57:55.161 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:55.161 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:55.161 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:55.161 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:55.161 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:55.161 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:55.161 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:55.161 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:55.161 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763469108) of file:///tmp/hawkSvnRepo14099867900040066049 16:57:55.161 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:55.162 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:55.162 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:55.215 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:55.215 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:55.215 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:57:55.215 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:57:55.215 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:55.215 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:55.215 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:55.216 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:57:55.216 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:55.216 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:55.216 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:55.216 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:55.216 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:55.216 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:55.216 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:55.216 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:55.216 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:55.216 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:55.216 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763471107) of file:///tmp/hawkSvnRepo14099867900040066049 16:57:55.217 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:55.218 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:55.218 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:55.222 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:55.222 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:55.222 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:57:55.223 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:57:55.223 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:55.223 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:55.223 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:55.223 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:57:55.223 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:55.223 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:55.224 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:55.224 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:55.224 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:55.224 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:55.224 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:55.224 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:55.224 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:55.224 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:55.224 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763473107) of file:///tmp/hawkSvnRepo14099867900040066049 16:57:55.224 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:57:55.224 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 120 ms 16:57:57.100 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:57:57.101 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:57.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:57.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:57.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:57.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:57.102 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:57.102 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:57.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:57.102 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:57.102 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:57.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:57.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763473107) of file:///tmp/hawkSvnRepo14099867900040066049 16:57:57.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:57:57.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:57:57.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:57:57.107 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:57:57.107 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:57:57.108 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 16:57:57.108 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 16:57:57.108 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:57:57.108 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:57:57.108 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:57:57.109 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:57:57.109 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:57:57.109 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:57:57.109 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:57:57.109 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:57:57.109 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:57:57.109 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:57:57.109 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:57:57.109 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:57:57.109 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:57:57.109 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:57:57.109 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1679763475113) of file:///tmp/hawkSvnRepo14099867900040066049 16:57:57.109 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:57:57.109 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 9 ms 16:57:57.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:57:57.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14099867900040066049:org.eclipse.hawk.svn.SvnManager:false 16:57:57.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:57.115 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:57:57.117 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:57:57.117 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8267823616739591495/test_until[LevelDB GreyCat] 16:57:57.118 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:57:58.226 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:57:58.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:57:58.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:57:58.227 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:58.227 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:58.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:57:58.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:57:58.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:57:58.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:57:58.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:57:58.231 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:57:58.232 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:57:58.232 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:57:58.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:58.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:58.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:57:58.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:57:58.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:57:58.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:57:58.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:57:58.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:57:58.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:57:58.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:57:58.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:57:58.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:57:58.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:57:58.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:57:58.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:57:58.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:57:58.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:57:58.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:57:58.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:57:58.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:57:58.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:57:58.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:57:58.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:57:58.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:57:58.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:57:58.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:57:58.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:57:58.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:57:58.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:57:58.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:57:58.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:57:58.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:57:58.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:57:58.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:57:58.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:57:58.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:57:58.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:57:58.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:57:58.252 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:57:58.252 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:57:58.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:57:58.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:58.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:57:58.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:57:58.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:57:58.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:57:58.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:57:58.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:57:58.315 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:57:58.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:57:58.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:58.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:57:58.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:57:58.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:57:58.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:57:58.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:57:58.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:57:58.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:57:58.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:57:58.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:57:58.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:58.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:57:58.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:57:58.319 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:57:58.320 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo869521518096094053 16:58:06.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo869521518096094053:org.eclipse.hawk.svn.SvnManager:false 16:58:06.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:06.104 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:58:06.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:06.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:06.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:06.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:06.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:06.112 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:06.112 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:58:06.112 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:06.112 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:06.114 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:06.114 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:58:06.115 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763477131) of file:///tmp/hawkSvnRepo869521518096094053 16:58:06.116 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:06.118 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:06.118 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:06.122 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:06.122 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:06.122 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:58:06.122 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:58:06.129 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:58:06.129 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:58:06.129 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:58:06.129 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:06.129 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:06.131 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:58:06.132 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:58:06.134 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:58:06.134 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:58:06.134 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:58:06.134 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:58:06.134 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:06.134 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:06.134 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:06.134 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:06.135 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:06.135 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:58:06.135 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:06.135 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:06.135 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:06.135 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:58:06.135 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763478335) of file:///tmp/hawkSvnRepo869521518096094053 16:58:06.135 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:06.136 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:06.136 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:06.140 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:06.140 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:06.140 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:58:06.141 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:58:06.141 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:06.141 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:06.141 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:06.146 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:58:06.146 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:06.146 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:06.146 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:06.146 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:06.146 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:06.146 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:06.146 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:06.146 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:06.146 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:06.146 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:06.146 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763480107) of file:///tmp/hawkSvnRepo869521518096094053 16:58:06.146 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:06.148 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:06.148 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:06.151 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:06.152 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:06.152 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:58:06.152 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:58:06.152 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:06.152 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:06.152 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:06.153 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:58:06.153 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:06.153 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:06.153 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:06.153 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:06.153 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:06.153 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:06.153 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:06.153 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:06.153 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:06.153 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:06.153 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763482106) of file:///tmp/hawkSvnRepo869521518096094053 16:58:06.153 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:06.155 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:06.155 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:06.158 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:06.158 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:06.214 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:58:06.214 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:58:06.214 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:06.214 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:06.214 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:06.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s57ms [pure insertion] marking any relevant derived attributes for update...16:58:06.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:06.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:06.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:06.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:06.215 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:06.215 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:06.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:06.215 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:06.215 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:06.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:06.215 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763484106) of file:///tmp/hawkSvnRepo869521518096094053 16:58:06.216 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:58:06.216 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 112 ms 16:58:08.100 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:58:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:08.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763484106) of file:///tmp/hawkSvnRepo869521518096094053 16:58:08.103 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:08.104 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:08.104 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:08.108 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:08.108 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:08.109 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 16:58:08.109 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 0.5 16:58:08.109 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:08.109 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:08.109 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s3ms [pure insertion] marking any relevant derived attributes for update...16:58:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1679763486113) of file:///tmp/hawkSvnRepo869521518096094053 16:58:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:58:08.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 11 ms 16:58:08.121 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:58:08.121 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo869521518096094053:org.eclipse.hawk.svn.SvnManager:false 16:58:08.122 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:08.122 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:58:08.123 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:58:08.123 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12564986575161981292/test_whenPoints[LevelDB GreyCat] 16:58:08.124 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:58:09.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:58:09.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:09.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:58:09.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:09.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:09.238 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:58:09.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:58:09.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:58:09.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:58:09.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:58:09.238 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:58:09.239 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:58:09.239 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:58:09.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:09.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:09.246 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:58:09.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:58:09.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:58:09.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:58:09.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:58:09.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:58:09.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:58:09.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:58:09.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:58:09.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:58:09.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:58:09.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:58:09.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:58:09.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:58:09.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:58:09.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:58:09.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:58:09.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:58:09.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:58:09.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:58:09.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:58:09.254 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:09.254 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:09.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:58:09.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:58:09.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:58:09.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:58:09.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:58:09.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:58:09.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:58:09.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:58:09.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:58:09.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:58:09.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:58:09.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:58:09.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:58:09.258 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:58:09.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:58:09.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:09.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:58:09.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:58:09.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:58:09.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:58:09.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo14833362906397845726 16:58:17.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14833362906397845726:org.eclipse.hawk.svn.SvnManager:false 16:58:17.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:17.104 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:58:17.112 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:17.112 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:17.112 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:17.112 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:17.112 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:17.113 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:17.113 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:58:17.113 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:17.113 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:17.115 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:17.115 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:58:17.116 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763488133) of file:///tmp/hawkSvnRepo14833362906397845726 16:58:17.117 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:17.119 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:17.119 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:17.124 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:17.124 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:17.124 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:58:17.124 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:58:17.131 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:58:17.131 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:58:17.131 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:58:17.131 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:17.131 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:17.133 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:58:17.134 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:58:17.136 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:58:17.136 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:58:17.136 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:58:17.136 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:58:17.136 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:17.136 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:17.136 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:17.136 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:17.136 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:17.136 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:17.136 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:17.136 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:17.136 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:17.136 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:58:17.137 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763489327) of file:///tmp/hawkSvnRepo14833362906397845726 16:58:17.137 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:17.138 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:17.138 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:17.142 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:17.142 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:17.142 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:58:17.142 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:58:17.142 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:17.142 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:17.142 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:17.147 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:58:17.147 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:58:17.148 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:58:17.148 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:17.148 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:17.148 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:17.148 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:17.148 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:17.148 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:17.148 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:17.148 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:17.148 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763491107) of file:///tmp/hawkSvnRepo14833362906397845726 16:58:17.148 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:17.149 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:17.149 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:17.153 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:17.153 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:17.154 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:58:17.154 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:58:17.154 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:17.154 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:17.154 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:17.155 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:58:17.155 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:17.155 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:17.155 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:17.155 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:17.155 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:17.155 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:17.155 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:17.155 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:17.155 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:17.155 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:17.155 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763493106) of file:///tmp/hawkSvnRepo14833362906397845726 16:58:17.155 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:17.157 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:17.157 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:17.162 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:17.162 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:17.162 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:58:17.162 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:58:17.162 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:17.162 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:17.162 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:17.214 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s52ms [pure insertion] marking any relevant derived attributes for update...16:58:17.214 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:17.214 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:17.214 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:17.214 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:17.214 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:17.214 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:17.214 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:17.214 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:17.214 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:17.214 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:58:17.215 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763495107) of file:///tmp/hawkSvnRepo14833362906397845726 16:58:17.215 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:58:17.215 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 111 ms 16:58:19.100 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:58:19.101 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:19.101 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:19.101 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:19.101 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:58:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763495107) of file:///tmp/hawkSvnRepo14833362906397845726 16:58:19.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:19.103 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:19.103 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:19.107 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:19.107 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:19.108 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 16:58:19.108 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.25 16:58:19.108 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:19.108 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:19.108 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:19.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:58:19.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:19.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:19.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:19.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:19.109 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:19.109 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:19.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:19.109 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:19.109 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:19.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:19.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1679763497113) of file:///tmp/hawkSvnRepo14833362906397845726 16:58:19.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:58:19.109 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 9 ms Label at 1679763497113: SomethingElse 16:58:19.126 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:58:19.126 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14833362906397845726:org.eclipse.hawk.svn.SvnManager:false 16:58:19.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:19.127 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:58:19.128 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:58:19.129 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7533201874673642350/test_onceFalse[LevelDB GreyCat] 16:58:19.130 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:58:20.229 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:58:20.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:20.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:58:20.230 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:20.230 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:20.233 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:58:20.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:58:20.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:58:20.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:58:20.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:58:20.233 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:58:20.234 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:58:20.234 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:58:20.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:20.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:20.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:58:20.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:58:20.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:58:20.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:58:20.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:58:20.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:58:20.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:58:20.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:58:20.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:58:20.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:58:20.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:58:20.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:58:20.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:58:20.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:58:20.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:58:20.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:58:20.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:58:20.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:58:20.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:58:20.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:58:20.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:58:20.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:58:20.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:58:20.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:58:20.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:58:20.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:58:20.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:58:20.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:58:20.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:58:20.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:58:20.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:58:20.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:58:20.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:58:20.246 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:58:20.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:58:20.246 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:58:20.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:20.247 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:20.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:58:20.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:58:20.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:58:20.250 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:58:20.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:58:20.254 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:58:20.254 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo4379075865731595524 16:58:28.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4379075865731595524:org.eclipse.hawk.svn.SvnManager:false 16:58:28.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:28.104 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:58:28.110 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:28.110 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:28.110 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:28.110 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:28.110 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:28.112 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:28.112 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 16:58:28.112 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:28.112 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:28.113 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:28.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:58:28.114 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763499139) of file:///tmp/hawkSvnRepo4379075865731595524 16:58:28.115 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:28.117 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:28.117 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:28.121 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:28.121 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:28.121 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:58:28.121 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:58:28.128 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:58:28.128 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:58:28.128 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:58:28.128 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:28.128 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:28.130 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:58:28.131 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:58:28.133 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:58:28.133 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:58:28.133 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:58:28.133 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:58:28.133 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:28.133 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:28.134 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:28.134 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:28.134 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:28.134 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:28.134 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:28.134 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:28.134 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:28.134 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:28.134 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763500324) of file:///tmp/hawkSvnRepo4379075865731595524 16:58:28.134 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:28.135 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:28.135 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:28.139 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:28.139 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:28.139 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:58:28.139 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:58:28.139 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:28.139 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:28.139 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:28.144 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:58:28.144 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:58:28.145 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:58:28.145 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:28.145 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:28.145 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:28.145 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:28.145 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:28.145 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:28.145 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:28.145 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:28.145 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763502124) of file:///tmp/hawkSvnRepo4379075865731595524 16:58:28.145 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:28.146 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:28.146 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:28.150 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:28.150 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:28.150 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:58:28.151 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:58:28.151 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:28.151 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:28.151 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:28.151 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:58:28.151 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:28.151 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:28.151 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:28.151 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:28.151 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:28.152 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:58:28.152 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:28.152 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:28.152 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:28.152 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:58:28.152 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763504106) of file:///tmp/hawkSvnRepo4379075865731595524 16:58:28.152 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:28.153 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:28.153 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:28.157 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:28.157 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:28.157 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:58:28.157 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:58:28.157 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:28.157 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:28.157 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:28.158 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:58:28.158 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:28.158 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:28.158 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:28.158 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:28.158 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:28.158 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:28.158 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:28.158 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:28.158 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:28.158 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:28.158 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763506109) of file:///tmp/hawkSvnRepo4379075865731595524 16:58:28.159 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:58:28.159 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 55 ms 16:58:28.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:58:28.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4379075865731595524:org.eclipse.hawk.svn.SvnManager:false 16:58:28.215 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:28.215 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:58:28.217 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:58:28.217 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13985372058690208611/test_followReferences[LevelDB GreyCat] 16:58:28.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:58:29.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:58:29.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:29.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:58:29.228 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:29.228 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:29.230 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:58:29.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:58:29.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:58:29.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:58:29.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:58:29.231 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:58:29.232 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:58:29.232 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:58:29.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:29.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:29.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:58:29.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:58:29.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:58:29.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:58:29.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:58:29.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:58:29.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:58:29.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:58:29.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:58:29.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:58:29.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:58:29.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:58:29.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:58:29.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:58:29.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:58:29.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:58:29.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:58:29.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:58:29.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:58:29.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:58:29.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:58:29.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:58:29.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:58:29.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:58:29.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:58:29.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:58:29.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:58:29.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:58:29.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:58:29.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:58:29.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:58:29.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:58:29.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:58:29.248 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:58:29.248 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:58:29.248 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:58:29.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:29.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:58:29.315 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:58:29.315 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:58:29.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:58:29.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:58:29.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:58:29.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:58:29.319 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:58:29.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo1803977685213546379 16:58:37.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1803977685213546379:org.eclipse.hawk.svn.SvnManager:false 16:58:37.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:37.104 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:58:37.110 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:37.110 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:37.110 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:37.110 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:37.110 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:37.111 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:37.111 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:58:37.111 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:37.111 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:37.112 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:37.112 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:58:37.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763508232) of file:///tmp/hawkSvnRepo1803977685213546379 16:58:37.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:37.116 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:37.116 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:37.120 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:37.120 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:37.121 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:58:37.121 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:58:37.127 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:58:37.127 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:58:37.127 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:58:37.127 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:37.127 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:37.129 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:58:37.130 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:58:37.132 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:58:37.132 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:58:37.132 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:58:37.132 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:58:37.132 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:37.132 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:37.132 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:37.132 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:37.132 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:37.132 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:37.132 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:37.132 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:37.132 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:37.132 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:58:37.133 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763509334) of file:///tmp/hawkSvnRepo1803977685213546379 16:58:37.133 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:37.134 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:37.134 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:37.138 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:37.138 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:37.138 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:58:37.138 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:58:37.138 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:37.138 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:37.138 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:37.143 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:58:37.143 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:37.143 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:37.143 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:37.143 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:37.143 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:37.143 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:37.143 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:37.143 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:37.143 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:37.143 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:37.144 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763511107) of file:///tmp/hawkSvnRepo1803977685213546379 16:58:37.144 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:37.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:37.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:37.149 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:37.149 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:37.149 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:58:37.149 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:58:37.149 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:37.149 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:37.149 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:58:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763513107) of file:///tmp/hawkSvnRepo1803977685213546379 16:58:37.150 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:37.152 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:37.152 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:37.155 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:37.155 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:37.156 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:58:37.156 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:58:37.156 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:37.156 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:37.156 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:37.157 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:58:37.157 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:37.157 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:37.157 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:37.157 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:37.157 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:37.157 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:37.157 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:37.157 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:37.157 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:37.157 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:37.157 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763515106) of file:///tmp/hawkSvnRepo1803977685213546379 16:58:37.157 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:58:37.157 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 53 ms 16:58:37.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:58:37.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1803977685213546379:org.eclipse.hawk.svn.SvnManager:false 16:58:37.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:37.214 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:58:37.215 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:58:37.215 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10663878230560658326/test_untilThen[LevelDB GreyCat] 16:58:37.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:58:38.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:58:38.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:38.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:58:38.228 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:38.228 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:38.230 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:58:38.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:58:38.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:58:38.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:58:38.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:58:38.231 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:58:38.232 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:58:38.232 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:58:38.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:38.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:38.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:58:38.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:58:38.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:58:38.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:58:38.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:58:38.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:58:38.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:58:38.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:58:38.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:58:38.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:58:38.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:58:38.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:58:38.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:58:38.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:58:38.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:58:38.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:58:38.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:58:38.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:58:38.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:58:38.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:58:38.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:58:38.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:58:38.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:58:38.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:58:38.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:58:38.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:58:38.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:58:38.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:58:38.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:58:38.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:58:38.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:58:38.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:58:38.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:58:38.244 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:58:38.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:58:38.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:58:38.246 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:38.246 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:38.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:38.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:58:38.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:38.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:38.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:58:38.248 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:58:38.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:58:38.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:58:38.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo10134862489287200656 16:58:46.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10134862489287200656:org.eclipse.hawk.svn.SvnManager:false 16:58:46.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:46.105 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:58:46.111 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:46.111 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:46.111 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:46.111 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:46.111 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:46.112 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:46.112 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:58:46.112 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:46.112 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:46.114 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:46.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:58:46.115 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763517225) of file:///tmp/hawkSvnRepo10134862489287200656 16:58:46.116 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:46.118 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:46.118 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:46.122 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:46.122 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:46.122 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:58:46.122 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:58:46.128 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:58:46.128 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:58:46.128 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:58:46.128 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:46.128 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:46.131 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:58:46.132 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:58:46.134 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:58:46.134 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:58:46.134 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:58:46.134 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:58:46.134 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:46.134 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:46.134 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:46.134 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:46.134 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:46.134 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:46.134 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:46.134 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:46.135 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:46.135 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:58:46.135 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763518327) of file:///tmp/hawkSvnRepo10134862489287200656 16:58:46.135 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:46.136 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:46.136 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:46.140 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:46.140 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:46.140 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:58:46.141 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:58:46.141 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:46.141 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:46.141 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:46.146 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:58:46.146 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:46.146 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:46.146 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:46.146 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:46.146 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:46.146 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:46.146 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:46.146 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:46.146 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:46.146 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:46.146 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763520106) of file:///tmp/hawkSvnRepo10134862489287200656 16:58:46.146 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:46.148 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:46.148 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:46.152 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:46.152 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:46.152 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:58:46.152 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:58:46.152 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:46.152 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:46.152 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:46.153 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:58:46.153 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:46.153 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:46.153 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:46.153 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:46.153 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:46.153 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:46.153 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:46.153 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:46.153 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:46.153 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:46.153 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763522106) of file:///tmp/hawkSvnRepo10134862489287200656 16:58:46.153 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:46.214 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:46.214 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:46.220 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:58:46.220 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:46.220 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:58:46.220 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:58:46.220 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:58:46.220 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:58:46.220 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:58:46.221 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:58:46.221 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:58:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:58:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763524121) of file:///tmp/hawkSvnRepo10134862489287200656 16:58:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:58:46.222 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 117 ms 16:58:46.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:58:46.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10134862489287200656:org.eclipse.hawk.svn.SvnManager:false 16:58:46.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:46.228 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:58:46.229 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:58:46.230 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit70673092479145118/test_beforeThen[LevelDB GreyCat] 16:58:46.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:58:47.224 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:58:47.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:47.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:58:47.225 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:47.225 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:47.230 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:58:47.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:58:47.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:58:47.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:58:47.230 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:58:47.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:58:47.231 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:58:47.231 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:58:47.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:47.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:47.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:58:47.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:58:47.241 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:58:47.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:58:47.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:58:47.242 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:58:47.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:58:47.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:58:47.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:58:47.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:58:47.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:58:47.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:58:47.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:58:47.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:58:47.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:58:47.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:58:47.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:58:47.243 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:58:47.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:58:47.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:58:47.244 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:58:47.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:58:47.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:58:47.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:58:47.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:58:47.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:58:47.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:58:47.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:58:47.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:58:47.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:58:47.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:58:47.245 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:58:47.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:58:47.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:58:47.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:58:47.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:58:47.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:47.254 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:47.316 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:47.316 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:58:47.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:58:47.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:58:47.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:58:47.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:58:47.317 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:58:47.319 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:58:47.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo18177706151013897825 16:58:51.102 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo18177706151013897825:org.eclipse.hawk.svn.SvnManager:false 16:58:51.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:51.104 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:58:51.109 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:51.109 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:51.109 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:51.109 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:51.109 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:51.110 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:51.110 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:58:51.111 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:51.111 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:51.112 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:51.112 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:58:51.113 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763526242) of file:///tmp/hawkSvnRepo18177706151013897825 16:58:51.113 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:51.115 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:51.116 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:51.120 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:58:51.120 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:58:51.120 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:58:51.120 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:58:51.129 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:58:51.129 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:58:51.129 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:58:51.129 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:51.129 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:51.133 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:58:51.134 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:58:51.137 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:58:51.137 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:58:51.137 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:58:51.137 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:58:51.137 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:58:51.137 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:58:51.137 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:51.137 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:51.137 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:51.137 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:51.137 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:51.137 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:51.137 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:51.137 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:51.137 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763527331) of file:///tmp/hawkSvnRepo18177706151013897825 16:58:51.138 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:58:51.138 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:58:51.138 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 16:58:51.138 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 16:58:51.145 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.007s 16:58:51.145 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 16:58:51.145 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:58:51.145 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:58:51.145 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:58:51.145 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:58:51.145 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:58:51.145 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:58:51.145 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:58:51.145 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:58:51.145 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:58:51.145 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763529114) of file:///tmp/hawkSvnRepo18177706151013897825 16:58:51.146 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:58:51.146 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 42 ms 16:58:51.147 [pool-102-thread-1] INFO org.eclipse.hawk.timeaware.queries.TimelineEOLQueryEngine - Ran 0/3 instants 16:58:51.153 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:58:51.153 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo18177706151013897825:org.eclipse.hawk.svn.SvnManager:false 16:58:51.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:51.154 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:58:51.155 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:58:51.155 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16333020755044047895/test_countInstancesTimeline[LevelDB GreyCat] 16:58:51.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:58:52.347 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:58:52.349 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:58:52.349 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:58:52.349 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:52.349 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:52.352 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:58:52.352 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:58:52.352 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:58:52.365 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:58:52.366 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:58:52.366 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:58:52.388 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:58:52.389 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:58:52.392 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:52.392 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:52.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:58:52.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:58:52.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:58:52.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:58:52.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:58:52.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:58:52.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:58:52.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:58:52.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:58:52.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:58:52.398 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:58:52.398 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:58:52.399 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:58:52.399 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:58:52.399 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:58:52.399 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:58:52.399 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:58:52.399 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:58:52.400 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:58:52.401 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:58:52.401 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:58:52.401 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:58:52.401 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:58:52.401 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:58:52.401 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:58:52.401 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:58:52.401 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:58:52.401 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:58:52.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:58:52.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:58:52.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:58:52.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:58:52.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:58:52.441 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:58:52.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:58:52.441 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:58:52.443 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:58:52.443 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:58:52.447 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:58:52.447 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:58:52.448 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:58:52.449 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:58:52.451 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:58:52.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo4158853148893859134 16:59:00.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4158853148893859134:org.eclipse.hawk.svn.SvnManager:false 16:59:00.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:00.104 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:00.110 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:00.110 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:00.110 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:00.110 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:00.110 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:00.111 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:00.111 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:59:00.111 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:00.111 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:00.113 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:00.113 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:59:00.114 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763531215) of file:///tmp/hawkSvnRepo4158853148893859134 16:59:00.114 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:00.117 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:00.117 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:00.121 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:59:00.121 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:00.121 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:00.121 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:59:00.127 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:59:00.128 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:59:00.128 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:59:00.128 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:00.128 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:00.130 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:59:00.131 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:59:00.133 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:59:00.133 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:59:00.133 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:59:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:59:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:59:00.133 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763532528) of file:///tmp/hawkSvnRepo4158853148893859134 16:59:00.134 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:00.135 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:00.135 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:00.138 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:59:00.138 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:00.139 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:59:00.139 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:59:00.139 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:59:00.139 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:59:00.139 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:59:00.144 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...16:59:00.144 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:00.144 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:00.144 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:00.144 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:00.144 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:00.144 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:00.144 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:00.144 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:00.144 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:00.144 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:59:00.144 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763534106) of file:///tmp/hawkSvnRepo4158853148893859134 16:59:00.144 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:00.146 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:00.146 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:00.149 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:59:00.149 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:00.150 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:59:00.150 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:59:00.150 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:59:00.150 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:59:00.150 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:59:00.151 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:59:00.151 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:00.151 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:00.151 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:00.151 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:00.151 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:00.151 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:00.151 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:00.151 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:00.151 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:00.151 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:59:00.151 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763536106) of file:///tmp/hawkSvnRepo4158853148893859134 16:59:00.151 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:00.152 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:00.152 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:00.156 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:59:00.156 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:00.156 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:59:00.156 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:59:00.156 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:59:00.156 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:59:00.156 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:59:00.157 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...16:59:00.157 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:00.157 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:00.157 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:00.157 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:00.157 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:00.157 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:00.157 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:00.157 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:00.157 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:00.157 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:59:00.157 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763538106) of file:///tmp/hawkSvnRepo4158853148893859134 16:59:00.158 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:00.158 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 54 ms 16:59:00.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:00.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4158853148893859134:org.eclipse.hawk.svn.SvnManager:false 16:59:00.215 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:00.215 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:00.217 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:00.217 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2959895635342234207/test_afterThen[LevelDB GreyCat] 16:59:00.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:01.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:01.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:01.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:01.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:01.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:01.242 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:01.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:01.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:01.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:59:01.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:59:01.242 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:01.243 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:01.243 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:59:01.246 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:01.246 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:01.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:01.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:01.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:01.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:01.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:01.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:01.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:01.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:01.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:01.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:01.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:01.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:01.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:01.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:01.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:01.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:01.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:01.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:01.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:01.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:01.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:01.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:01.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:01.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:01.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:01.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:01.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:01.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:01.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:01.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:01.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:01.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:01.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:01.256 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:59:01.256 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:01.256 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:59:01.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:01.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:01.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:59:01.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:59:01.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:01.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:01.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:59:01.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:59:01.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:59:01.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:59:01.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:59:01.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:59:01.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:59:01.260 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:59:01.260 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:59:01.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:59:01.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:59:01.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:01.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:59:01.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:59:01.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:59:01.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:59:01.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:59:01.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:59:01.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:59:01.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:01.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:59:01.263 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:59:01.263 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo14331798405603292601 16:59:05.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14331798405603292601:org.eclipse.hawk.svn.SvnManager:false 16:59:05.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:05.105 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:05.110 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:05.110 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:05.110 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:05.110 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:05.110 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:05.111 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:05.111 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:59:05.111 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:05.111 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:05.112 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:05.112 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:59:05.114 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763540243) of file:///tmp/hawkSvnRepo14331798405603292601 16:59:05.114 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:05.116 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:05.116 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:05.120 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:59:05.120 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:05.121 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:05.121 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:59:05.127 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:59:05.127 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:59:05.127 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:59:05.127 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:05.127 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:05.130 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:59:05.131 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:59:05.133 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:59:05.133 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:59:05.133 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:59:05.133 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...16:59:05.133 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:05.133 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:05.133 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:05.133 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:05.133 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:05.133 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:05.133 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:05.133 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:05.133 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:05.133 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:59:05.133 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763541325) of file:///tmp/hawkSvnRepo14331798405603292601 16:59:05.134 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:05.134 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:05.134 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 16:59:05.134 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 16:59:05.139 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.005s 16:59:05.140 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 16:59:05.140 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:05.140 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:05.140 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:05.140 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:05.140 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:05.140 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:05.140 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:05.140 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:05.140 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:59:05.140 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763543114) of file:///tmp/hawkSvnRepo14331798405603292601 16:59:05.140 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:05.140 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 35 ms 16:59:05.144 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:05.144 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14331798405603292601:org.eclipse.hawk.svn.SvnManager:false 16:59:05.145 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:05.145 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:05.146 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:05.147 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5442734049717708706/test_countInstancesFromModel[LevelDB GreyCat] 16:59:05.147 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:06.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:06.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:06.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:06.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:06.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:06.241 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:06.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:06.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:06.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:59:06.242 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:06.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:59:06.242 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:06.242 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:59:06.246 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:06.246 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:06.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:06.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:06.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:06.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:06.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:06.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:06.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:06.252 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:06.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:06.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:06.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:06.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:06.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:06.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:06.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:06.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:06.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:06.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:06.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:06.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:06.254 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:06.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:06.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:06.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:06.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:06.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:06.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:06.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:06.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:06.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:06.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:06.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:06.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:06.315 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:59:06.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:06.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:59:06.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:06.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:06.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:59:06.322 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:59:06.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:59:06.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:59:06.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:59:06.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:06.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:06.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:59:06.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:59:06.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:59:06.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo7949622680567465554 16:59:14.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7949622680567465554:org.eclipse.hawk.svn.SvnManager:false 16:59:14.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:14.105 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:14.112 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:14.112 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:14.112 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:14.112 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:14.112 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:14.114 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:14.114 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 16:59:14.114 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:14.114 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:14.115 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:14.115 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 16:59:14.117 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763545156) of file:///tmp/hawkSvnRepo7949622680567465554 16:59:14.117 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:14.120 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:14.120 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:14.124 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:59:14.124 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:14.124 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:14.124 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:59:14.130 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:59:14.130 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 16:59:14.130 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 16:59:14.130 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:14.130 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:14.132 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:59:14.133 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:59:14.135 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:59:14.135 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:59:14.135 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:59:14.135 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...16:59:14.135 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:14.135 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:14.135 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:14.135 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:14.135 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:14.135 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:14.135 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:14.135 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:14.136 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:14.136 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:59:14.136 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763546343) of file:///tmp/hawkSvnRepo7949622680567465554 16:59:14.136 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:14.137 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:14.137 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:14.141 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:59:14.141 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:14.141 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:59:14.141 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:59:14.141 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:59:14.141 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:59:14.141 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:59:14.146 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:59:14.146 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:14.146 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:14.146 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:14.146 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:14.146 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:14.147 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:14.147 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:14.147 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:14.147 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:14.147 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:59:14.147 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763548107) of file:///tmp/hawkSvnRepo7949622680567465554 16:59:14.147 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:14.148 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:14.148 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:14.152 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:59:14.152 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:14.153 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:59:14.153 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 16:59:14.153 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:59:14.153 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:59:14.153 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:59:14.154 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:59:14.154 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:14.154 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:14.154 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:14.154 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:14.154 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:14.154 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:14.154 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:14.154 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:14.154 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:14.154 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:59:14.154 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763550107) of file:///tmp/hawkSvnRepo7949622680567465554 16:59:14.154 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:14.155 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:14.155 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:14.159 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:59:14.159 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:14.160 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 16:59:14.160 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 16:59:14.160 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:59:14.160 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:59:14.160 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:59:14.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...16:59:14.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:14.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:14.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:14.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:14.161 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:14.161 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:14.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:14.161 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:14.161 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:14.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:59:14.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679763552115) of file:///tmp/hawkSvnRepo7949622680567465554 16:59:14.214 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:14.214 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 109 ms 16:59:14.226 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:14.226 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7949622680567465554:org.eclipse.hawk.svn.SvnManager:false 16:59:14.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:14.228 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:14.229 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:14.229 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7876122625280090607/test_alwaysTrue[LevelDB GreyCat] 16:59:14.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:15.226 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:15.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:15.227 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:15.227 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:15.227 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:15.230 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:15.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:15.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:15.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:59:15.230 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:59:15.230 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:15.231 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:15.231 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:59:15.233 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:15.233 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:15.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:15.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:15.236 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:15.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:15.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:15.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:15.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:15.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:15.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:15.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:15.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:15.237 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:15.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:15.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:15.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:15.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:15.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:15.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:15.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:15.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:15.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:15.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:15.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:15.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:15.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:15.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:15.239 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:15.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:15.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:15.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:15.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:15.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:15.240 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:15.243 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:59:15.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:15.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:59:15.245 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:15.245 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:15.247 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:59:15.247 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:59:15.248 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:59:15.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:59:15.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:59:15.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:59:15.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:15.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:59:15.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:59:15.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:59:15.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:59:15.249 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:59:15.250 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:59:15.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:15.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:59:15.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:15.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:15.253 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:59:15.254 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:59:15.254 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:15.254 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::hasNoChildren... 16:59:15.254 [main] INFO org.eclipse.hawk.graph.updater.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; 16:59:15.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::hasNoChildren. No username/password recorded for the repository file:///tmp/hawkSvnRepo7594037356349023783 16:59:21.103 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7594037356349023783:org.eclipse.hawk.svn.SvnManager:false 16:59:21.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:21.104 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:21.110 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:21.110 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:21.110 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:21.110 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:21.110 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:21.112 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:21.112 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 16:59:21.112 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:21.112 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:21.113 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:21.113 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 16:59:21.115 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679763554244) of file:///tmp/hawkSvnRepo7594037356349023783 16:59:21.115 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:21.118 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:21.118 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:21.122 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:59:21.122 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:21.124 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:21.124 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 16:59:21.128 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 16:59:21.133 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:59:21.133 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 16:59:21.133 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:59:21.133 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...16:59:21.133 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:21.133 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:21.133 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:21.133 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:21.133 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:21.133 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:21.133 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:21.133 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:21.134 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 16:59:21.136 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:59:21.137 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 1 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:21.137 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:59:21.137 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679763555327) of file:///tmp/hawkSvnRepo7594037356349023783 16:59:21.137 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:21.138 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:21.138 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:21.142 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:59:21.142 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:21.142 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:59:21.142 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 16:59:21.143 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:59:21.143 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:59:21.143 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:59:21.149 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...16:59:21.150 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:21.150 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:21.150 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:21.150 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:21.150 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:21.150 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:21.150 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:21.150 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:21.150 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 16:59:21.154 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:59:21.154 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 2 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:21.154 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 16:59:21.154 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679763557106) of file:///tmp/hawkSvnRepo7594037356349023783 16:59:21.154 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:21.214 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:21.215 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:21.218 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 16:59:21.218 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:21.218 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 16:59:21.219 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 16:59:21.219 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:59:21.219 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 16:59:21.219 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 16:59:21.223 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...16:59:21.223 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:21.223 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:21.223 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:21.223 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:21.223 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:21.223 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:21.223 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:21.223 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:21.223 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 16:59:21.226 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:59:21.226 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 1 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:21.226 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 16:59:21.226 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679763559106) of file:///tmp/hawkSvnRepo7594037356349023783 16:59:21.226 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:21.226 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 122 ms 16:59:21.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:21.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo7594037356349023783:org.eclipse.hawk.svn.SvnManager:false 16:59:21.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:21.232 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:21.233 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:21.233 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3641067809705924497/test_whenAnnotated[LevelDB GreyCat] 16:59:21.234 [main] INFO org.eclipse.hawk.core.runtime.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: 257.895 s - in org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite revRefNavDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 10.755 s untilAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.821 s computedForAllVersions[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 4.503 s sinceAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.308 s beforeAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 8.984 s whenComposability[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 8.902 s afterAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 8.987 s eContainerDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 8.825 s testCounts[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.FileContextTimeAwareEOLQueryEngineTest) Time elapsed: 6.979 s defaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 3.906 s nonDefaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 0.608 s countInstancesModelAll[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 2.316 s sinceThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.089 s before[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.888 s commitMessages[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.106 s rangesAreBothInclusive[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 8.988 s createDeleteNode[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.931 s travelToMissingTimepointReturnsNull[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 5.004 s unscope[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 15.163 s countInstancesFromModelTypes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.831 s after[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.082 s until[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.886 s whenPoints[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.005 s onceFalse[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.006 s followReferences[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.089 s untilThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 8.997 s beforeThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.016 s countInstancesTimeline[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.924 s afterThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.063 s countInstancesFromModel[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.928 s alwaysTrue[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.084 s whenAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 7.002 s createDeleteHeavyEdgeBeginningOfTime[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.126 s indexQueryEndedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.184 s createDeleteHeavyEdgeNonZeroTime[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.101 s indexQueryReplacedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.198 s nextPrev[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.182 s nodeEndWithHeavyEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.206 s nodeEndWithLightEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.241 s create[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.128 s recreate[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.241 s changeLastRevision[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.174 s Running org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite 16:59:23.123 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:23.176 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite addRemoveNode[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.1 s addRemoveNodeValue[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.052 s Running org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite 16:59:23.268 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:23.269 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:23.269 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:23.269 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:23.269 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:23.271 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:23.271 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:23.271 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:23.271 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:59:23.272 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:59:23.272 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! interesting 0 16:59:23.272 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:59:23.272 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:59:23.329 [main] INFO org.eclipse.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] 16:59:23.329 [main] INFO org.eclipse.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] 16:59:23.329 [main] INFO org.eclipse.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 16:59:23.329 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:23.329 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:23.339 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:59:23.339 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 16:59:23.343 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:59:23.345 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:23.345 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:23.346 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:23.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:23.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:23.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:23.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:23.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:23.347 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:23.348 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:23.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:23.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:23.350 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:23.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 16:59:23.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 16:59:23.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 16:59:23.351 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:59:23.351 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 16:59:23.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:59:23.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:59:23.422 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:59:23.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:59:23.436 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:59:23.436 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:23.548 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:23.549 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:23.549 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:23.757 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:23.762 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:23.762 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:25.062 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 16:59:25.062 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:25.062 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:25.062 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 16:59:25.120 [pool-124-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 16:59:25.151 [pool-124-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 16:59:34.628 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding nodes: 50001 9 sec (9 sec total) to /set0.xmi 16:59:37.795 [pool-124-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69680 NODES AND 266282 M->MM REFERENCES! (took ~12sec) 16:59:37.795 [pool-124-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 16:59:44.352 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding references: 50035 6 sec (6 sec total) to /set0.xmi 16:59:47.632 [pool-124-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69806 REFERENCES! (took ~9 sec) 16:59:47.632 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 22s570ms [pure insertion] marking any relevant derived attributes for update...16:59:47.632 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:59:47.634 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:59:47.634 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:47.634 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:47.735 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:47.735 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.101s attempting to resolve any uninitialized derived attributes... 16:59:47.735 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:47.735 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:47.735 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:47.735 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s101ms [proxy update] 16:59:47.735 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:59:47.735 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 69680 d elems 0 time ~24s validating changes... validating file UPDATED for /set0.xmi 16:59:52.522 [pool-118-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit12553414170517015348/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@430fa4ef failed java.nio.file.NoSuchFileException: /tmp/junit12553414170517015348/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:59:52.623 [pool-119-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit11172237308320021056/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@430fa4ef failed java.nio.file.NoSuchFileException: /tmp/junit11172237308320021056/test_recreate[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) changed resource size: 69680 relevant graph size: 69680 validated changes... true 16:59:52.626 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 29 s 77 ms 16:59:52.633 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:52.633 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:52.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:52.635 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:52.641 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:52.657 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13314672586403274195/test_set0[LevelDB GreyCat] 16:59:52.657 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:52.772 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:52.773 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:52.773 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:52.773 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:52.773 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:52.775 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:52.775 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:52.775 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:52.775 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:59:52.775 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:52.776 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:59:52.776 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:59:52.776 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:59:52.779 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:52.780 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:52.785 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:59:52.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:52.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:52.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:52.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:52.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:52.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:52.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:52.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:52.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:52.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:52.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:52.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:52.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:52.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:52.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:52.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:52.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:52.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:52.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:52.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:52.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:52.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:52.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:52.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:52.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:52.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:52.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:52.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:52.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:52.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:52.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:52.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:52.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:52.793 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:59:52.793 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:52.833 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:52.834 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:52.834 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:52.836 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:52.840 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:52.840 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:52.841 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:59:52.841 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:52.841 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:52.841 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:59:52.844 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit12685178616182878045/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@430fa4ef failed java.nio.file.NoSuchFileException: /tmp/junit12685178616182878045/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 16:59:52.851 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:59:52.855 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:59:52.855 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:59:52.856 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:59:52.856 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s15ms [pure insertion] marking any relevant derived attributes for update...16:59:52.856 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s58ms 16:59:52.914 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s58ms 16:59:52.914 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:52.914 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:52.915 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:52.915 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:59:52.915 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:52.915 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:52.915 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:52.915 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:59:52.915 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:59:52.915 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:59:52.916 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 82 ms 16:59:52.919 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:52.919 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:52.920 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:52.920 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:52.921 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:52.924 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4521161010797261865/test_tree[LevelDB GreyCat] 16:59:52.924 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:53.027 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:53.027 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:53.027 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:53.027 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:53.027 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:53.029 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:53.029 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:53.029 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:53.029 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:59:53.029 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:59:53.029 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:53.030 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:59:53.030 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:59:53.033 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:53.033 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:53.038 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:53.038 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:53.038 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:53.038 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:53.038 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:53.038 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:53.038 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:53.038 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:53.038 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:53.038 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:53.038 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:53.038 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:53.039 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:53.039 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:53.039 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:53.039 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:53.039 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:53.039 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:53.039 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:53.039 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:53.040 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:53.040 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:53.040 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:53.040 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:53.040 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:53.040 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:53.040 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:53.040 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:53.040 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:53.040 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:53.041 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:53.041 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:53.041 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:53.042 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:59:53.044 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:59:53.044 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:53.124 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:53.125 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:53.126 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:53.127 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:53.130 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:53.131 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:53.131 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 16:59:53.131 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:53.131 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:53.131 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model... 16:59:53.138 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model 16:59:53.140 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:59:53.140 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 16:59:53.140 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:59:53.140 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree%20with%20spaces/space%20tree.model. 0s9ms [pure insertion] marking any relevant derived attributes for update...16:59:53.140 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:59:53.142 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:59:53.142 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:53.142 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:53.142 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:53.142 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:53.142 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:53.142 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:53.142 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:53.142 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:59:53.142 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:59:53.142 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:59:53.143 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 17 ms 16:59:53.149 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:53.149 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:53.150 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:53.150 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:53.151 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:53.152 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit626601070211761535/test_treeWithSpaces[LevelDB GreyCat] 16:59:53.152 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:53.348 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:53.349 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:53.349 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:53.349 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:53.349 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:53.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:53.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:53.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:53.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:59:53.414 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:59:53.414 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:53.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:59:53.415 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:59:53.419 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:53.419 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:53.424 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:59:53.424 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:53.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:53.425 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:53.426 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:53.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:53.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:53.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:53.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:53.428 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:53.429 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:53.429 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:53.429 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:53.429 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:53.429 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:53.432 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:59:53.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:53.542 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:53.544 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:53.544 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:53.546 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:53.550 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:53.550 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:53.551 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /child.model... 16:59:53.551 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:53.551 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:53.551 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /child.model... 16:59:53.622 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /child.model 16:59:53.623 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:59:53.623 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /child.model 16:59:53.625 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:59:53.625 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /child.model. 0s74ms [pure insertion] marking any relevant derived attributes for update...16:59:53.625 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 16:59:53.628 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 16:59:53.629 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:59:53.629 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:53.631 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:53.631 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:59:53.634 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:59:53.637 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 16:59:53.637 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:59:53.639 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:59:53.639 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...16:59:53.639 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:53.639 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:53.639 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:53.639 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:53.640 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 16:59:53.642 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 16:59:53.642 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 16:59:53.642 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:53.642 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:53.642 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:53.642 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 16:59:53.642 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:59:53.642 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 2 deleted 0 changed 2 loaded 2 c elems 3 d elems 0 time ~0s validating changes... validating file UPDATED for /child.model changed resource size: 3 relevant graph size: 3 validated changes... true validating file UPDATED for /root.model 16:59:53.643 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 99 ms 16:59:53.720 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:53.720 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:53.721 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:53.721 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:53.722 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:53.723 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15857031030462826552/test_treeCrossResourceContainment[LevelDB GreyCat] 16:59:53.723 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:53.844 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:53.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:53.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:53.914 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:53.914 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:53.916 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:53.916 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:53.916 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:53.916 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:59:53.916 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:53.916 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:59:53.917 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:53.917 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:59:53.920 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:53.920 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:53.925 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:59:53.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:53.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:53.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:53.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:53.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:53.925 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:53.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:53.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:53.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:53.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:53.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:53.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:53.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:53.926 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:53.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:53.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:53.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:53.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:53.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:53.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:53.927 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:53.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:53.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:53.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:53.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:53.928 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:53.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:53.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:53.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:53.929 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:53.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:53.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:53.930 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:53.933 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:59:53.933 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:54.220 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:54.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:54.228 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:54.231 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:54.318 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:54.318 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:54.319 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:59:54.319 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:54.319 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:54.319 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:59:54.327 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:59:54.331 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 16:59:54.331 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:59:54.331 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:59:54.331 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s12ms [pure insertion] marking any relevant derived attributes for update...16:59:54.331 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:59:54.332 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:59:54.333 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:54.333 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:54.333 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:54.333 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:54.333 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:54.333 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:54.333 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:54.333 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 16:59:54.333 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:59:54.333 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:54.333 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 105 ms 16:59:54.333 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 16:59:54.333 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#descendants (isMany=true|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(c|c.children).flatten; 16:59:54.336 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 16:59:54.337 [pool-132-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 16:59:54.414 [pool-132-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper 16:59:54.441 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:59:54.441 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.105s 16:59:54.441 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 16:59:54.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:54.513 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:54.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:54.515 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:54.517 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:54.517 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13624264426187993503/test_derivedEdgeCollection[LevelDB GreyCat] 16:59:54.517 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:54.632 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:54.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:54.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:54.635 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:54.635 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:54.637 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:54.637 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:54.637 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:54.637 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:59:54.637 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:59:54.637 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:54.638 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:54.638 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:59:54.641 [main] INFO org.eclipse.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 16:59:54.641 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:54.641 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:54.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:54.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:54.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:54.647 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:54.648 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:54.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:54.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:54.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:54.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:54.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:54.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:54.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:54.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:54.649 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:54.714 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:54.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:54.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:54.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:54.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:54.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:54.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:54.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:54.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:54.716 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:54.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:54.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:54.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:54.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:54.717 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:54.718 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:54.718 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:54.718 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:54.718 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:54.718 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 16:59:54.722 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:59:54.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:54.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 16:59:54.723 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#nRefs (isMany=false|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.xrefs.size; 16:59:54.724 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 16:59:54.817 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:54.818 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:54.818 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:54.820 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:54.823 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:54.823 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:54.825 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:59:54.825 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:54.825 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:54.825 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:59:54.832 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:59:54.840 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:59:54.840 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:59:54.847 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:59:54.847 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s23ms [pure insertion] marking any relevant derived attributes for update...16:59:54.847 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:59:54.848 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:59:54.850 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:59:54.850 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:54.850 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:54.850 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:59:54.851 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:59:54.916 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:59:54.916 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:59:54.923 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:59:54.923 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s73ms [pure insertion] marking any relevant derived attributes for update...16:59:54.923 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:54.923 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:54.924 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:59:54.924 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:54.924 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:54.924 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:59:54.926 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:59:54.932 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:59:54.932 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:59:54.938 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:59:54.938 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:59:54.938 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:54.938 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:54.938 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:54.938 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:54.938 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:59:54.950 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:59:54.950 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.012s attempting to resolve any uninitialized derived attributes... 16:59:54.950 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:54.950 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:54.951 [pool-134-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 16:59:55.029 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 6/6 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:59:55.030 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:55.030 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s92ms [proxy update] 16:59:55.030 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:59:55.030 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:55.030 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 212 ms 16:59:55.032 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:55.032 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:55.033 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:55.033 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:55.034 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:55.034 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit18131309449926824978/test_deriveThenAdd[LevelDB GreyCat] 16:59:55.034 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:55.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:55.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:55.237 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:55.237 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:55.237 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:55.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:55.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:55.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:55.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:59:55.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:59:55.239 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:55.240 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:55.240 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:59:55.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:55.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:55.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:55.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:55.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:55.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:55.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:55.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:55.322 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:55.323 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:55.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:55.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:55.324 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:55.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:55.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:55.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:55.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:55.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:55.325 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:55.326 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:55.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:55.327 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:55.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:55.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:55.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:55.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:55.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:55.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:55.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:55.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:55.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:55.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:55.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:55.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:55.328 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:55.329 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:59:55.333 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:59:55.333 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:55.358 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:55.359 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:55.359 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:55.360 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:55.414 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:55.414 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:55.415 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 16:59:55.415 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:55.415 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:55.415 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 16:59:55.425 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 16:59:55.429 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 16:59:55.429 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 16:59:55.429 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 16:59:55.429 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s14ms [pure insertion] marking any relevant derived attributes for update...16:59:55.429 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s4ms 16:59:55.433 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms 16:59:55.433 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:55.433 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:55.434 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:55.434 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 16:59:55.434 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:55.434 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:55.434 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:55.434 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:59:55.434 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:59:55.434 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:55.434 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 75 ms 16:59:55.434 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 16:59:55.434 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#maxDescendant (isMany=false|isOrdered=true|isUnique=false|type=dummy) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(c|c.children).flatten.sortBy(t|t.label).last; 16:59:55.436 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 16:59:55.437 [pool-136-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten.sortBy(t|t.label).last; 16:59:55.532 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:59:55.532 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.096s 16:59:55.532 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 16:59:55.537 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:55.537 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:55.538 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:55.538 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:55.539 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:55.539 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13999721954948133383/test_derivedEdgeSingle[LevelDB GreyCat] 16:59:55.539 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:55.640 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:55.641 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:55.641 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:55.641 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:55.641 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:55.643 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:55.643 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:55.643 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:55.652 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:59:55.652 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 16:59:55.652 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 16:59:55.652 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:55.652 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:59:55.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:55.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:55.659 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:55.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:55.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:55.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:55.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:55.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:55.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:55.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:55.661 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:55.661 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:55.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:55.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:55.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:55.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:55.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:55.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:55.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:55.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:55.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:55.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:55.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:55.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:55.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:55.662 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:55.663 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:55.663 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:55.663 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:55.663 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:55.663 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:55.663 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:55.663 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:55.663 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:55.663 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:55.664 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 16:59:55.714 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:59:55.714 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:55.741 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:55.742 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:55.742 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:55.742 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 16:59:55.744 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 16:59:55.744 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 16:59:55.745 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:55.749 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:55.749 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:55.750 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:59:55.750 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:55.750 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:55.750 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:59:55.814 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:59:55.822 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:59:55.822 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:59:55.828 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:59:55.828 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s78ms [pure insertion] marking any relevant derived attributes for update...16:59:55.828 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:59:55.829 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:59:55.830 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:59:55.830 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:55.830 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:55.830 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:59:55.832 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:59:55.840 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:59:55.840 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:59:55.845 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:59:55.846 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:59:55.846 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:55.846 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:55.846 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:59:55.846 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:55.846 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:55.846 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:59:55.849 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:59:55.855 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:59:55.855 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:59:55.915 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:59:55.915 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s69ms [pure insertion] marking any relevant derived attributes for update...16:59:55.915 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:55.915 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:55.915 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:55.915 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:55.916 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:59:55.930 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:59:55.930 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.015s attempting to resolve any uninitialized derived attributes... 16:59:55.930 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:55.930 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:55.930 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:55.930 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s16ms [proxy update] 16:59:55.931 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:59:55.931 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:55.931 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 189 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 16:59:55.934 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:55.934 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:55.935 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:55.935 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:55.936 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:55.938 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7877179802336856941/test_addThenIndex[LevelDB GreyCat] 16:59:55.938 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:56.043 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:56.044 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:56.044 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:56.044 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:56.044 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:56.046 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:56.046 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:56.046 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:56.046 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:59:56.046 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:59:56.046 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:56.047 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:56.047 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:59:56.049 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:56.049 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:56.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:56.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:56.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:56.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:56.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:56.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:56.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:56.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:56.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:56.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:56.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:56.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:56.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:56.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:56.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:56.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:56.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:56.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:56.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:56.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:56.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:56.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:56.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:56.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:56.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:56.058 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 16:59:56.061 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:59:56.061 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:56.061 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 16:59:56.063 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 16:59:56.063 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 16:59:56.136 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:56.137 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:56.137 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:56.140 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:56.144 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:56.145 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:56.146 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:59:56.146 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:56.146 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:56.146 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:59:56.215 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:59:56.224 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:59:56.224 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:59:56.229 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:59:56.229 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s84ms [pure insertion] marking any relevant derived attributes for update...16:59:56.229 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:59:56.230 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:59:56.231 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:59:56.231 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:56.231 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:56.231 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:59:56.233 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:59:56.241 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:59:56.241 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:59:56.247 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:59:56.248 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s17ms [pure insertion] marking any relevant derived attributes for update...16:59:56.248 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:56.248 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:56.248 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:59:56.248 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:56.248 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:56.248 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:59:56.251 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:59:56.256 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:59:56.256 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:59:56.316 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:59:56.316 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s68ms [pure insertion] marking any relevant derived attributes for update...16:59:56.316 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:56.316 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:56.316 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:56.316 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:56.317 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:59:56.329 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:59:56.329 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.013s attempting to resolve any uninitialized derived attributes... 16:59:56.329 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:56.329 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:56.329 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:56.329 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s13ms [proxy update] 16:59:56.329 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:59:56.329 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:56.329 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 192 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 16:59:56.331 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:56.331 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:56.332 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:56.332 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:56.334 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:56.334 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5148047211921519083/test_lookupWithIndex[LevelDB GreyCat] 16:59:56.334 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:56.431 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:56.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:56.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:56.432 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:56.432 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:56.434 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:56.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:56.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:56.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:59:56.434 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:59:56.434 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:56.434 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:56.434 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:59:56.437 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:56.437 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:56.441 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 16:59:56.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:56.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:56.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:56.441 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:56.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:56.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:56.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:56.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:56.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:56.442 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:56.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:56.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:56.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:56.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:56.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:56.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:56.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:56.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:56.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:56.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:56.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:56.443 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:56.444 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:56.444 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:56.444 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:56.444 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:56.444 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:56.444 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:56.444 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:56.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:56.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:56.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:56.445 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:56.448 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 16:59:56.448 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:56.522 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:56.523 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:56.523 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:56.525 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:56.529 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:56.529 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:56.530 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 16:59:56.530 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:56.530 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:56.530 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 16:59:56.536 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 16:59:56.539 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:59:56.539 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 16:59:56.546 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:59:56.546 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s16ms [pure insertion] marking any relevant derived attributes for update...16:59:56.546 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:59:56.547 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:59:56.548 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 16:59:56.548 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:56.548 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:56.548 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 16:59:56.550 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 16:59:56.553 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:59:56.553 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 16:59:56.559 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 16:59:56.559 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s11ms [pure insertion] marking any relevant derived attributes for update...16:59:56.559 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:56.559 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:56.560 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 16:59:56.560 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:56.560 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:56.560 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 16:59:56.614 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 16:59:56.616 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:59:56.616 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 16:59:56.625 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 16:59:56.625 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s65ms [pure insertion] marking any relevant derived attributes for update...16:59:56.625 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:56.625 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:56.625 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:56.625 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:56.625 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 16:59:56.635 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 16:59:56.635 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 16:59:56.635 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:56.635 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:56.635 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:56.635 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 16:59:56.635 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:59:56.635 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:56.635 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 112 ms 16:59:56.636 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:56.636 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:56.637 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:56.637 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:56.638 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:56.638 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4332600380326449640/test_lookupWithoutIndex[LevelDB GreyCat] 16:59:56.638 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:56.742 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:56.744 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:56.744 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:56.744 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:56.744 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:56.746 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:56.746 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:56.746 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:56.746 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:59:56.746 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:56.746 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:59:56.747 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 16:59:56.748 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 16:59:56.750 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:56.750 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:56.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:56.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:56.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:56.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:56.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:56.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:56.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:56.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:56.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:56.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:56.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:56.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:56.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:56.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:56.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:56.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:56.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:56.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:56.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:56.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:56.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:56.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:56.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:56.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:56.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:56.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:56.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:56.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:56.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:56.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:56.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:56.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:56.757 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:56.760 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 16:59:56.760 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:56.760 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 16:59:56.763 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:56.763 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NCName will be handled as its instance type java.lang.String 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NegativeInteger will be handled as its instance type java.math.BigInteger 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonPositiveInteger will be handled as its instance type java.math.BigInteger 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByteObject will be handled as its instance type java.lang.Short 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Integer will be handled as its instance type java.math.BigInteger 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShortObject will be handled as its instance type java.lang.Integer 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENS will be handled as its instance type java.util.List 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFSBase will be handled as its instance type java.util.List 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedByte will be handled as its instance type short 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Time will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::BooleanObject will be handled as its instance type java.lang.Boolean 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKENSBase will be handled as its instance type java.util.List 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 16:59:56.765 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NMTOKEN will be handled as its instance type java.lang.String 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Base64Binary will be handled as its instance type byte[] 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedInt will be handled as its instance type java.lang.Long 16:59:56.765 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIESBase will be handled as its instance type java.util.List 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Boolean will be handled as its instance type java.lang.Boolean 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ShortObject will be handled as its instance type java.lang.Short 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::String will be handled as its instance type java.lang.String 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonthDay will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedLong will be handled as its instance type java.math.BigInteger 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Int will be handled as its instance type java.lang.Integer 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYear will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::FloatObject will be handled as its instance type java.lang.Float 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREF will be handled as its instance type java.lang.String 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ByteObject will be handled as its instance type java.lang.Byte 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IntObject will be handled as its instance type java.lang.Integer 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedIntObject will be handled as its instance type java.lang.Long 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NonNegativeInteger will be handled as its instance type java.math.BigInteger 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::PositiveInteger will be handled as its instance type java.math.BigInteger 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::HexBinary will be handled as its instance type byte[] 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnySimpleType will be handled as its instance type java.lang.Object 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ID will be handled as its instance type java.lang.String 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::UnsignedShort will be handled as its instance type java.lang.Integer 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Language will be handled as its instance type java.lang.String 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Name will be handled as its instance type java.lang.String 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Float will be handled as its instance type java.lang.Float 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::AnyURI will be handled as its instance type java.lang.String 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Byte will be handled as its instance type byte 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITIES will be handled as its instance type java.util.List 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Double will be handled as its instance type java.lang.Double 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 16:59:56.766 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Long will be handled as its instance type java.lang.Long 16:59:56.815 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 16:59:56.815 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:56.816 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 16:59:56.816 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:56.816 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:56.819 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 16:59:56.820 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 16:59:56.820 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:56.847 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2407998437411992708/:org.eclipse.hawk.localfolder.LocalFolder:false 16:59:56.851 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:56.851 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:56.853 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:56.916 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:56.916 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:56.921 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 16:59:56.921 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:56.921 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:56.921 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childAA.xmi... 16:59:56.928 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childAA.xmi 16:59:56.929 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:59:56.929 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childAA.xmi 16:59:56.932 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:59:56.932 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childAA.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...16:59:56.932 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:59:56.933 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:59:56.937 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childB.xmi... 16:59:56.937 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:56.937 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:56.937 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childB.xmi... 16:59:56.939 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childB.xmi 16:59:56.940 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:59:56.940 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childB.xmi 16:59:56.941 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:59:56.941 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childB.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...16:59:56.941 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:56.941 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:56.945 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childA.xmi... 16:59:56.945 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:56.946 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:56.946 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childA.xmi... 16:59:56.947 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childA.xmi 16:59:56.948 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:59:56.948 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childA.xmi 16:59:56.952 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:59:56.952 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childA.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...16:59:56.952 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:56.952 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:56.956 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:59:56.956 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:56.956 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:56.956 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 16:59:56.958 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:59:56.960 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:59:56.960 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 16:59:57.018 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:59:57.018 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s62ms [pure insertion] marking any relevant derived attributes for update...16:59:57.018 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 16:59:57.018 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 16:59:57.018 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:57.018 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:57.019 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 16:59:57.026 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 16:59:57.026 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 16:59:57.026 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:57.026 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:57.026 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:57.026 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 16:59:57.026 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:59:57.026 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.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 /childB.xmi validating file UPDATED for /childA.xmi validating file UPDATED for /root.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 16:59:57.027 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 176 ms 16:59:57.027 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 16:59:57.027 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Derived attribute added: Tree::Tree#allContainers (isMany=true|isOrdered=false|isUnique=true|type=Tree) org.eclipse.hawk.epsilon.emc.EOLQueryEngine# return self.closure(e|e.eContainers); 16:59:57.029 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 16:59:57.030 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:59:57.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 4/4 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:59:57.115 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.086s 16:59:57.115 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 16:59:57.118 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:57.119 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:57.124 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:57.124 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:57.128 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 16:59:57.128 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:57.128 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 16:59:57.129 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 16:59:57.129 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 16:59:57.129 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /root.xmi... 16:59:57.129 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 16:59:57.138 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.009s 16:59:57.143 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 16:59:57.147 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 16:59:57.147 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 16:59:57.223 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 16:59:57.223 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /root.xmi. 0s95ms [pure insertion] marking any relevant derived attributes for update...16:59:57.223 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 16:59:57.224 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 16:59:57.224 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:57.224 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:57.224 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 16:59:57.229 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 16:59:57.229 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 16:59:57.229 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:57.229 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:57.229 [pool-144-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:59:57.234 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 1/1 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 16:59:57.234 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:57.234 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 16:59:57.234 [pool-144-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 16:59:57.235 [pool-144-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers 0s34ms [proxy update] 16:59:57.258 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:59:57.258 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /root.xmi 16:59:57.259 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 141 ms sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 3 d elems 2 time ~0s validating changes... changed resource size: 1 relevant graph size: 1 validated changes... true 16:59:57.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:57.315 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2407998437411992708/:org.eclipse.hawk.localfolder.LocalFolder:false 16:59:57.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:57.316 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:57.318 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:57.318 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6312841707300644725/test_eContainersIsUpdatedRoot[LevelDB GreyCat] 16:59:57.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:57.419 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:57.420 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:57.420 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:57.420 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:57.420 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:57.422 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:57.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:57.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:57.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:59:57.422 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:59:57.422 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:57.422 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:57.422 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:59:57.425 [main] INFO org.eclipse.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 16:59:57.425 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:57.425 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:57.429 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: ColoredTree::Color will be handled as its instance type NULL_INSTANCE_TYPE 16:59:57.430 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 16:59:57.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:57.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:57.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:57.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:57.430 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:57.431 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:57.431 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:57.432 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:57.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:57.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:57.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:57.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:57.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:57.433 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:57.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:57.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:57.434 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:57.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:57.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:57.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:57.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:57.435 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:57.436 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:57.439 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 16:59:57.439 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:57.461 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:57.462 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:57.462 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:57.463 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 16:59:57.516 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 16:59:57.516 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 16:59:57.517 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 16:59:57.517 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 16:59:57.517 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 16:59:57.517 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /colored-tree.model... 16:59:57.524 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /colored-tree.model 16:59:57.528 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 16:59:57.528 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /colored-tree.model 16:59:57.528 [pool-146-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 16:59:57.528 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 0s11ms [pure insertion] marking any relevant derived attributes for update...16:59:57.528 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s3ms 16:59:57.531 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s3ms 16:59:57.531 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 16:59:57.531 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 16:59:57.531 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 16:59:57.531 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 16:59:57.531 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 16:59:57.531 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 16:59:57.531 [pool-146-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 16:59:57.531 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 16:59:57.532 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 16:59:57.532 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:57.532 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 70 ms 16:59:57.533 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:57.533 [main] INFO org.eclipse.hawk.core.runtime.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 16:59:57.534 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:57.534 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:57.534 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:57.535 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4908773914640861415/test_queryEnumValues[LevelDB GreyCat] 16:59:57.535 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:57.634 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:57.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:57.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 16:59:57.635 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:57.635 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:57.636 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:57.636 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:57.636 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:57.637 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 16:59:57.637 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:57.637 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: 16:59:57.637 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 16:59:57.637 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.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 16:59:57.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:57.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:57.715 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 16:59:57.715 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 16:59:57.727 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::InfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:59:57.729 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PostfixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:59:57.732 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::AssignmentOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:59:57.740 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 16:59:57.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Integer will be handled as its instance type java.lang.Integer 16:59:57.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::Boolean will be handled as its instance type java.lang.Boolean 16:59:57.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.primitiveTypes::String will be handled as its instance type java.lang.String 16:59:57.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 16:59:57.748 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 16:59:57.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 16:59:57.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 16:59:57.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 16:59:57.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EChar will be handled as its instance type char 16:59:57.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 16:59:57.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 16:59:57.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 16:59:57.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 16:59:57.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 16:59:57.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 16:59:57.749 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 16:59:57.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 16:59:57.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 16:59:57.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 16:59:57.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 16:59:57.752 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 16:59:57.752 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 16:59:57.752 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 16:59:57.752 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 16:59:57.752 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 16:59:57.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 16:59:57.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 16:59:57.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 16:59:57.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 16:59:57.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 16:59:57.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 16:59:57.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 16:59:57.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 16:59:57.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 16:59:57.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 16:59:57.755 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 16:59:57.756 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 16:59:57.756 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 16:59:57.818 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 16:59:57.832 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 16:59:57.832 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 16:59:57.836 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 16:59:57.837 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:57.838 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:57.838 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 16:59:57.839 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 16:59:57.839 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1022294686985514530/test_metamodels[LevelDB GreyCat] 16:59:57.839 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 16:59:58.021 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 16:59:58.022 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 16:59:58.022 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 16:59:58.022 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:58.022 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:58.025 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 16:59:58.025 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 16:59:58.025 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 16:59:58.025 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 16:59:58.025 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 16:59:58.025 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 16:59:58.025 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 16:59:58.025 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 16:59:58.443 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 16:59:58.443 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 16:59:58.443 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 16:59:58.443 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 16:59:58.443 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 16:59:58.443 [main] INFO org.eclipse.hawk.modelio.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 16:59:58.443 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 16:59:58.443 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 16:59:58.524 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 16:59:58.524 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:59:58.524 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 16:59:58.556 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 16:59:58.556 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 16:59:58.556 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 16:59:58.556 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 16:59:59.125 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 16:59:59.125 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 16:59:59.125 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 17:00:00.635 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 17:00:00.635 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 17:00:00.675 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~2 sec) 17:00:00.675 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:00.741 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit148870490855423060/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:00.742 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:00.742 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:00.744 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:00.747 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:00.747 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:00.763 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 17:00:00.763 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:00.763 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:00.763 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 17:00:00.821 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 17:00:00.834 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 17:00:00.834 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 17:00:00.840 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:00.840 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s77ms [pure insertion] marking any relevant derived attributes for update...17:00:00.840 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 17:00:00.842 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 17:00:00.842 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:00.842 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:00.843 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 17:00:00.845 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs 17:00:00.845 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 17:00:00.845 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:00.845 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:00.845 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:00.845 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 17:00:00.846 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:00.846 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:00.846 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 104 ms 17:00:00.847 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:00.848 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:00.848 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:00.848 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:00.913 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 17:00:00.913 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:00.914 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:00.914 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 17:00:00.915 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 17:00:00.930 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 17:00:00.930 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 17:00:00.942 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:00:00.942 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s29ms [pure insertion] marking any relevant derived attributes for update...17:00:00.942 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:00.942 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:00.944 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 17:00:00.944 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:00.944 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:00.944 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 17:00:00.946 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 17:00:01.018 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 17:00:01.018 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 17:00:01.033 [pool-150-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:00:01.033 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s89ms [pure insertion] marking any relevant derived attributes for update...17:00:01.033 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:01.033 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:01.033 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:01.033 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:01.034 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 17:00:01.040 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs 17:00:01.040 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 17:00:01.040 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:01.040 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:01.040 [pool-150-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:01.040 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 17:00:01.040 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:01.040 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:01.040 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 193 ms 17:00:01.041 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:01.041 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit148870490855423060/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:01.042 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:01.042 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:01.043 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:01.044 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8592382472311800086/test_elephantResolve[LevelDB GreyCat] 17:00:01.044 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:01.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:01.322 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:01.322 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 17:00:01.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:01.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:01.326 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:01.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:01.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:01.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:00:01.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:00:01.326 [pool-152-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:01.327 [pool-152-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:01.327 [pool-152-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:01.458 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:01.458 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:01.537 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 17:00:01.538 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:00:01.538 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 17:00:01.621 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 17:00:01.622 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 17:00:01.622 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 17:00:01.622 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 17:00:02.027 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 17:00:02.027 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:00:02.027 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 17:00:02.655 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 17:00:02.655 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 17:00:02.732 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 17:00:02.732 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:02.755 [main] INFO org.eclipse.hawk.core.runtime.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:00:02.756 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:02.756 [pool-152-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: Warning, monitor is inactive, synchronisation failed! 17:00:02.756 [pool-152-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. SYNCHRONISATION ERROR 17:00:02.756 [pool-152-thread-1] ERROR org.eclipse.hawk.core.runtime.CompositeStateListener - Update FAILED! 17:00:02.756 [pool-152-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (failure). 0 s 0 ms 17:00:02.760 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:02.760 [main] INFO org.eclipse.hawk.core.runtime.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:00:02.761 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:02.761 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:02.762 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:02.813 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6723076735371253045/test_zoo[LevelDB GreyCat] 17:00:02.813 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:02.863 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:02.864 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:02.864 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 17:00:02.864 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:02.864 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:02.865 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:02.865 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:02.866 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:02.866 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:00:02.866 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:00:02.866 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:02.866 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:02.866 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:02.943 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:02.943 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:02.959 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 17:00:02.959 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:00:02.959 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 17:00:03.053 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 17:00:03.053 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 17:00:03.053 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 17:00:03.053 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 17:00:03.341 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 17:00:03.342 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:00:03.342 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 17:00:04.048 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 17:00:04.048 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 17:00:04.142 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 17:00:04.142 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:04.142 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 17:00:04.246 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:04.246 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:04.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing! 17:00:04.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing! 17:00:04.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing! 17:00:04.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 17:00:04.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing! 17:00:04.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing! 17:00:04.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 17:00:04.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:04.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:04.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:04.263 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:04.263 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:04.264 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:04.264 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14987395869035605659/test_metamodel[LevelDB GreyCat] 17:00:04.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:04.370 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:04.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:04.414 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.modelio.exml.metamodel.ModelioMetaModelResourceFactory 17:00:04.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:04.414 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:04.416 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:04.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:04.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:04.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:00:04.416 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:00:04.416 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:04.417 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:04.417 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:04.455 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:04.455 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:04.522 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 17:00:04.522 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:00:04.522 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 17:00:04.546 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 17:00:04.546 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.modelio.kernel/1.0.00 17:00:04.546 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 17:00:04.546 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 17:00:04.918 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 17:00:04.919 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 17:00:04.919 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 17:00:05.938 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://Modeliosoft.modelio.kernel/1.0.00 17:00:05.939 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 17:00:05.966 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 17:00:05.966 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:05.966 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 17:00:06.025 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:06.025 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:06.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Archimate (modelio://Modeliosoft.Archimate/1.0.02) already in store, updating it instead NYI -- doing nothing! 17:00:06.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Analyst (modelio://Modeliosoft.Analyst/2.0.00) already in store, updating it instead NYI -- doing nothing! 17:00:06.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: modelio.kernel (modelio://Modeliosoft.modelio.kernel/1.0.00) already in store, updating it instead NYI -- doing nothing! 17:00:06.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 17:00:06.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Standard (modelio://Modeliosoft.Standard/2.0.00) already in store, updating it instead NYI -- doing nothing! 17:00:06.029 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: Infrastructure (modelio://Modeliosoft.Infrastructure/2.0.00) already in store, updating it instead NYI -- doing nothing! 17:00:06.029 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 17:00:06.029 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:06.070 [main] INFO org.eclipse.hawk.core.runtime.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:00:06.075 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:06.075 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:06.244 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:06.249 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.249 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.250 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.250 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.250 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.252 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.252 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.252 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.252 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.253 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.253 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.253 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.253 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.253 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.254 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.254 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.254 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.254 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.254 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.255 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.255 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.255 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.255 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.255 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.314 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.314 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:06.314 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:06.314 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.315 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml... 17:00:06.315 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.315 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.315 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml... 17:00:06.324 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml 17:00:06.327 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:06.327 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml 17:00:06.329 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:06.329 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/770df309-5d0c-11df-a996-001302895b2b.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...17:00:06.329 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 17:00:06.331 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 17:00:06.332 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml... 17:00:06.332 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.332 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.332 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml... 17:00:06.334 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml 17:00:06.337 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:06.337 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml 17:00:06.339 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:06.339 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:06.339 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:06.339 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:06.340 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml... 17:00:06.340 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.340 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.340 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml... 17:00:06.343 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml 17:00:06.346 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:06.346 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml 17:00:06.348 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:06.348 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:06.349 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:06.349 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:06.349 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml... 17:00:06.349 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.349 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.349 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml... 17:00:06.351 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml 17:00:06.354 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:06.354 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml 17:00:06.356 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:06.356 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:06.356 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:06.356 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:06.413 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml... 17:00:06.413 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.414 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.414 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml... 17:00:06.416 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml 17:00:06.418 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:06.418 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml 17:00:06.420 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:06.420 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0aca-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:06.420 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:06.420 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:06.421 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml... 17:00:06.421 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.421 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.421 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml... 17:00:06.425 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml 17:00:06.429 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:06.429 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml 17:00:06.431 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:06.431 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:06.431 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:06.431 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:06.432 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 17:00:06.432 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.432 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.432 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml... 17:00:06.434 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml 17:00:06.438 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:06.438 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml 17:00:06.441 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:06.441 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:06.441 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:06.441 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:06.442 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 17:00:06.442 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.442 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.442 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml... 17:00:06.444 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml 17:00:06.447 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:06.447 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml 17:00:06.450 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:06.450 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:06.450 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:06.451 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:06.451 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml... 17:00:06.451 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.452 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.452 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml... 17:00:06.516 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml 17:00:06.521 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:06.521 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml 17:00:06.524 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:06.524 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml. 0s73ms [pure insertion] marking any relevant derived attributes for update...17:00:06.524 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:06.524 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:06.524 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml... 17:00:06.524 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.524 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.524 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml... 17:00:06.527 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml 17:00:06.530 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:06.530 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml 17:00:06.533 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:06.533 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:00:06.533 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:06.533 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:06.534 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml... 17:00:06.534 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.534 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.534 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml... 17:00:06.536 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml 17:00:06.549 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 17:00:06.549 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml 17:00:06.556 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:00:06.556 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml. 0s22ms [pure insertion] marking any relevant derived attributes for update...17:00:06.556 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:06.556 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:06.557 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml... 17:00:06.557 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.557 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.557 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml... 17:00:06.559 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml 17:00:06.635 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 17:00:06.635 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml 17:00:06.717 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 17:00:06.717 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml. 0s160ms [pure insertion] marking any relevant derived attributes for update...17:00:06.717 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:06.717 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:06.718 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml... 17:00:06.718 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.719 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.719 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml... 17:00:06.720 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml 17:00:06.754 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 17:00:06.754 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml 17:00:06.845 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:00:06.845 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001a-0000-000000000000.exml. 0s127ms [pure insertion] marking any relevant derived attributes for update...17:00:06.845 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:06.845 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:06.846 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml... 17:00:06.846 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.846 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.846 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml... 17:00:06.847 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml 17:00:06.850 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:06.850 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml 17:00:06.852 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:06.852 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:06.852 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:06.852 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:06.852 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml... 17:00:06.852 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.853 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.853 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml... 17:00:06.855 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml 17:00:06.858 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:06.858 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml 17:00:06.915 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:06.915 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml. 0s63ms [pure insertion] marking any relevant derived attributes for update...17:00:06.915 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:06.915 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:06.916 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml... 17:00:06.916 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.916 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.916 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml... 17:00:06.918 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml 17:00:06.932 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 17:00:06.932 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml 17:00:06.943 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 17:00:06.943 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml. 0s27ms [pure insertion] marking any relevant derived attributes for update...17:00:06.943 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:06.944 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:06.944 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml... 17:00:06.944 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:06.944 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:06.944 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml... 17:00:06.946 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml 17:00:06.949 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:06.949 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml 17:00:06.951 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:06.951 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:06.951 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:06.952 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:06.952 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml... 17:00:06.952 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.015 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.015 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml... 17:00:07.018 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml 17:00:07.021 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.021 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml 17:00:07.023 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.023 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml. 0s71ms [pure insertion] marking any relevant derived attributes for update...17:00:07.023 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.023 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.023 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 17:00:07.023 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.024 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.024 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml... 17:00:07.026 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml 17:00:07.028 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.028 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml 17:00:07.030 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.030 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:07.030 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.030 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.031 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 17:00:07.031 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.031 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.031 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml... 17:00:07.033 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml 17:00:07.036 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.036 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml 17:00:07.038 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.038 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:07.038 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.038 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.038 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml... 17:00:07.038 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.040 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.040 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml... 17:00:07.044 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml 17:00:07.047 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.047 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml 17:00:07.049 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.049 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:07.049 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:07.050 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:07.050 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml... 17:00:07.050 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.050 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.050 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml... 17:00:07.052 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml 17:00:07.129 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 17:00:07.129 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml 17:00:07.143 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:00:07.143 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.exml. 0s93ms [pure insertion] marking any relevant derived attributes for update...17:00:07.143 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.143 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.144 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml... 17:00:07.144 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.144 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.144 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml... 17:00:07.147 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml 17:00:07.233 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 65 M->MM REFERENCES! (took ~0sec) 17:00:07.233 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml 17:00:07.318 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 17:00:07.318 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-0000-000000000000.exml. 0s174ms [pure insertion] marking any relevant derived attributes for update...17:00:07.318 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.318 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.319 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 17:00:07.319 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.321 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.321 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml... 17:00:07.340 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml 17:00:07.343 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.343 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml 17:00:07.345 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.345 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml. 0s26ms [pure insertion] marking any relevant derived attributes for update...17:00:07.345 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.345 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.346 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml... 17:00:07.346 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.346 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.346 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml... 17:00:07.348 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml 17:00:07.351 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.351 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml 17:00:07.353 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.353 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:07.353 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.353 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.353 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml... 17:00:07.353 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.353 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.353 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml... 17:00:07.355 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml 17:00:07.358 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.358 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml 17:00:07.361 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.361 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:07.361 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.361 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.362 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml... 17:00:07.362 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.364 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.364 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml... 17:00:07.415 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml 17:00:07.428 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 17:00:07.428 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml 17:00:07.443 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:00:07.444 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.exml. 0s82ms [pure insertion] marking any relevant derived attributes for update...17:00:07.444 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.444 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.444 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml... 17:00:07.444 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.444 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.444 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml... 17:00:07.447 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml 17:00:07.450 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:07.450 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml 17:00:07.453 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.453 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:07.453 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.453 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.454 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml... 17:00:07.454 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.454 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.454 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml... 17:00:07.456 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 17:00:07.516 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:07.516 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml 17:00:07.519 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.519 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...17:00:07.519 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.519 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.520 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml... 17:00:07.520 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.520 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.520 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml... 17:00:07.523 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml 17:00:07.527 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.527 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml 17:00:07.530 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.530 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c5-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:07.530 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.530 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.530 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml... 17:00:07.530 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.530 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.530 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml... 17:00:07.532 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml 17:00:07.536 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:07.536 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml 17:00:07.538 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.538 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:07.538 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.538 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.539 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml... 17:00:07.539 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.539 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.539 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml... 17:00:07.541 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml 17:00:07.543 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.543 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml 17:00:07.546 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.546 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:07.546 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.546 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.546 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml... 17:00:07.546 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.546 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.547 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml... 17:00:07.550 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml 17:00:07.616 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.617 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml 17:00:07.619 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.619 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml. 0s73ms [pure insertion] marking any relevant derived attributes for update...17:00:07.619 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.619 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.619 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml... 17:00:07.619 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.619 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.619 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml... 17:00:07.621 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml 17:00:07.624 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.624 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml 17:00:07.626 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.626 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:07.626 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.626 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.626 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml... 17:00:07.626 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.627 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.627 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml... 17:00:07.629 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml 17:00:07.631 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.631 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml 17:00:07.633 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.633 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:07.633 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.633 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.634 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 17:00:07.634 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.634 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.634 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml... 17:00:07.636 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml 17:00:07.641 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.641 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml 17:00:07.644 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.645 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:07.645 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.645 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.645 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml... 17:00:07.645 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.645 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.645 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml... 17:00:07.647 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml 17:00:07.652 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:07.652 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml 17:00:07.714 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:07.714 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml. 0s69ms [pure insertion] marking any relevant derived attributes for update...17:00:07.714 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.714 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.715 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml... 17:00:07.715 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.715 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.715 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml... 17:00:07.717 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml 17:00:07.720 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.720 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml 17:00:07.725 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.725 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:07.725 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.725 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.725 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml... 17:00:07.725 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.725 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.725 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml... 17:00:07.728 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml 17:00:07.732 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.732 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml 17:00:07.734 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.734 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee06097f-de99-11de-905b-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:00:07.734 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.734 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.734 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml... 17:00:07.734 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.734 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.734 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml... 17:00:07.737 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml 17:00:07.740 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.740 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml 17:00:07.742 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.742 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:07.742 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.742 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.742 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml... 17:00:07.742 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.742 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.742 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml... 17:00:07.744 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml 17:00:07.747 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.747 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml 17:00:07.750 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.750 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fca54004-5d0d-11df-a996-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:07.750 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.750 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.750 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml... 17:00:07.750 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.751 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.751 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml... 17:00:07.814 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml 17:00:07.816 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.816 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml 17:00:07.818 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.818 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml. 0s68ms [pure insertion] marking any relevant derived attributes for update...17:00:07.818 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.818 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.819 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml... 17:00:07.819 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.819 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.819 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml... 17:00:07.821 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml 17:00:07.823 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.823 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml 17:00:07.825 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.825 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:07.825 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.825 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.826 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml... 17:00:07.826 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.826 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.826 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml... 17:00:07.829 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml 17:00:07.838 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:07.838 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml 17:00:07.843 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:07.843 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...17:00:07.843 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.843 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.844 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml... 17:00:07.844 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.844 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.844 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml... 17:00:07.846 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml 17:00:07.848 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:07.848 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml 17:00:07.850 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:07.850 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:07.850 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.850 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.851 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml... 17:00:07.851 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.851 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.851 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml... 17:00:07.852 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml 17:00:07.914 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:07.914 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml 17:00:07.920 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:07.920 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml. 0s69ms [pure insertion] marking any relevant derived attributes for update...17:00:07.920 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:07.920 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:07.921 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml... 17:00:07.921 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:07.921 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:07.921 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml... 17:00:07.923 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml 17:00:08.028 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 90 M->MM REFERENCES! (took ~0sec) 17:00:08.028 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml 17:00:08.126 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 17:00:08.126 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml. 0s205ms [pure insertion] marking any relevant derived attributes for update...17:00:08.126 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.126 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.127 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml... 17:00:08.127 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.127 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.127 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml... 17:00:08.129 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml 17:00:08.132 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 17:00:08.132 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml 17:00:08.135 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.135 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:08.136 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:08.136 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:08.136 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml... 17:00:08.136 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.136 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.136 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml... 17:00:08.138 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml 17:00:08.141 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.141 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml 17:00:08.143 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.143 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:08.143 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.143 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.143 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml... 17:00:08.143 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.143 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.143 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml... 17:00:08.147 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml 17:00:08.149 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.149 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml 17:00:08.151 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.151 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:08.151 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.151 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.152 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml... 17:00:08.152 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.152 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.152 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml... 17:00:08.153 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml 17:00:08.156 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.156 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml 17:00:08.214 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.214 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml. 0s62ms [pure insertion] marking any relevant derived attributes for update...17:00:08.214 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.214 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.215 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml... 17:00:08.215 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.215 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.215 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml... 17:00:08.217 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml 17:00:08.220 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.220 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml 17:00:08.223 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.223 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:08.223 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.223 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.223 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml... 17:00:08.223 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.223 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.224 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml... 17:00:08.227 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml 17:00:08.230 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.230 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml 17:00:08.231 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.231 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:08.232 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:08.232 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:08.232 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 17:00:08.232 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.232 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.232 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml... 17:00:08.234 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml 17:00:08.236 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.237 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml 17:00:08.238 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.238 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:08.238 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.238 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.239 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml... 17:00:08.239 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.239 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.239 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml... 17:00:08.241 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml 17:00:08.244 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:08.244 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml 17:00:08.246 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.246 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:08.246 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.246 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.246 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml... 17:00:08.246 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.247 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.247 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml... 17:00:08.249 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml 17:00:08.256 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 17:00:08.256 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml 17:00:08.318 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:08.318 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml. 0s72ms [pure insertion] marking any relevant derived attributes for update...17:00:08.318 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.318 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.319 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 17:00:08.319 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.319 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.319 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml... 17:00:08.321 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml 17:00:08.325 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.325 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml 17:00:08.328 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.328 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:00:08.328 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.328 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.329 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml... 17:00:08.329 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.329 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.329 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml... 17:00:08.331 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml 17:00:08.333 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:08.333 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml 17:00:08.335 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.335 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:08.335 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.335 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.335 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml... 17:00:08.335 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.335 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.335 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml... 17:00:08.337 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml 17:00:08.339 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.339 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml 17:00:08.341 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.341 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:08.341 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.341 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.342 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 17:00:08.342 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.342 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.342 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml... 17:00:08.344 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml 17:00:08.347 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.347 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml 17:00:08.350 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.350 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:08.350 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.350 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.350 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml... 17:00:08.350 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.350 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.350 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml... 17:00:08.352 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml 17:00:08.355 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.355 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml 17:00:08.414 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.414 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml. 0s64ms [pure insertion] marking any relevant derived attributes for update...17:00:08.414 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.414 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.415 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml... 17:00:08.415 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.415 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.415 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml... 17:00:08.417 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml 17:00:08.419 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.419 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml 17:00:08.421 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.421 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4b4745a9-5d0c-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:08.421 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:08.422 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:08.422 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml... 17:00:08.422 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.422 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.422 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml... 17:00:08.424 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml 17:00:08.430 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:08.430 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml 17:00:08.433 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.433 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0010-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:08.433 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.433 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.433 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 17:00:08.433 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.433 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.433 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml... 17:00:08.436 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml 17:00:08.438 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.438 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml 17:00:08.440 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.440 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:08.440 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.440 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.440 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml... 17:00:08.440 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.441 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.441 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml... 17:00:08.443 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml 17:00:08.445 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.445 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml 17:00:08.447 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.447 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:08.447 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.447 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.447 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml... 17:00:08.448 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.448 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.448 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml... 17:00:08.450 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml 17:00:08.457 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:08.457 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml 17:00:08.517 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:08.517 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml. 0s70ms [pure insertion] marking any relevant derived attributes for update...17:00:08.517 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.517 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.517 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml... 17:00:08.517 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.517 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.517 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml... 17:00:08.519 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml 17:00:08.522 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.522 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml 17:00:08.524 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.524 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:08.524 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.524 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.524 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml... 17:00:08.524 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.525 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.525 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml... 17:00:08.526 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml 17:00:08.529 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.529 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml 17:00:08.532 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.532 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:08.532 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.532 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.532 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml... 17:00:08.532 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.532 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.532 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml... 17:00:08.536 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml 17:00:08.538 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.538 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml 17:00:08.542 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.542 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:08.542 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.542 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.543 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml... 17:00:08.543 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.543 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.543 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml... 17:00:08.545 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml 17:00:08.547 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.547 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml 17:00:08.549 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.549 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:08.549 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.549 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.550 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml... 17:00:08.550 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.550 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.550 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml... 17:00:08.552 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml 17:00:08.554 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.554 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml 17:00:08.556 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.556 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:08.556 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:08.557 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:08.557 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml... 17:00:08.557 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.557 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.557 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml... 17:00:08.559 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml 17:00:08.616 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.616 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml 17:00:08.618 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.618 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml. 0s61ms [pure insertion] marking any relevant derived attributes for update...17:00:08.618 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.618 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.618 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml... 17:00:08.619 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.619 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.619 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml... 17:00:08.620 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml 17:00:08.623 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.623 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml 17:00:08.625 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.625 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:08.625 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.625 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.626 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml... 17:00:08.626 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.626 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.626 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml... 17:00:08.628 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml 17:00:08.630 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.630 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml 17:00:08.633 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.633 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bf-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:08.633 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.633 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.633 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml... 17:00:08.633 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.633 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.633 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml... 17:00:08.638 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml 17:00:08.641 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.641 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml 17:00:08.643 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.643 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:08.643 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.643 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.643 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml... 17:00:08.643 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.643 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.644 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml... 17:00:08.646 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml 17:00:08.648 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.648 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml 17:00:08.650 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.650 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:08.650 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.650 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.650 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml... 17:00:08.650 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.651 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.651 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml... 17:00:08.652 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml 17:00:08.655 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.655 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml 17:00:08.716 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.716 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:00:08.716 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.716 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.717 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml... 17:00:08.717 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.717 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.717 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml... 17:00:08.719 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml 17:00:08.724 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:08.724 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml 17:00:08.728 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:08.728 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:08.728 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.728 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.729 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml... 17:00:08.729 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.729 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.729 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml... 17:00:08.731 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml 17:00:08.733 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.733 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml 17:00:08.735 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.735 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:08.735 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.735 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.736 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml... 17:00:08.736 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.736 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.736 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml... 17:00:08.738 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml 17:00:08.742 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.742 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml 17:00:08.744 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.744 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:08.744 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.744 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.745 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 17:00:08.745 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.745 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.745 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml... 17:00:08.746 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml 17:00:08.749 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.749 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml 17:00:08.751 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.751 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:08.751 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.751 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.751 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml... 17:00:08.751 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.751 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.751 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml... 17:00:08.753 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml 17:00:08.756 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.756 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml 17:00:08.813 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.813 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml. 0s62ms [pure insertion] marking any relevant derived attributes for update...17:00:08.813 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.813 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.814 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml... 17:00:08.814 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.814 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.814 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml... 17:00:08.816 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml 17:00:08.820 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.820 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml 17:00:08.822 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.822 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002a-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:08.822 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.822 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.823 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 17:00:08.823 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.823 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.823 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml... 17:00:08.825 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml 17:00:08.827 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.827 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml 17:00:08.829 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.829 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/120a35e7-c2fd-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:08.829 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.829 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml... 17:00:08.830 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.830 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml... 17:00:08.832 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml 17:00:08.834 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:08.834 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml 17:00:08.836 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.837 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:08.837 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.837 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.837 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 17:00:08.837 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.837 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.837 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml... 17:00:08.839 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml 17:00:08.843 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.843 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml 17:00:08.845 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.845 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4c6c55f-c2fc-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:08.845 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.845 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.845 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml... 17:00:08.845 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.845 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.845 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml... 17:00:08.847 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml 17:00:08.850 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.850 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml 17:00:08.851 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.851 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:08.851 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.851 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.852 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml... 17:00:08.852 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.852 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.852 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml... 17:00:08.915 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml 17:00:08.917 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.917 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml 17:00:08.919 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.919 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml. 0s67ms [pure insertion] marking any relevant derived attributes for update...17:00:08.919 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.919 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.920 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml... 17:00:08.920 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.920 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.920 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml... 17:00:08.922 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml 17:00:08.932 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 17:00:08.932 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml 17:00:08.937 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:08.937 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...17:00:08.937 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.937 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.938 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml... 17:00:08.938 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.938 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.938 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml... 17:00:08.940 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml 17:00:08.942 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.942 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml 17:00:08.944 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.944 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:08.944 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:08.945 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:08.945 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml... 17:00:08.945 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.945 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.945 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml... 17:00:08.948 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml 17:00:08.951 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:08.951 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml 17:00:08.953 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:08.953 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:08.953 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:08.953 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:08.953 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml... 17:00:08.953 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:08.953 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:08.953 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml... 17:00:09.014 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml 17:00:09.017 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:09.017 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml 17:00:09.018 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.018 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...17:00:09.018 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.018 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.019 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml... 17:00:09.019 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.019 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.019 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml... 17:00:09.021 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml 17:00:09.024 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:09.024 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml 17:00:09.026 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.026 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:09.026 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.026 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.026 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml... 17:00:09.026 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.026 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.026 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml... 17:00:09.029 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml 17:00:09.032 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:09.032 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml 17:00:09.034 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.034 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:09.034 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.034 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.035 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 17:00:09.035 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.035 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.035 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml... 17:00:09.037 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml 17:00:09.039 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:09.039 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml 17:00:09.041 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.041 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:09.041 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.041 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.042 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml... 17:00:09.042 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.042 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.042 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml... 17:00:09.044 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml 17:00:09.047 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:09.047 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml 17:00:09.049 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.049 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a46b20b8-26ab-11df-ac88-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:09.049 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.049 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.049 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml... 17:00:09.049 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.049 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.049 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml... 17:00:09.052 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml 17:00:09.056 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:09.056 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml 17:00:09.114 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.114 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0012-0000-000000000000.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...17:00:09.114 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.114 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.114 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml... 17:00:09.114 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.114 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.114 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml... 17:00:09.116 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml 17:00:09.119 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:09.119 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml 17:00:09.121 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.121 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:09.121 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.121 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.122 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml... 17:00:09.122 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.122 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.122 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml... 17:00:09.124 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml 17:00:09.127 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:09.127 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml 17:00:09.129 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.129 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:09.129 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.129 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.130 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml... 17:00:09.130 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.130 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.130 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml... 17:00:09.132 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml 17:00:09.223 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 17:00:09.223 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml 17:00:09.323 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:00:09.323 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml. 0s193ms [pure insertion] marking any relevant derived attributes for update...17:00:09.323 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.323 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.323 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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/ (3 sec, 3 sec total) 17:00:09.324 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml... 17:00:09.324 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.324 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.324 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml... 17:00:09.326 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml 17:00:09.330 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:09.331 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml 17:00:09.335 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:09.335 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:09.335 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.335 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.336 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml... 17:00:09.336 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.336 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.336 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml... 17:00:09.340 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml 17:00:09.421 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 17:00:09.421 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml 17:00:09.446 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 17:00:09.446 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml. 0s110ms [pure insertion] marking any relevant derived attributes for update...17:00:09.446 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.446 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.446 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml... 17:00:09.446 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.446 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.446 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml... 17:00:09.448 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml 17:00:09.453 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:09.453 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml 17:00:09.515 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:09.515 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:09.515 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.515 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.516 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml... 17:00:09.516 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.516 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.516 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml... 17:00:09.518 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml 17:00:09.523 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:09.523 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml 17:00:09.525 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.525 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:00:09.525 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.525 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.525 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml... 17:00:09.525 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.525 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.525 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml... 17:00:09.527 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml 17:00:09.530 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:09.530 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml 17:00:09.532 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.532 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:09.532 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:09.533 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:09.533 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml... 17:00:09.533 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.533 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.533 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml... 17:00:09.536 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml 17:00:09.541 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:09.541 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml 17:00:09.543 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.543 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:09.543 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.543 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.544 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml... 17:00:09.544 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.544 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.544 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml... 17:00:09.546 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml 17:00:09.552 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:09.552 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml 17:00:09.554 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.554 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:09.554 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.554 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.555 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml... 17:00:09.555 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.555 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.555 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml... 17:00:09.557 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml 17:00:09.647 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 17:00:09.647 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml 17:00:09.740 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:00:09.740 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml. 0s185ms [pure insertion] marking any relevant derived attributes for update...17:00:09.740 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.740 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.741 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml... 17:00:09.741 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.741 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.741 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml... 17:00:09.744 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml 17:00:09.755 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 17:00:09.755 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml 17:00:09.824 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:00:09.824 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.exml. 0s83ms [pure insertion] marking any relevant derived attributes for update...17:00:09.824 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.824 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.825 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml... 17:00:09.825 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.825 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.825 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml... 17:00:09.828 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml 17:00:09.831 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:09.831 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml 17:00:09.834 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.834 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:09.834 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.834 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.834 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml... 17:00:09.834 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.835 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.835 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml... 17:00:09.837 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml 17:00:09.844 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:09.844 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml 17:00:09.850 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:09.850 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...17:00:09.850 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:09.851 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:09.851 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml... 17:00:09.851 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.851 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.851 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml... 17:00:09.855 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml 17:00:09.859 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:09.859 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml 17:00:09.915 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.916 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac1-0000-000000000000.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...17:00:09.916 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.916 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.916 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml... 17:00:09.916 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.916 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.916 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml... 17:00:09.919 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml 17:00:09.922 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:09.922 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml 17:00:09.925 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.925 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:00:09.925 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:09.925 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:09.926 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml... 17:00:09.926 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.926 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.926 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml... 17:00:09.929 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml 17:00:09.940 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 17:00:09.940 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml 17:00:09.943 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:09.943 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml. 0s17ms [pure insertion] marking any relevant derived attributes for update...17:00:09.943 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:09.944 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:09.944 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml... 17:00:09.944 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:09.944 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:09.944 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml... 17:00:09.948 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml 17:00:10.015 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:10.015 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml 17:00:10.018 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:10.018 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.exml. 0s74ms [pure insertion] marking any relevant derived attributes for update...17:00:10.018 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:10.019 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:10.019 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml... 17:00:10.019 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.019 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.019 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml... 17:00:10.021 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml 17:00:10.026 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:10.026 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml 17:00:10.030 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:10.030 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3d7b14d7-4de3-4b8b-8a91-00c002a833bb.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:10.030 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.030 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.031 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml... 17:00:10.031 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.049 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.049 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml... 17:00:10.051 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml 17:00:10.057 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 17:00:10.057 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml 17:00:10.063 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:10.063 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml. 0s32ms [pure insertion] marking any relevant derived attributes for update...17:00:10.063 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.063 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.063 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml... 17:00:10.063 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.063 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.063 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml... 17:00:10.066 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml 17:00:10.121 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 17:00:10.121 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml 17:00:10.126 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:10.126 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec2468-0000-0894-0000-000000000000.exml. 0s63ms [pure insertion] marking any relevant derived attributes for update...17:00:10.126 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.126 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.127 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml... 17:00:10.127 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.127 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.127 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml... 17:00:10.129 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml 17:00:10.132 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.132 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml 17:00:10.134 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.134 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:10.134 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.134 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.135 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml... 17:00:10.135 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.135 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.135 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml... 17:00:10.137 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml 17:00:10.141 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.141 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml 17:00:10.143 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.143 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:10.143 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.143 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.143 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml... 17:00:10.143 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.143 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.143 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml... 17:00:10.145 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml 17:00:10.148 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:10.148 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml 17:00:10.150 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.150 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:10.150 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.150 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.150 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml... 17:00:10.151 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.151 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.151 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml... 17:00:10.153 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml 17:00:10.215 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:10.215 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml 17:00:10.217 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.217 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml. 0s67ms [pure insertion] marking any relevant derived attributes for update...17:00:10.217 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.217 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.217 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml... 17:00:10.217 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.217 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.217 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml... 17:00:10.221 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml 17:00:10.223 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.223 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml 17:00:10.225 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.225 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:10.225 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.225 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.226 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml... 17:00:10.226 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.226 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.226 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml... 17:00:10.228 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml 17:00:10.230 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.230 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml 17:00:10.233 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.233 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:10.233 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.233 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.233 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml... 17:00:10.233 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.233 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.233 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml... 17:00:10.235 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml 17:00:10.239 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:10.239 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml 17:00:10.241 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.241 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:10.241 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.241 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.242 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml... 17:00:10.242 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.242 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.242 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml... 17:00:10.245 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml 17:00:10.252 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 17:00:10.252 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml 17:00:10.257 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:10.257 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:00:10.257 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.257 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.258 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml... 17:00:10.258 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.258 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.258 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml... 17:00:10.260 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml 17:00:10.329 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 34 M->MM REFERENCES! (took ~0sec) 17:00:10.329 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml 17:00:10.344 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:00:10.345 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml. 0s87ms [pure insertion] marking any relevant derived attributes for update...17:00:10.345 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.345 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.345 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml... 17:00:10.345 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.345 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.345 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml... 17:00:10.348 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml 17:00:10.351 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.351 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml 17:00:10.354 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.354 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:00:10.354 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.354 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.354 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml... 17:00:10.354 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.354 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.354 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml... 17:00:10.357 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml 17:00:10.415 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.415 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml 17:00:10.417 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.417 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml. 0s63ms [pure insertion] marking any relevant derived attributes for update...17:00:10.417 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.417 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.417 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml... 17:00:10.417 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.417 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.417 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml... 17:00:10.419 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml 17:00:10.423 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.423 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml 17:00:10.425 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.425 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:10.425 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:10.426 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:10.426 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml... 17:00:10.426 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.426 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.426 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml... 17:00:10.428 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml 17:00:10.431 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:10.431 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml 17:00:10.433 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.433 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:10.433 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.433 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.434 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml... 17:00:10.434 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.434 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.434 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml... 17:00:10.436 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml 17:00:10.445 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 17:00:10.445 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml 17:00:10.453 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:10.453 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-0000-000000000000.exml. 0s19ms [pure insertion] marking any relevant derived attributes for update...17:00:10.453 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.453 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.454 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml... 17:00:10.454 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.454 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.454 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml... 17:00:10.514 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml 17:00:10.522 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 17:00:10.522 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml 17:00:10.530 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:10.530 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3c4678f8-f169-11df-ae59-0014224f9977.exml. 0s76ms [pure insertion] marking any relevant derived attributes for update...17:00:10.530 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.530 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.531 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml... 17:00:10.531 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.531 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.531 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml... 17:00:10.533 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml 17:00:10.538 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:10.538 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml 17:00:10.542 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:10.542 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:10.542 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.542 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.543 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml... 17:00:10.543 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.543 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.543 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml... 17:00:10.545 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml 17:00:10.549 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.549 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml 17:00:10.616 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.616 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml. 0s73ms [pure insertion] marking any relevant derived attributes for update...17:00:10.616 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.616 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.617 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml... 17:00:10.617 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.617 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.617 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml... 17:00:10.620 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml 17:00:10.624 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.624 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml 17:00:10.626 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.626 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:00:10.626 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.626 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.627 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml... 17:00:10.627 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.627 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.627 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml... 17:00:10.630 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml 17:00:10.634 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.634 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml 17:00:10.637 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.637 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:10.637 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.637 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.637 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml... 17:00:10.637 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.638 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.638 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml... 17:00:10.640 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml 17:00:10.647 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.647 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml 17:00:10.649 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.649 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:00:10.649 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.649 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.650 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml... 17:00:10.650 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.650 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.650 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml... 17:00:10.652 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml 17:00:10.655 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.655 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml 17:00:10.658 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.658 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:10.658 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.658 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.659 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml... 17:00:10.659 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.659 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.659 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml... 17:00:10.714 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml 17:00:10.719 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:10.719 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml 17:00:10.723 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:10.723 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml. 0s64ms [pure insertion] marking any relevant derived attributes for update...17:00:10.723 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.723 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.723 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml... 17:00:10.723 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.725 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.725 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml... 17:00:10.727 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml 17:00:10.729 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.729 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml 17:00:10.731 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.731 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:10.731 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.731 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.732 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml... 17:00:10.732 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.732 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.732 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml... 17:00:10.734 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml 17:00:10.736 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.736 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml 17:00:10.738 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.738 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:10.738 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.738 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.739 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 17:00:10.739 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.739 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.739 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml... 17:00:10.741 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml 17:00:10.745 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.745 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml 17:00:10.747 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.747 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:10.747 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.747 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.748 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml... 17:00:10.748 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.750 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.750 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml... 17:00:10.753 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml 17:00:10.815 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.815 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml 17:00:10.816 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.817 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.exml. 0s69ms [pure insertion] marking any relevant derived attributes for update...17:00:10.817 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.817 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.817 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml... 17:00:10.817 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.817 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.817 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml... 17:00:10.819 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml 17:00:10.822 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:10.822 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml 17:00:10.824 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:10.824 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:10.824 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:10.824 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:10.825 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml... 17:00:10.825 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:10.825 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:10.825 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml... 17:00:10.827 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml 17:00:10.923 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 17:00:10.923 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml 17:00:11.016 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:00:11.016 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml. 0s191ms [pure insertion] marking any relevant derived attributes for update...17:00:11.016 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.016 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.017 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml... 17:00:11.017 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.017 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.017 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml... 17:00:11.019 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml 17:00:11.021 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.021 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml 17:00:11.023 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.023 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:11.023 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.023 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.024 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml... 17:00:11.024 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.024 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.024 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml... 17:00:11.026 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml 17:00:11.028 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.028 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml 17:00:11.031 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.031 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:11.031 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.031 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.031 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml... 17:00:11.031 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.031 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.031 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml... 17:00:11.033 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml 17:00:11.037 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.037 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml 17:00:11.039 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.039 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:11.039 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.039 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.040 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml... 17:00:11.040 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.040 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.040 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml... 17:00:11.042 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml 17:00:11.044 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.044 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml 17:00:11.046 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.047 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:11.047 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.047 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.047 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml... 17:00:11.047 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.047 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.047 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml... 17:00:11.049 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml 17:00:11.055 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:11.055 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml 17:00:11.113 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.113 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Project/f69e310f-106c-4b21-9de4-d31b4523525b.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:00:11.113 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:11.114 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:11.114 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml... 17:00:11.114 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.115 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.115 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml... 17:00:11.118 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml 17:00:11.120 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.120 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml 17:00:11.122 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.122 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:11.122 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.122 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.123 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 17:00:11.123 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.123 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.123 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml... 17:00:11.125 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml 17:00:11.132 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 17:00:11.132 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml 17:00:11.138 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:11.138 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:00:11.138 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.138 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.138 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml... 17:00:11.138 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.138 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.138 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml... 17:00:11.141 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml 17:00:11.146 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.146 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml 17:00:11.149 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.149 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01280500-0000-0b37-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:11.149 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.149 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.150 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml... 17:00:11.150 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.150 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.150 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml... 17:00:11.152 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml 17:00:11.156 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.156 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml 17:00:11.159 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.159 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/229bc921-c2fd-11de-8ac8-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:00:11.159 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.159 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.159 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 17:00:11.159 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.213 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.213 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml... 17:00:11.216 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 17:00:11.226 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 17:00:11.226 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml 17:00:11.234 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:00:11.234 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml. 0s75ms [pure insertion] marking any relevant derived attributes for update...17:00:11.234 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.234 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.234 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml... 17:00:11.234 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.234 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.234 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml... 17:00:11.236 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml 17:00:11.240 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:11.240 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml 17:00:11.242 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.242 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:11.242 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:11.243 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:11.243 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 17:00:11.243 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.244 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.244 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml... 17:00:11.246 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml 17:00:11.249 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.249 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml 17:00:11.251 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:11.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.252 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml... 17:00:11.252 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.252 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.252 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml... 17:00:11.254 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml 17:00:11.256 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.256 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml 17:00:11.314 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.314 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/435869cb-c2fd-11de-8ac8-001302895b2b.exml. 0s62ms [pure insertion] marking any relevant derived attributes for update...17:00:11.314 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.314 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.314 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml... 17:00:11.314 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.314 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.314 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml... 17:00:11.317 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml 17:00:11.321 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.321 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml 17:00:11.324 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.324 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:11.324 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.324 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.324 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml... 17:00:11.324 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.325 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.325 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml... 17:00:11.328 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml 17:00:11.333 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:11.333 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml 17:00:11.337 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:11.337 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:00:11.337 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.337 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.337 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml... 17:00:11.337 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.337 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.337 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml... 17:00:11.339 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml 17:00:11.342 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.342 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml 17:00:11.344 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.344 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:11.344 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.344 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.345 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml... 17:00:11.345 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.345 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.345 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml... 17:00:11.347 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml 17:00:11.352 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.352 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml 17:00:11.414 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.414 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:11.414 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.414 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.415 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml... 17:00:11.415 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.415 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.415 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml... 17:00:11.417 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml 17:00:11.419 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.419 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml 17:00:11.421 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.421 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:11.421 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.421 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.422 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml... 17:00:11.422 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.422 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.422 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml... 17:00:11.424 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml 17:00:11.427 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.427 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml 17:00:11.430 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.430 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:11.430 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.430 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.430 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml... 17:00:11.430 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.431 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.431 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml... 17:00:11.434 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml 17:00:11.439 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.439 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml 17:00:11.441 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.441 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:11.441 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:11.442 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:11.442 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml... 17:00:11.442 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.442 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.442 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml... 17:00:11.445 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml 17:00:11.452 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:11.452 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml 17:00:11.457 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:11.457 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:00:11.457 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.457 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.458 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 17:00:11.458 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.458 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.458 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 17:00:11.516 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 17:00:11.534 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 17:00:11.534 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 17:00:11.544 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:00:11.544 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s86ms [pure insertion] marking any relevant derived attributes for update...17:00:11.544 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.544 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.544 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 17:00:11.544 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.544 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.544 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 17:00:11.548 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 17:00:11.616 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 17:00:11.616 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 17:00:11.623 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:11.623 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...17:00:11.623 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.623 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.623 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml... 17:00:11.623 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.624 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.624 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml... 17:00:11.627 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml 17:00:11.631 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.631 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml 17:00:11.634 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.634 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:11.634 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:11.635 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:11.635 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml... 17:00:11.635 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.635 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.635 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml... 17:00:11.637 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml 17:00:11.640 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.640 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml 17:00:11.641 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.642 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:11.642 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.642 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.642 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml... 17:00:11.642 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.642 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.642 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml... 17:00:11.645 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml 17:00:11.647 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.647 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml 17:00:11.649 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.649 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:11.649 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.649 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.650 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml... 17:00:11.650 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.650 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.650 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml... 17:00:11.652 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml 17:00:11.655 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.655 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml 17:00:11.715 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.715 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...17:00:11.715 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.715 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.716 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml... 17:00:11.716 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.716 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.716 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml... 17:00:11.718 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml 17:00:11.733 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 17:00:11.733 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml 17:00:11.750 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 17:00:11.751 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml. 0s35ms [pure insertion] marking any relevant derived attributes for update...17:00:11.751 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.751 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.751 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml... 17:00:11.751 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.751 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.751 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml... 17:00:11.753 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml 17:00:11.756 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.756 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml 17:00:11.816 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.816 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ba-0000-000000000000.exml. 0s65ms [pure insertion] marking any relevant derived attributes for update...17:00:11.816 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.816 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.816 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml... 17:00:11.816 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.816 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.816 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml... 17:00:11.818 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml 17:00:11.821 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.821 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml 17:00:11.822 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.823 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:11.823 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.823 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.823 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 17:00:11.823 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.823 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.823 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml... 17:00:11.825 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml 17:00:11.827 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.827 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml 17:00:11.829 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.829 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:11.829 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:11.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:11.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml... 17:00:11.830 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.830 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml... 17:00:11.832 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml 17:00:11.837 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:11.837 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml 17:00:11.839 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:11.839 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:00:11.839 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.839 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.839 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 17:00:11.839 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.839 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.839 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml... 17:00:11.841 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml 17:00:11.848 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 17:00:11.848 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml 17:00:11.854 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:11.854 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-002a-0000-000000000000.exml. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:00:11.854 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.854 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.854 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 17:00:11.854 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.854 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.854 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml... 17:00:11.856 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml 17:00:11.921 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 17:00:11.921 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml 17:00:11.926 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:11.926 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c2e23680-96f0-11de-a322-001fe2c988b8.exml. 0s72ms [pure insertion] marking any relevant derived attributes for update...17:00:11.926 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.926 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.926 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml... 17:00:11.926 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.926 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.926 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml... 17:00:11.929 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml 17:00:11.934 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:11.934 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml 17:00:11.939 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:11.939 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:00:11.939 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:11.939 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:11.939 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml... 17:00:11.940 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:11.940 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:11.940 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml... 17:00:11.941 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml 17:00:12.016 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 17:00:12.016 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml 17:00:12.029 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 17:00:12.029 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml. 0s90ms [pure insertion] marking any relevant derived attributes for update...17:00:12.029 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.029 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.030 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml... 17:00:12.030 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.030 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.030 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml... 17:00:12.032 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml 17:00:12.061 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 17:00:12.061 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml 17:00:12.157 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 17:00:12.157 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml. 0s127ms [pure insertion] marking any relevant derived attributes for update...17:00:12.157 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.157 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.157 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml... 17:00:12.158 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.158 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.158 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml... 17:00:12.160 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml 17:00:12.215 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.215 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml 17:00:12.218 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.218 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml. 0s61ms [pure insertion] marking any relevant derived attributes for update...17:00:12.218 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.218 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.218 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml... 17:00:12.218 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.219 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.219 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml... 17:00:12.221 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml 17:00:12.225 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.225 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml 17:00:12.228 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.228 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:12.228 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.228 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.228 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml... 17:00:12.228 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.228 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.228 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml... 17:00:12.232 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml 17:00:12.243 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 17:00:12.243 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml 17:00:12.251 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:12.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml. 0s23ms [pure insertion] marking any relevant derived attributes for update...17:00:12.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml... 17:00:12.251 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.251 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml... 17:00:12.254 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml 17:00:12.258 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.258 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml 17:00:12.317 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.317 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01db-0000-000000000000.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:00:12.317 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.317 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.317 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml... 17:00:12.317 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.317 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.317 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml... 17:00:12.320 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml 17:00:12.323 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:12.323 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml 17:00:12.325 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.325 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:12.325 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.325 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.326 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 17:00:12.326 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.326 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.326 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml... 17:00:12.328 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml 17:00:12.332 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.332 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml 17:00:12.334 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.334 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:12.334 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.334 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.335 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml... 17:00:12.335 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.335 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.335 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml... 17:00:12.337 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml 17:00:12.341 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.341 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml 17:00:12.345 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.345 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:12.345 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.345 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.346 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml... 17:00:12.346 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.346 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.346 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml... 17:00:12.348 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml 17:00:12.350 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.350 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml 17:00:12.352 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.352 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:12.352 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.352 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.353 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml... 17:00:12.353 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.353 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.353 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml... 17:00:12.355 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml 17:00:12.357 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.358 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml 17:00:12.414 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.414 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml. 0s61ms [pure insertion] marking any relevant derived attributes for update...17:00:12.414 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.414 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.415 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml... 17:00:12.415 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.415 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.415 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml... 17:00:12.417 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml 17:00:12.420 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.420 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml 17:00:12.422 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.422 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:12.422 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.422 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.422 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 17:00:12.422 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.422 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.422 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml... 17:00:12.425 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml 17:00:12.428 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.428 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml 17:00:12.430 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.430 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:12.430 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.430 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.430 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml... 17:00:12.430 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.430 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.430 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml... 17:00:12.432 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml 17:00:12.437 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:12.437 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml 17:00:12.441 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:12.441 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:12.441 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.441 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.442 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml... 17:00:12.442 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.442 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.442 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml... 17:00:12.445 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml 17:00:12.450 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.450 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml 17:00:12.452 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.452 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:12.452 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.452 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.453 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml... 17:00:12.453 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.453 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.453 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml... 17:00:12.514 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml 17:00:12.517 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.517 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml 17:00:12.518 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.519 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:00:12.519 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.519 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.519 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml... 17:00:12.519 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.519 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.519 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml... 17:00:12.521 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml 17:00:12.526 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:12.526 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml 17:00:12.530 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:12.530 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:12.530 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:12.531 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:12.531 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml... 17:00:12.531 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.531 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.531 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml... 17:00:12.533 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml 17:00:12.536 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.536 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml 17:00:12.537 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.537 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-022e-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:12.537 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.537 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.538 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml... 17:00:12.538 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.538 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.538 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml... 17:00:12.540 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml 17:00:12.543 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:12.543 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml 17:00:12.545 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.545 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:12.545 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:12.546 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:12.546 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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, 6 sec total) 17:00:12.546 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml... 17:00:12.546 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.546 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.546 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml... 17:00:12.548 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml 17:00:12.551 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.551 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml 17:00:12.617 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.617 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/007004e8-0000-0282-0000-000000000000.exml. 0s71ms [pure insertion] marking any relevant derived attributes for update...17:00:12.617 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.617 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.617 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml... 17:00:12.617 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.618 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.618 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml... 17:00:12.620 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml 17:00:12.623 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.623 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml 17:00:12.625 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.625 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:12.625 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.625 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.625 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml... 17:00:12.625 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.626 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.626 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml... 17:00:12.628 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml 17:00:12.631 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.631 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml 17:00:12.653 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.653 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-024c-0000-000000000000.exml. 0s28ms [pure insertion] marking any relevant derived attributes for update...17:00:12.653 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.653 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.653 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 17:00:12.653 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.654 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.654 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml... 17:00:12.655 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml 17:00:12.660 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.660 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.exml 17:00:12.663 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.663 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:12.663 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.663 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.664 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml... 17:00:12.664 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.664 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.664 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml... 17:00:12.665 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml 17:00:12.668 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.668 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml 17:00:12.715 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.715 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0007-0000-000000000000.exml. 0s51ms [pure insertion] marking any relevant derived attributes for update...17:00:12.715 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.715 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.716 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml... 17:00:12.716 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.716 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.716 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml... 17:00:12.718 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml 17:00:12.738 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 43 M->MM REFERENCES! (took ~0sec) 17:00:12.739 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml 17:00:12.818 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 17:00:12.818 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Artifact/4bb461ab-1cb8-4e47-ab98-5ab266bd55cb.exml. 0s102ms [pure insertion] marking any relevant derived attributes for update...17:00:12.818 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.818 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.818 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml... 17:00:12.818 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.818 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.818 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml... 17:00:12.821 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml 17:00:12.825 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:12.825 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml 17:00:12.830 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:12.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:00:12.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.831 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml... 17:00:12.831 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.831 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.831 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml... 17:00:12.834 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml 17:00:12.841 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:12.841 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml 17:00:12.844 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.844 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.ModuleComponent/bd19f944-d41b-42ef-94a1-9e5ba663883b.exml. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:00:12.844 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.844 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.845 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml... 17:00:12.845 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.845 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.845 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml... 17:00:12.847 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml 17:00:12.849 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.850 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml 17:00:12.852 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.852 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0005-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:12.852 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.852 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.852 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml... 17:00:12.852 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.852 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.852 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml... 17:00:12.854 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml 17:00:12.916 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.916 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml 17:00:12.918 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.918 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:00:12.918 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.918 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.918 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml... 17:00:12.918 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.918 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.918 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml... 17:00:12.920 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml 17:00:12.924 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:12.924 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml 17:00:12.926 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.926 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:12.926 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.926 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.926 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml... 17:00:12.926 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.926 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.926 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml... 17:00:12.928 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml 17:00:12.933 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:12.933 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml 17:00:12.937 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:12.937 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:12.937 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.937 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.937 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml... 17:00:12.937 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.938 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.938 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml... 17:00:12.939 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml 17:00:12.943 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.943 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml 17:00:12.946 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.946 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/00300000-0000-0032-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:00:12.946 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.946 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.946 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml... 17:00:12.946 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.946 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.946 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml... 17:00:12.948 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml 17:00:12.950 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.950 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml 17:00:12.952 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:12.952 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:12.952 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:12.952 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:12.953 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml... 17:00:12.953 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:12.953 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:12.953 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml... 17:00:12.954 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml 17:00:12.957 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:12.958 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml 17:00:13.017 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.017 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml. 0s64ms [pure insertion] marking any relevant derived attributes for update...17:00:13.017 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.017 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.018 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml... 17:00:13.018 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.018 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.018 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml... 17:00:13.022 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml 17:00:13.035 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 17:00:13.035 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml 17:00:13.046 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:00:13.046 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml. 0s28ms [pure insertion] marking any relevant derived attributes for update...17:00:13.046 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.046 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.046 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml... 17:00:13.046 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.046 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.046 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml... 17:00:13.049 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml 17:00:13.055 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:13.055 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml 17:00:13.114 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.114 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml. 0s68ms [pure insertion] marking any relevant derived attributes for update...17:00:13.114 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.115 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.115 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml... 17:00:13.115 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.115 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.115 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml... 17:00:13.117 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml 17:00:13.122 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:13.122 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml 17:00:13.126 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:13.126 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:13.126 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.126 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.126 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 17:00:13.126 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.127 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.127 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml... 17:00:13.129 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml 17:00:13.132 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:13.132 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml 17:00:13.136 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.136 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:13.136 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.136 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.137 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml... 17:00:13.137 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.137 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.137 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml... 17:00:13.139 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml 17:00:13.142 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:13.142 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml 17:00:13.144 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.144 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:13.144 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.144 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.144 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml... 17:00:13.144 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.144 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.144 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml... 17:00:13.146 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml 17:00:13.151 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:13.151 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml 17:00:13.217 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:13.217 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml. 0s73ms [pure insertion] marking any relevant derived attributes for update...17:00:13.217 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.217 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.217 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 17:00:13.217 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.217 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.217 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml... 17:00:13.219 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml 17:00:13.222 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:13.222 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml 17:00:13.223 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.223 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:13.223 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.223 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.224 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml... 17:00:13.224 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.224 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.224 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml... 17:00:13.226 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml 17:00:13.228 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:13.228 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml 17:00:13.230 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.230 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:13.230 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.230 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.231 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml... 17:00:13.231 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.231 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.231 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml... 17:00:13.233 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml 17:00:13.243 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 17:00:13.244 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml 17:00:13.251 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:00:13.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml. 0s20ms [pure insertion] marking any relevant derived attributes for update...17:00:13.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml... 17:00:13.251 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.251 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.251 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml... 17:00:13.253 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml 17:00:13.316 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 17:00:13.316 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml 17:00:13.321 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:13.321 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml. 0s70ms [pure insertion] marking any relevant derived attributes for update...17:00:13.321 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.321 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.322 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml... 17:00:13.322 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.322 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.322 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml... 17:00:13.324 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml 17:00:13.329 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:13.329 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml 17:00:13.333 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:13.333 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:13.333 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.333 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.334 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml... 17:00:13.334 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.334 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.334 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml... 17:00:13.337 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml 17:00:13.340 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:13.340 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml 17:00:13.341 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.341 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b7fd53f-205e-11df-948e-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:13.341 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.341 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.342 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml... 17:00:13.342 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.342 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.342 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml... 17:00:13.344 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml 17:00:13.348 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:13.348 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml 17:00:13.351 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.351 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:00:13.351 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.351 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.351 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml... 17:00:13.351 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.351 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.351 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml... 17:00:13.353 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml 17:00:13.356 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:13.356 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml 17:00:13.414 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.414 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml. 0s63ms [pure insertion] marking any relevant derived attributes for update...17:00:13.414 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.414 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.415 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml... 17:00:13.415 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.415 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.415 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml... 17:00:13.418 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml 17:00:13.425 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 17:00:13.425 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml 17:00:13.431 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:13.431 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...17:00:13.431 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.431 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.432 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml... 17:00:13.432 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.432 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.432 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml... 17:00:13.434 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml 17:00:13.439 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:13.439 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml 17:00:13.441 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.441 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:13.441 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.441 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.442 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 17:00:13.442 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.442 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.442 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml... 17:00:13.444 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml 17:00:13.446 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:13.446 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml 17:00:13.448 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.448 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:13.448 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.448 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.449 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml... 17:00:13.449 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.449 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.449 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml... 17:00:13.451 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml 17:00:13.520 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 17:00:13.520 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml 17:00:13.528 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:00:13.528 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml. 0s79ms [pure insertion] marking any relevant derived attributes for update...17:00:13.528 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.528 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.528 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml... 17:00:13.528 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.528 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.528 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml... 17:00:13.530 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml 17:00:13.533 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:13.533 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml 17:00:13.535 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.535 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0204-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:13.535 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.535 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.535 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml... 17:00:13.535 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.536 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.536 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml... 17:00:13.538 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml 17:00:13.544 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:13.544 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml 17:00:13.547 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:13.547 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/3ac00e06-3921-4b35-bb60-84618d4da048.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:00:13.547 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:13.548 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:13.548 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml... 17:00:13.548 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.548 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.548 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml... 17:00:13.550 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml 17:00:13.553 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:13.553 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml 17:00:13.555 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.555 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2ef9-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:13.555 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.555 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.555 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml... 17:00:13.555 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.556 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.556 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml... 17:00:13.615 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml 17:00:13.623 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:13.623 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.exml 17:00:13.627 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:13.627 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:13.627 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.627 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.628 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml... 17:00:13.628 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.628 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.628 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml... 17:00:13.630 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml 17:00:13.632 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:13.633 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml 17:00:13.634 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.634 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:13.634 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.634 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.635 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 17:00:13.635 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.635 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.635 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml... 17:00:13.637 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml 17:00:13.640 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:13.640 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml 17:00:13.642 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.642 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:13.642 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.642 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.643 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml... 17:00:13.643 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.643 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.643 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml... 17:00:13.645 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml 17:00:13.719 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 17:00:13.719 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml 17:00:13.736 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 17:00:13.736 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml. 0s93ms [pure insertion] marking any relevant derived attributes for update...17:00:13.736 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.736 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.736 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml... 17:00:13.736 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.737 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.737 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml... 17:00:13.739 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml 17:00:13.742 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:13.742 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/35b84299-c2fd-11de-8ac8-001302895b2b.exml 17:00:13.744 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.744 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:13.744 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.744 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.744 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 17:00:13.744 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.744 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.744 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml... 17:00:13.746 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml 17:00:13.749 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:13.749 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml 17:00:13.752 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.752 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/27ac6d48-32c8-11e0-91f3-0027103f347c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:13.752 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.752 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.753 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml... 17:00:13.753 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.753 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.753 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml... 17:00:13.815 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml 17:00:13.819 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:13.819 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml 17:00:13.823 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:13.823 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/7a804dc3-44ec-11e0-8f73-0027103f347c.exml. 0s70ms [pure insertion] marking any relevant derived attributes for update...17:00:13.823 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.823 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.823 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 17:00:13.823 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.824 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.824 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml... 17:00:13.826 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml 17:00:13.828 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:13.828 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml 17:00:13.830 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:13.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:13.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.831 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml... 17:00:13.831 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.831 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.831 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml... 17:00:13.834 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml 17:00:13.838 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:13.838 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml 17:00:13.842 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:13.842 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:13.842 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.842 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.842 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml... 17:00:13.842 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.842 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.842 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml... 17:00:13.844 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml 17:00:13.858 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 17:00:13.858 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml 17:00:13.925 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:00:13.925 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.exml. 0s83ms [pure insertion] marking any relevant derived attributes for update...17:00:13.925 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:13.925 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:13.927 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml... 17:00:13.927 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:13.927 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:13.927 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml... 17:00:13.929 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml 17:00:14.056 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 115 M->MM REFERENCES! (took ~0sec) 17:00:14.056 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml 17:00:14.240 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 17:00:14.240 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml. 0s313ms [pure insertion] marking any relevant derived attributes for update...17:00:14.240 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.240 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.240 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml... 17:00:14.240 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.240 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.240 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml... 17:00:14.242 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml 17:00:14.246 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.246 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml 17:00:14.249 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.249 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:00:14.249 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.249 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.249 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml... 17:00:14.249 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.249 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.249 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml... 17:00:14.251 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml 17:00:14.254 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.254 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml 17:00:14.256 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.256 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:14.256 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.256 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.256 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml... 17:00:14.256 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.257 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.257 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml... 17:00:14.259 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 17:00:14.315 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:14.315 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml 17:00:14.317 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.317 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml. 0s61ms [pure insertion] marking any relevant derived attributes for update...17:00:14.317 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.317 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.318 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml... 17:00:14.318 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.318 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.318 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml... 17:00:14.321 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml 17:00:14.325 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.325 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml 17:00:14.327 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.327 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8e76c95f-5821-11df-be59-001302895b2b.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:00:14.327 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:14.328 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:14.328 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml... 17:00:14.328 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.328 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.328 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml... 17:00:14.330 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml 17:00:14.337 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:14.337 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml 17:00:14.341 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:14.341 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:00:14.341 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.341 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.342 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml... 17:00:14.342 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.342 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.342 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml... 17:00:14.345 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml 17:00:14.350 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.350 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml 17:00:14.352 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.352 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:14.352 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.352 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.353 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 17:00:14.353 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.353 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.353 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml... 17:00:14.415 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml 17:00:14.417 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:14.417 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml 17:00:14.419 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.419 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/fec357b7-2501-4c75-8cdb-8b4da1836074.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:00:14.419 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.419 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.420 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml... 17:00:14.420 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.420 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.420 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml... 17:00:14.422 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml 17:00:14.425 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.425 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml 17:00:14.426 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.426 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:14.426 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.427 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.427 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml... 17:00:14.427 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.427 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.427 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml... 17:00:14.429 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml 17:00:14.433 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:14.433 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml 17:00:14.435 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.435 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:14.435 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.435 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.436 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml... 17:00:14.436 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.436 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.436 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml... 17:00:14.437 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml 17:00:14.440 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.440 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml 17:00:14.442 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.442 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:14.442 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.442 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.443 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 17:00:14.443 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.443 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.443 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml... 17:00:14.445 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml 17:00:14.447 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.447 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml 17:00:14.449 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.449 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:14.449 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:14.450 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:14.450 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml... 17:00:14.450 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.450 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.450 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml... 17:00:14.452 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml 17:00:14.514 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.514 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml 17:00:14.516 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.516 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:00:14.516 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.516 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.516 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml... 17:00:14.516 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.516 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.516 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml... 17:00:14.518 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml 17:00:14.521 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.521 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml 17:00:14.523 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.523 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:14.523 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.523 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.523 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 17:00:14.523 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.523 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.523 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml... 17:00:14.525 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml 17:00:14.531 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:14.531 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml 17:00:14.535 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:14.535 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:00:14.535 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.535 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.535 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml... 17:00:14.535 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.536 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.536 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml... 17:00:14.538 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml 17:00:14.541 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.541 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml 17:00:14.543 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.543 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:14.543 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.543 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.543 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml... 17:00:14.543 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.543 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.543 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml... 17:00:14.545 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml 17:00:14.548 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.548 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml 17:00:14.550 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.550 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:14.550 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.550 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.550 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml... 17:00:14.550 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.550 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.551 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml... 17:00:14.552 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml 17:00:14.616 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:14.616 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml 17:00:14.620 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:14.620 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml. 0s70ms [pure insertion] marking any relevant derived attributes for update...17:00:14.620 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.620 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.621 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 17:00:14.621 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.621 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.621 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml... 17:00:14.622 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml 17:00:14.627 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:14.627 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml 17:00:14.629 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.629 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:14.629 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.629 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.630 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml... 17:00:14.630 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.630 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.630 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml... 17:00:14.632 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml 17:00:14.634 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.634 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml 17:00:14.636 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.636 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:14.637 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.637 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.637 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml... 17:00:14.637 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.637 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.637 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml... 17:00:14.639 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml 17:00:14.643 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.643 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml 17:00:14.645 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.645 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:14.645 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.645 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.646 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 17:00:14.646 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.646 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.646 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml... 17:00:14.648 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml 17:00:14.650 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.650 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml 17:00:14.652 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.652 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:14.652 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.652 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.653 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml... 17:00:14.653 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.653 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.653 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml... 17:00:14.656 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml 17:00:14.744 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 60 M->MM REFERENCES! (took ~0sec) 17:00:14.744 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml 17:00:14.830 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 17:00:14.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml. 0s177ms [pure insertion] marking any relevant derived attributes for update...17:00:14.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml... 17:00:14.830 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.830 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.830 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml... 17:00:14.832 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml 17:00:14.835 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.835 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml 17:00:14.837 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.837 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:14.837 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.838 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.838 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml... 17:00:14.838 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.838 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.838 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml... 17:00:14.841 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml 17:00:14.845 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.845 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml 17:00:14.848 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.848 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:14.848 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.848 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.848 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml... 17:00:14.848 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.848 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.848 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml... 17:00:14.851 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml 17:00:14.854 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.854 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml 17:00:14.915 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.915 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml. 0s67ms [pure insertion] marking any relevant derived attributes for update...17:00:14.915 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.915 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.916 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml... 17:00:14.916 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.916 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.916 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml... 17:00:14.918 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml 17:00:14.921 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.921 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml 17:00:14.924 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.924 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:14.924 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.924 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.924 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml... 17:00:14.924 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.924 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.924 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml... 17:00:14.926 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml 17:00:14.929 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.929 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml 17:00:14.932 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.932 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:14.932 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:14.932 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:14.932 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml... 17:00:14.932 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.933 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.933 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml... 17:00:14.936 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml 17:00:14.939 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:14.939 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.exml 17:00:14.940 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:14.940 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:14.940 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:14.941 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:14.941 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 17:00:14.941 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:14.941 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:14.941 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 17:00:14.944 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 17:00:15.019 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 17:00:15.019 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 17:00:15.032 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:00:15.033 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s92ms [pure insertion] marking any relevant derived attributes for update...17:00:15.033 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.033 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.033 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml... 17:00:15.033 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.033 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.033 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml... 17:00:15.036 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml 17:00:15.040 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:15.040 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-001302895b2b.exml 17:00:15.043 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.043 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:15.043 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.043 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.043 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml... 17:00:15.043 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.043 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.043 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml... 17:00:15.048 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml 17:00:15.051 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:15.051 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml 17:00:15.054 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.054 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:15.054 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.054 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.054 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml... 17:00:15.054 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.055 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.055 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml... 17:00:15.057 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml 17:00:15.119 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:15.119 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml 17:00:15.121 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.121 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml. 0s68ms [pure insertion] marking any relevant derived attributes for update...17:00:15.122 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.122 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.122 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml... 17:00:15.122 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.122 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.122 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml... 17:00:15.125 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml 17:00:15.132 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:15.132 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml 17:00:15.138 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:15.138 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...17:00:15.138 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.138 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.138 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml... 17:00:15.138 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.139 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.139 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml... 17:00:15.141 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml 17:00:15.144 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:15.144 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml 17:00:15.146 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.146 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:15.146 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.146 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.146 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml... 17:00:15.146 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.147 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.147 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml... 17:00:15.149 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml 17:00:15.238 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 17:00:15.238 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml 17:00:15.247 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:00:15.247 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml. 0s101ms [pure insertion] marking any relevant derived attributes for update...17:00:15.247 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.247 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.247 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml... 17:00:15.247 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.247 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.247 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml... 17:00:15.249 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml 17:00:15.252 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:15.252 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml 17:00:15.254 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.254 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e4358003-f3da-11df-8ada-0027103f347c.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:15.254 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.254 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.254 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 17:00:15.254 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.254 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.254 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml... 17:00:15.256 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml 17:00:15.259 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:15.259 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml 17:00:15.315 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.315 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml. 0s61ms [pure insertion] marking any relevant derived attributes for update...17:00:15.315 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:15.316 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:15.316 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml... 17:00:15.316 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.316 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.316 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml... 17:00:15.318 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml 17:00:15.321 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:15.321 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml 17:00:15.322 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.322 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:15.322 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.322 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.323 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml... 17:00:15.323 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.323 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.323 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml... 17:00:15.325 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml 17:00:15.328 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:15.328 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml 17:00:15.329 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.329 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:15.329 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.329 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.330 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml... 17:00:15.330 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.330 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.330 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml... 17:00:15.332 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml 17:00:15.336 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:15.336 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml 17:00:15.338 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.338 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:15.338 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.338 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.339 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml... 17:00:15.339 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.339 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.339 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml... 17:00:15.341 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml 17:00:15.352 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 17:00:15.352 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml 17:00:15.419 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:00:15.419 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml. 0s80ms [pure insertion] marking any relevant derived attributes for update...17:00:15.419 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.419 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.420 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml... 17:00:15.420 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.420 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.420 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml... 17:00:15.422 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml 17:00:15.424 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:15.424 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml 17:00:15.427 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.427 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:15.427 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.427 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.428 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml... 17:00:15.428 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.428 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.428 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml... 17:00:15.431 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml 17:00:15.435 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 7 M->MM REFERENCES! (took ~0sec) 17:00:15.435 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml 17:00:15.438 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.438 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:15.438 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:15.439 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:15.439 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml... 17:00:15.439 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.440 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.440 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml... 17:00:15.442 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml 17:00:15.444 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:15.444 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml 17:00:15.446 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.446 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:15.446 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.446 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.447 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml... 17:00:15.447 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.447 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.447 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml... 17:00:15.449 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml 17:00:15.454 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:15.454 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml 17:00:15.514 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.514 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/c9323813-e442-4925-94f6-d0f19c562420.exml. 0s67ms [pure insertion] marking any relevant derived attributes for update...17:00:15.514 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.514 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.515 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 17:00:15.515 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.515 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.515 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml... 17:00:15.517 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml 17:00:15.519 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:15.519 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml 17:00:15.521 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.521 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.exml. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:15.521 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.521 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.522 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 17:00:15.522 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.522 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.522 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml... 17:00:15.524 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml 17:00:15.529 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:15.529 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml 17:00:15.531 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.531 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:00:15.531 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.531 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.532 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml... 17:00:15.532 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.532 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.532 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml... 17:00:15.534 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml 17:00:15.633 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 17:00:15.634 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml 17:00:15.739 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:00:15.739 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml. 0s207ms [pure insertion] marking any relevant derived attributes for update...17:00:15.740 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:15.740 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:15.740 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml... 17:00:15.740 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.740 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.740 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml... 17:00:15.743 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml 17:00:15.751 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:15.751 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml 17:00:15.756 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:15.756 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml. 0s16ms [pure insertion] marking any relevant derived attributes for update...17:00:15.756 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.756 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.757 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml... 17:00:15.757 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.757 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.757 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml... 17:00:15.759 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml 17:00:15.819 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:15.819 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml 17:00:15.824 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:15.824 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml. 0s67ms [pure insertion] marking any relevant derived attributes for update...17:00:15.824 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.824 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.825 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml... 17:00:15.825 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.825 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.825 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml... 17:00:15.829 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml 17:00:15.842 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 19 M->MM REFERENCES! (took ~0sec) 17:00:15.842 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml 17:00:15.853 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:00:15.853 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml. 0s28ms [pure insertion] marking any relevant derived attributes for update...17:00:15.853 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.853 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.854 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 17:00:15.854 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.854 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.854 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml... 17:00:15.856 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml 17:00:15.920 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 17:00:15.920 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml 17:00:15.926 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:15.926 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml. 0s72ms [pure insertion] marking any relevant derived attributes for update...17:00:15.926 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.926 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.927 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml... 17:00:15.927 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.927 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.927 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml... 17:00:15.930 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml 17:00:15.941 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 17:00:15.941 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml 17:00:15.948 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:15.948 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-0035-0000-000000000000.exml. 0s21ms [pure insertion] marking any relevant derived attributes for update...17:00:15.948 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.948 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.948 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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/ (3 sec, 9 sec total) 17:00:15.948 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml... 17:00:15.948 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.949 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.949 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml... 17:00:15.950 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml 17:00:15.953 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:15.953 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml 17:00:15.955 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:15.955 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:15.955 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:15.955 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:15.956 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml... 17:00:15.956 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:15.956 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:15.956 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml... 17:00:16.014 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml 17:00:16.018 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:16.018 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml 17:00:16.020 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:16.020 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml. 0s64ms [pure insertion] marking any relevant derived attributes for update...17:00:16.020 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:16.021 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:16.021 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 17:00:16.021 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:16.021 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:16.021 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml... 17:00:16.024 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml 17:00:16.027 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:16.027 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml 17:00:16.029 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:16.029 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:16.029 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:16.029 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:16.030 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml... 17:00:16.030 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:16.030 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:16.030 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml... 17:00:16.032 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml 17:00:16.034 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:16.034 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml 17:00:16.042 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:16.042 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:00:16.042 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:16.042 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:16.042 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml... 17:00:16.043 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:16.043 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:16.043 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml... 17:00:16.045 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml 17:00:16.047 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:16.047 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml 17:00:16.049 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:16.050 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:16.050 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:16.050 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:16.050 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml... 17:00:16.050 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:16.050 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:16.050 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml... 17:00:16.053 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml 17:00:16.117 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:16.117 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml 17:00:16.117 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:16.117 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/Zoo/model/Analyst.AnalystProject/cf45c5ec-61ba-4a7c-83f7-edb79310dfb0.exml. 0s67ms [pure insertion] marking any relevant derived attributes for update...17:00:16.117 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:16.117 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:16.117 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml... 17:00:16.117 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:16.118 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:16.118 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml... 17:00:16.120 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml 17:00:16.122 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:16.122 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml 17:00:16.125 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:16.125 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...17:00:16.125 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:16.125 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:16.125 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml... 17:00:16.125 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:16.125 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:16.125 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml... 17:00:16.127 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml 17:00:16.130 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:16.130 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml 17:00:16.132 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:16.132 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:16.132 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:16.132 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:16.132 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml... 17:00:16.132 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:16.133 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:16.133 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml... 17:00:16.135 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml 17:00:16.142 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:16.142 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml 17:00:16.146 [pool-156-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:16.146 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...17:00:16.146 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:16.146 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:16.146 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.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, 9 sec total) 17:00:16.146 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:16.146 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:16.217 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 17:00:17.824 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 17:00:17.824 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~1.678s attempting to resolve any uninitialized derived attributes... 17:00:17.824 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:17.824 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:17.824 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:17.824 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 1s679ms [proxy update] 17:00:17.825 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:17.827 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 309 deleted 0 changed 309 loaded 309 c elems 619 d elems 0 time ~11s validating changes... 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/946458b2-daf1-44b8-887b-12a0d9e5c2f6.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-0000-000000000000.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/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001f-0000-000000000000.exml validating file UPDATED for /data/fragments/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/15d2108f-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-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/00700680-0000-01d9-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/ModelerModule/content/model/model/Infrastructure.Stereotype/5d167c0f-df53-11de-b2b1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/641a5778-89a9-11df-9978-0014224f9977.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/52d7cccb-c2fd-11de-8ac8-001302895b2b.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/007006dc-0000-0137-0000-000000000000.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.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.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/00700680-0000-01c5-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/6a3f6989-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/bc36b99e-8470-4aee-ba2a-5012c0a17525.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3f03c5f1-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6432b987-256f-4121-9428-a89d364c2cef.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/86eada10-32d9-11e0-91f3-0027103f347c.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/01ec12fc-0000-0256-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.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0a37-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/d09356f1-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/fdbc7d78-32c7-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-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/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/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5582e283-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-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/00700680-0000-01bf-0000-000000000000.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/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/002005c0-0001-0009-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-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/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.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.PropertyType/01a40888-0000-002a-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/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/01ec12fc-0000-0251-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-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/f9061fa3-c2fc-11de-8ac8-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/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.Stereotype/76c174ab-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f51-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-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/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/827950f7-671f-4db7-9374-23df864712ef.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/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/de38398e-c746-11e1-8624-0027103f347d.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.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.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/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.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.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.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/01ec2468-0000-0ac6-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/2da1b4b3-afe9-42b1-af6f-03914e859140.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/90a0e341-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c45-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0032-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/01ec141c-0000-1301-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f7-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f3a-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.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00d0052c-0000-0143-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01c7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fb-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.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/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml validating file UPDATED for /data/fragments/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/d5bccf8e-79b3-48df-8c79-09200aa52d19.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/01280500-0000-0b37-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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00bc470c-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.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/435869cb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12f2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/edc05471-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.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/ed95fa9b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/136b356c-3951-473b-aa4a-001c0241b996.exml validating file UPDATED for /data/fragments/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/00700680-0000-01ba-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/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-001302895b2b.exml validating file UPDATED for /data/fragments/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/c2e23680-96f0-11de-a322-001fe2c988b8.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.MetaclassReference/00bc27b8-0000-08c8-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/00540a84-0000-0003-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/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.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/775f3bc6-d812-4f77-8253-6852bcede18b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6f3c6234-52b8-11df-a320-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4edcbbef-5d0a-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/34ef5bd6-d7e4-11e2-b93f-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc4480-0000-06a8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/de95a30a-def3-4199-88a5-577f867327a2.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/Standard.DataType/00000004-0000-0007-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/ee97796b-de99-11de-905b-001302895b2b.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/994fc1e3-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/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.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.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/00540a84-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.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/3edfb381-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.Profile/edd955bd-d22c-4017-8f8a-7590a3a186c2.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/01ec152c-0000-3152-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c0f03827-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.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/01ec141c-0000-12fc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/554cb8bb-5d0e-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-023d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00140d80-0000-0110-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f6b-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.ModuleComponent/00000000-0000-2710-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.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/1abd18db-c2fd-11de-8ac8-001302895b2b.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/00700680-0000-0204-0000-000000000000.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/01ec1ac4-0000-2ef9-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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.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/2d98d6ca-5644-418a-9bae-94b5362d3c51.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/27ac6d48-32c8-11e0-91f3-0027103f347c.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/5d357779-c2fd-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/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.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/01ec2468-0000-0acb-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/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/8e76c95f-5821-11df-be59-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b355cc6c-c4aa-11df-b100-001302895b2b.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/0054070c-0000-005f-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/00700680-0000-01d5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0200-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0139-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.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/9fb5321d-c2fc-11de-8ac8-001302895b2b.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/Standard.DataType/00000004-0000-000b-0000-000000000000.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/89326f2e-c2fc-11de-8ac8-001302895b2b.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.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-0964-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.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/01ec12fc-0000-0224-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/1bdf9f87-e9ad-4849-ab22-c25147e8d00c.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/06edcdd9-c2fd-11de-8ac8-001302895b2b.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/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.MetaclassReference/00bc3924-0000-189d-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/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/e4358003-f3da-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f7-0000-000000000000.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/4a427283-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-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/dfcbc301-c510-44b4-9164-0480e77740d2.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/74d7cf69-58eb-48e4-b71a-e5bb0f7570f7.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.PropertyTableDefinition/00080cf0-0000-001c-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/07111319-1fd7-11df-948e-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/3254be34-c7d8-4018-8a68-5de65c30b773.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/01ec12fc-0000-0c02-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/6e2770bf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.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/67694a37-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml changed resource size: 619 relevant graph size: 619 validated changes... true 17:00:20.494 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 14 s 419 ms 17:00:20.496 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:20.497 [main] INFO org.eclipse.hawk.core.runtime.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:00:20.498 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:20.498 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:20.502 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:20.511 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15048338020322027222/test_zoo[LevelDB GreyCat] 17:00:20.511 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:20.561 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:20.562 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:20.562 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:20.562 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:20.562 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:20.564 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:20.564 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:20.564 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:20.564 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:20.564 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:20.564 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:20.565 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 17:00:20.630 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit977518967696802756/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:20.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:20.635 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:20.637 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:20.637 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:20.637 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:20.638 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:20.638 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:20.640 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:20.640 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:00:20.640 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:20.640 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:20.641 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:20.641 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 17:00:20.643 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:20.643 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:20.643 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 8 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit977518967696802756/v0-B.2.0.bpmn 17:00:20.643 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:20.645 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:20.645 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:20.645 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:20.645 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:20.645 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:20.645 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:20.645 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:00:20.645 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:20.645 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:20.645 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:20.645 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:00:20.646 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:20.646 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:20.646 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v2-B.2.0.bpmn over /tmp/junit977518967696802756/v0-B.2.0.bpmn 17:00:20.646 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:20.649 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:20.649 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:20.649 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:20.649 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:20.649 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:20.649 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:20.649 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:00:20.649 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:20.649 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:20.649 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:20.649 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:00:20.649 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:20.649 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:20.649 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v3-B.2.0.bpmn over /tmp/junit977518967696802756/v0-B.2.0.bpmn 17:00:20.650 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:20.653 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:20.653 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:20.653 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:20.653 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:20.653 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:20.653 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:20.653 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:00:20.653 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:20.653 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:20.653 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:20.653 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:00:20.653 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:20.653 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:20.653 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit977518967696802756/v0-B.2.0.bpmn 17:00:20.654 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:20.657 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:20.657 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:20.657 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:20.657 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:20.657 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:20.657 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:20.657 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:00:20.657 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:20.657 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:20.657 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:20.657 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:00:20.657 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:20.658 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:20.658 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v5-B.2.0.bpmn over /tmp/junit977518967696802756/v0-B.2.0.bpmn 17:00:20.658 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:20.661 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:20.661 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:20.661 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:20.661 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:20.661 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:20.661 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:20.661 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:00:20.661 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:20.661 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:20.661 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:20.661 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:00:20.662 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:20.662 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:20.662 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit977518967696802756/v0-B.2.0.bpmn 17:00:20.662 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:20.665 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:20.665 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:20.665 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:20.665 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:20.665 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:20.665 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:20.665 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:00:20.665 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:20.665 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:20.666 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:20.666 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:00:20.666 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:20.666 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:20.666 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v7-B.2.0.bpmn over /tmp/junit977518967696802756/v0-B.2.0.bpmn 17:00:20.666 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:20.670 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:20.670 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:20.670 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:20.670 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:20.670 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:20.670 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:20.670 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:00:20.670 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:20.670 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:20.670 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:20.670 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:00:20.670 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:20.670 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:20.670 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 4 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit977518967696802756/v0-B.2.0.bpmn 17:00:20.671 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:20.714 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:20.714 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:20.714 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:20.714 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:20.714 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:20.714 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:20.714 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:00:20.714 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:20.714 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:20.714 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:20.714 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:00:20.714 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:20.714 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:20.714 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 43 ms 17:00:20.715 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:20.715 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit977518967696802756/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:20.716 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:20.716 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:20.717 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:20.718 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6855196199436641337/test_bpmn[LevelDB GreyCat] 17:00:20.718 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:20.822 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:20.823 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:20.823 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:20.823 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:20.823 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:20.826 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:20.826 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:20.826 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:20.826 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:20.826 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:20.826 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:00:20.827 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:20.828 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.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 17:00:20.833 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:20.833 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:20.840 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 17:00:20.840 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.840 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.840 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.840 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.841 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.841 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.841 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.841 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.841 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.841 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.841 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.841 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.841 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.842 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.842 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.842 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.842 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.842 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.843 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.843 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.843 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.843 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.843 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.843 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.844 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.845 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.845 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.846 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.846 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.846 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.846 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.846 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.846 [main] WARN org.eclipse.hawk.graph.updater.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:00:20.850 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:00:20.850 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:20.927 [main] INFO org.eclipse.hawk.core.runtime.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:00:20.928 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:20.928 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:20.929 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:20.933 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:20.934 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:20.935 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:00:20.935 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:20.935 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:20.935 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:00:20.945 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:00:20.948 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:20.948 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:00:20.956 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:20.956 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s21ms [pure insertion] marking any relevant derived attributes for update...17:00:20.956 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:20.957 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:20.958 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 17:00:20.958 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:20.958 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:20.958 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 17:00:20.960 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 17:00:21.015 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:21.015 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 17:00:21.022 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:21.022 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s64ms [pure insertion] marking any relevant derived attributes for update...17:00:21.022 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:21.022 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:21.023 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:00:21.023 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:21.023 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:21.023 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:00:21.025 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:00:21.027 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:21.027 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:00:21.035 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:00:21.035 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:00:21.035 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:21.035 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:21.035 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:21.035 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:21.035 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:00:21.044 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:00:21.044 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 17:00:21.044 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:21.044 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:21.044 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:21.044 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 17:00:21.045 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:21.045 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model validating file UPDATED for /subfolder/subfolder/grandchild.model changed resource size: 9 relevant graph size: 9 validated changes... true 17:00:21.046 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 118 ms 17:00:21.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:21.054 [main] INFO org.eclipse.hawk.core.runtime.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:00:21.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:21.054 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:21.114 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:21.114 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit616944660738781385/test_instanceCountsAllOf[LevelDB GreyCat] 17:00:21.114 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:21.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:21.215 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:21.215 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:21.215 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:21.215 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:21.217 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:21.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:21.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:21.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:21.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:00:21.217 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:21.218 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:21.218 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:21.221 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:21.221 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:21.225 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.229 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.229 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.229 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.229 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.229 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.229 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.229 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.229 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.229 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.229 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 17:00:21.232 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:00:21.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:21.258 [main] INFO org.eclipse.hawk.core.runtime.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:00:21.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:21.259 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:21.260 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:21.315 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:21.315 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:21.316 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:00:21.316 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:21.316 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:21.316 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:00:21.323 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:00:21.326 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:21.326 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:00:21.334 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:00:21.334 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s18ms [pure insertion] marking any relevant derived attributes for update...17:00:21.334 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:21.335 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:21.336 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:00:21.336 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:21.336 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:21.336 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:00:21.338 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:00:21.341 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:21.341 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:00:21.347 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:21.347 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:21.347 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:21.347 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:21.348 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 17:00:21.348 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:21.348 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:21.348 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 17:00:21.350 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 17:00:21.353 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:21.353 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 17:00:21.418 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:21.418 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s70ms [pure insertion] marking any relevant derived attributes for update...17:00:21.418 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:21.418 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:21.418 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:21.418 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:21.418 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:00:21.428 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:00:21.428 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 17:00:21.428 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:21.428 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:21.428 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:21.428 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 17:00:21.428 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:21.428 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 17:00:21.429 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 170 ms 17:00:21.435 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:21.435 [main] INFO org.eclipse.hawk.core.runtime.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:00:21.436 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:21.436 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:21.437 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:21.447 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7617740524872380404/test_listFiles[LevelDB GreyCat] 17:00:21.447 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:21.572 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:21.573 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:21.573 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:21.573 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:21.573 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:21.576 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:21.576 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:21.576 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:21.576 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:00:21.577 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:21.577 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:21.577 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:21.577 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:21.616 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:21.616 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:21.623 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 17:00:21.624 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.624 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.625 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.625 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.625 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.626 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.626 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.626 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.626 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.626 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.627 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.627 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.627 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.628 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.628 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.628 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.628 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.628 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.628 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.628 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.629 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.629 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.629 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.629 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.629 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.630 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.630 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.630 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.630 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.631 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.631 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.631 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.631 [main] WARN org.eclipse.hawk.graph.updater.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:00:21.717 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:00:21.717 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:21.817 [main] INFO org.eclipse.hawk.core.runtime.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:00:21.819 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:21.819 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:21.820 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:21.824 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:21.824 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:21.825 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:00:21.825 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:21.825 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:21.825 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:00:21.833 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:00:21.836 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:21.836 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:00:21.846 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:00:21.846 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s21ms [pure insertion] marking any relevant derived attributes for update...17:00:21.846 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 17:00:21.848 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 17:00:21.849 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 17:00:21.849 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:21.849 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:21.849 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 17:00:21.852 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 17:00:21.855 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:21.856 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 17:00:21.915 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:21.915 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s66ms [pure insertion] marking any relevant derived attributes for update...17:00:21.915 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:21.915 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:21.916 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:00:21.916 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:21.916 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:21.916 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:00:21.918 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:00:21.920 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:21.920 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:00:21.928 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:21.928 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s12ms [pure insertion] marking any relevant derived attributes for update...17:00:21.928 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:21.928 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:21.928 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:21.928 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:21.929 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:00:21.938 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:00:21.938 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 17:00:21.938 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:21.938 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:21.938 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:21.938 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 17:00:21.938 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:21.938 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.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 17:00:21.939 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 120 ms changed resource size: 9 relevant graph size: 9 validated changes... true 17:00:21.942 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:21.943 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3235855191521480479/test_instanceCounts[LevelDB GreyCat] 17:00:21.944 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:21.944 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3235855191521480479/test_instanceCounts[LevelDB GreyCat] 17:00:21.946 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:21.946 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3235855191521480479/test_instanceCounts[LevelDB GreyCat] 17:00:21.948 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:21.948 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit3235855191521480479/test_instanceCounts[LevelDB GreyCat] 17:00:21.952 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:21.952 [main] INFO org.eclipse.hawk.core.runtime.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:00:21.953 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:21.953 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:21.954 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:21.960 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3235855191521480479/test_instanceCounts[LevelDB GreyCat] 17:00:21.961 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:22.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:22.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:22.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:22.232 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:22.232 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:22.235 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:22.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:22.235 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:22.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:00:22.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 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:00:22.243 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:22.243 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:22.249 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.249 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.249 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.249 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:22.266 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:22.250 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.299 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.299 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.299 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.299 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.300 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.300 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.300 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.300 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.300 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.300 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.300 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.300 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.300 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.301 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.301 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.302 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.302 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.302 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.302 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.302 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.302 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.302 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.302 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.302 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.303 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.303 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.304 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.304 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.304 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.305 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 17:00:22.308 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:00:22.308 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:22.299 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 33 ms 17:00:22.349 [main] INFO org.eclipse.hawk.core.runtime.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:00:22.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:22.354 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:22.376 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:22.573 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:22.573 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:22.574 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:00:22.574 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:22.574 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:22.574 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:00:22.575 [pool-118-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit12553414170517015348/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@430fa4ef failed java.nio.file.NoSuchFileException: /tmp/junit12553414170517015348/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 17:00:22.610 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:00:22.613 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:22.614 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:00:22.623 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:00:22.623 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s49ms [pure insertion] marking any relevant derived attributes for update...17:00:22.623 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 17:00:22.623 [pool-119-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit11172237308320021056/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@430fa4ef failed java.nio.file.NoSuchFileException: /tmp/junit11172237308320021056/test_recreate[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 0s2ms 17:00:22.625 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 17:00:22.626 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:00:22.626 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:22.626 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:22.626 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:00:22.630 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:00:22.633 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:22.633 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:00:22.641 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:22.641 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s15ms [pure insertion] marking any relevant derived attributes for update...17:00:22.641 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:22.641 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:22.642 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 17:00:22.642 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:22.642 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:22.642 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 17:00:22.644 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 17:00:22.648 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:22.648 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 17:00:22.658 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:22.658 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s16ms [pure insertion] marking any relevant derived attributes for update...17:00:22.658 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:22.658 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:22.658 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:22.658 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:22.659 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:00:22.719 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:00:22.719 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.061s attempting to resolve any uninitialized derived attributes... 17:00:22.719 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:22.719 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:22.719 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:22.719 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s62ms [proxy update] 17:00:22.720 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:22.720 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model changed resource size: 9 relevant graph size: 9 validated changes... true 17:00:22.721 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 367 ms 17:00:22.723 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:22.723 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9082522536196645640/test_reverseRefs[LevelDB GreyCat] 17:00:22.727 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:22.727 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9082522536196645640/test_reverseRefs[LevelDB GreyCat] 17:00:22.732 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:22.732 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9082522536196645640/test_reverseRefs[LevelDB GreyCat] 17:00:22.736 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:22.736 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9082522536196645640/test_reverseRefs[LevelDB GreyCat] 17:00:22.742 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:22.742 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9082522536196645640/test_reverseRefs[LevelDB GreyCat] 17:00:22.746 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:22.746 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit9082522536196645640/test_reverseRefs[LevelDB GreyCat] 17:00:22.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:22.751 [main] INFO org.eclipse.hawk.core.runtime.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:00:22.753 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:22.753 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:22.754 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:22.756 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9082522536196645640/test_reverseRefs[LevelDB GreyCat] 17:00:22.756 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:22.845 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit12685178616182878045/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@430fa4ef failed java.nio.file.NoSuchFileException: /tmp/junit12685178616182878045/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 17:00:22.939 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:22.940 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:22.940 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:22.940 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:22.940 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:22.942 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:22.942 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:22.942 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:22.942 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:22.942 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 17:00:22.942 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 17:00:22.942 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:22.943 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.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 17:00:22.946 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:22.946 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:22.950 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.950 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.950 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.950 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.950 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.950 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.951 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.951 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.951 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.951 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.951 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.952 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.952 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.953 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.953 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.953 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.954 [main] WARN org.eclipse.hawk.graph.updater.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:00:22.955 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-hawk/testing/xrefs to http://www.eclipse.org/emf/2002/Ecore 17:00:23.016 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 17:00:23.016 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:23.135 [main] INFO org.eclipse.hawk.core.runtime.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:00:23.137 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:23.137 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:23.138 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:23.144 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:23.144 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:23.145 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 17:00:23.145 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:23.145 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:23.145 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 17:00:23.153 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 17:00:23.214 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:23.214 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 17:00:23.221 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 17:00:23.221 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s76ms [pure insertion] marking any relevant derived attributes for update...17:00:23.221 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:23.222 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:23.223 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 17:00:23.223 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:23.223 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:23.223 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 17:00:23.225 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 17:00:23.227 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:23.227 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 17:00:23.233 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:23.233 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:23.233 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:23.233 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:23.234 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 17:00:23.234 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:23.234 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:23.234 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 17:00:23.236 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 17:00:23.238 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:23.238 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 17:00:23.247 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:23.247 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s13ms [pure insertion] marking any relevant derived attributes for update...17:00:23.247 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:23.247 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:23.247 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:23.247 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:23.248 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 17:00:23.256 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 17:00:23.256 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.009s attempting to resolve any uninitialized derived attributes... 17:00:23.256 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:23.256 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:23.256 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:23.256 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 17:00:23.256 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:23.257 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.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 17:00:23.257 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 120 ms 17:00:23.259 [pool-168-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:23.259 [pool-168-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6223886002132739732/test_forwardRefs[LevelDB GreyCat] 17:00:23.316 [pool-168-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:23.316 [pool-168-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6223886002132739732/test_forwardRefs[LevelDB GreyCat] 17:00:23.318 [pool-168-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:23.319 [pool-168-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6223886002132739732/test_forwardRefs[LevelDB GreyCat] 17:00:23.321 [pool-168-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:23.321 [pool-168-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6223886002132739732/test_forwardRefs[LevelDB GreyCat] 17:00:23.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:23.325 [main] INFO org.eclipse.hawk.core.runtime.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:00:23.326 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:23.326 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:23.326 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:23.327 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6223886002132739732/test_forwardRefs[LevelDB GreyCat] 17:00:23.327 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:23.543 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:23.544 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:23.544 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:23.544 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:23.544 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:23.546 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:23.546 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:23.546 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:23.546 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:23.546 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:23.547 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:23.547 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:00:23.548 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:23.623 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:23.623 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:23.632 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:00:23.633 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:00:23.634 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.635 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.648 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.648 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.649 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.649 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.649 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.650 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:00:23.652 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:00:23.654 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.655 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.655 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.655 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.655 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.655 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.655 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.655 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.655 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.714 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.714 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.714 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.714 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.715 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.715 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.715 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.715 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.715 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.715 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.716 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.717 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.717 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.717 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.717 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.717 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.717 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.717 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.717 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.717 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.717 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.717 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.717 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.718 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.718 [main] WARN org.eclipse.hawk.graph.updater.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:00:23.727 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:00:23.727 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:23.751 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:23.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:23.752 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:23.826 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:23.829 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:23.829 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:23.966 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:00:23.966 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:23.966 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:23.966 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:00:24.017 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:00:24.533 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 17:00:24.533 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:00:25.141 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 17:00:25.141 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s175ms [pure insertion] marking any relevant derived attributes for update...17:00:25.141 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s73ms 17:00:25.214 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s73ms 17:00:25.214 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:25.214 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:25.319 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:25.319 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.105s attempting to resolve any uninitialized derived attributes... 17:00:25.319 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:25.319 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:25.319 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:25.319 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s105ms [proxy update] 17:00:25.319 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:25.319 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /set0.xmi sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~1s validating changes... changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:00:25.934 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 181 ms 17:00:25.960 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:26.013 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:26.013 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:26.113 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:26.114 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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/ 17:00:26.114 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:26.114 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:26.120 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:00:26.120 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:26.120 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:26.120 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:00:26.122 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:00:26.124 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:00:26.124 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:00:26.129 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:26.130 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:26.130 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:26.130 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:26.134 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:00:26.134 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:26.135 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:26.135 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:00:26.136 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:00:26.139 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:26.139 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:00:26.139 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:26.139 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:00:26.139 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:26.139 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:26.144 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 17:00:26.144 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:26.144 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:26.144 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 17:00:26.146 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 17:00:26.151 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:26.151 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 17:00:26.232 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:26.232 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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...17:00:26.232 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:26.232 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:26.237 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:00:26.237 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:26.237 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:26.237 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:00:26.239 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:00:26.241 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:26.241 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:00:26.241 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:26.241 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:00:26.241 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:26.241 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:26.324 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:26.324 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:26.324 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:26.324 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:26.327 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:26.926 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 17:00:26.927 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:27.217 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 17:00:27.218 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s894ms [pure insertion] marking any relevant derived attributes for update...17:00:27.218 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:27.218 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:27.224 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 17:00:27.224 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:27.224 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:27.224 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 17:00:27.276 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 17:00:27.277 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:27.277 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 17:00:27.281 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:27.281 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s57ms [pure insertion] marking any relevant derived attributes for update...17:00:27.281 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:27.281 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:27.286 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:27.286 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:27.286 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:27.286 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:27.292 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:27.293 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:27.293 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:27.319 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:27.319 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s33ms [pure insertion] marking any relevant derived attributes for update...17:00:27.319 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:27.319 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:27.339 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:27.339 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:27.339 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:27.339 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:27.342 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:27.649 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 17:00:27.649 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:27.829 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 17:00:27.829 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s490ms [pure insertion] marking any relevant derived attributes for update...17:00:27.829 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:27.829 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:27.835 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:27.835 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:27.835 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:27.835 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:27.849 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:27.849 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:27.850 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:27.852 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:27.852 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s17ms [pure insertion] marking any relevant derived attributes for update...17:00:27.852 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:27.852 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:27.858 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 17:00:27.858 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:27.858 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:27.858 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 17:00:27.861 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 17:00:27.861 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:27.861 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 17:00:27.864 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:27.864 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:27.864 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:27.864 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:27.917 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:27.917 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:27.918 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:27.918 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:27.921 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:28.227 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 17:00:28.227 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:28.253 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 17:00:28.253 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s336ms [pure insertion] marking any relevant derived attributes for update...17:00:28.253 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:28.253 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:28.253 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:28.253 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:28.321 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 17:00:28.570 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 17:00:28.570 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.317s attempting to resolve any uninitialized derived attributes... 17:00:28.570 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:28.570 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:28.570 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:28.570 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s317ms [proxy update] 17:00:28.570 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:28.571 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.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 /set0.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /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.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/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 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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:00:29.153 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 140 ms 17:00:29.154 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17565269462239533589/test_allContents[LevelDB GreyCat] 17:00:29.156 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17565269462239533589/test_allContents[LevelDB GreyCat] 17:00:29.236 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17565269462239533589/test_allContents[LevelDB GreyCat] 17:00:29.237 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17565269462239533589/test_allContents[LevelDB GreyCat] 17:00:29.239 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17565269462239533589/test_allContents[LevelDB GreyCat] 17:00:29.343 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17565269462239533589/test_allContents[LevelDB GreyCat] 17:00:29.344 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit17565269462239533589/test_allContents[LevelDB GreyCat] 17:00:29.346 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:29.346 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:29.347 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:29.347 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:29.352 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:29.353 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17565269462239533589/test_allContents[LevelDB GreyCat] 17:00:29.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:29.465 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:29.466 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:29.466 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:29.466 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:29.466 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:29.514 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:29.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:29.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:29.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:29.514 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:29.515 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 17:00:29.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 17:00:29.515 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:29.532 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:29.532 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:29.647 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:00:29.647 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:00:29.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.655 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:00:29.714 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:00:29.728 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.730 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.731 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.737 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.740 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.740 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.740 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.741 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.741 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.741 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.741 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.741 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.741 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.741 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.741 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.742 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.742 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.742 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.743 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.743 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.743 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.743 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.743 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.743 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.743 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.745 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.745 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.746 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.746 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.747 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.747 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.747 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.747 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.747 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.748 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.749 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.749 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.749 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.749 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.749 [main] WARN org.eclipse.hawk.graph.updater.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:00:29.814 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:00:29.814 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:29.846 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:29.847 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:29.847 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:29.858 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:29.914 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:29.914 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:29.943 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:00:29.943 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:29.943 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:29.943 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:00:29.951 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:00:30.518 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 17:00:30.518 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:00:30.843 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 17:00:30.843 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s900ms [pure insertion] marking any relevant derived attributes for update...17:00:30.843 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:30.844 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:30.844 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:30.844 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:30.856 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:30.856 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.012s attempting to resolve any uninitialized derived attributes... 17:00:30.856 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:30.856 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:30.856 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:30.856 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s12ms [proxy update] 17:00:30.856 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:30.856 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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 17:00:31.156 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 309 ms 17:00:31.241 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:31.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:31.242 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:31.254 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:31.255 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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/ 17:00:31.255 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:31.255 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:31.259 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:00:31.259 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:31.260 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:31.260 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:00:31.261 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:00:31.349 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:00:31.349 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:00:31.355 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:31.355 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s96ms [pure insertion] marking any relevant derived attributes for update...17:00:31.355 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:31.355 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:31.414 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:31.414 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:31.414 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:31.414 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:31.416 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:31.752 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 17:00:31.752 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:31.937 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 17:00:31.937 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 0s523ms [pure insertion] marking any relevant derived attributes for update...17:00:31.937 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:31.937 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:31.941 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:00:31.941 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:31.941 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:31.941 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:00:31.943 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:00:31.947 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:31.947 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:00:31.947 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:31.947 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:31.947 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:31.947 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:31.951 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:31.951 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:31.951 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:31.951 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:31.953 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:31.954 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:31.954 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:31.955 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:31.955 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:00:31.955 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:31.955 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:32.018 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 17:00:32.018 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:32.018 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:32.018 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 17:00:32.020 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 17:00:32.023 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:32.023 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 17:00:32.040 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:32.040 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s22ms [pure insertion] marking any relevant derived attributes for update...17:00:32.040 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:32.040 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:32.047 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:32.047 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:32.047 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:32.047 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:32.050 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:32.140 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 17:00:32.140 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:32.218 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 17:00:32.218 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s171ms [pure insertion] marking any relevant derived attributes for update...17:00:32.218 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:32.218 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:32.222 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 17:00:32.222 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:32.223 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:32.223 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 17:00:32.225 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 17:00:32.225 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:32.225 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 17:00:32.227 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:32.227 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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...17:00:32.227 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:32.227 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:32.314 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:32.314 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:32.314 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:32.314 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:32.316 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:32.553 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 17:00:32.553 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:32.761 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 17:00:32.761 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s447ms [pure insertion] marking any relevant derived attributes for update...17:00:32.761 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:32.761 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:32.765 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:00:32.765 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:32.765 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:32.765 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:00:32.767 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:00:32.769 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:32.769 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:00:32.769 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:32.769 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:00:32.769 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:32.769 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:32.773 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 17:00:32.773 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:32.773 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:32.773 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 17:00:32.775 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 17:00:32.776 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:32.776 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 17:00:32.777 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:32.777 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:00:32.778 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:32.778 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:32.782 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:32.782 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:32.782 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:32.782 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:32.784 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:32.784 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:32.784 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:32.815 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:32.815 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s33ms [pure insertion] marking any relevant derived attributes for update...17:00:32.815 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:32.815 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:32.815 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:32.815 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:32.831 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 17:00:33.080 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 17:00:33.080 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.265s attempting to resolve any uninitialized derived attributes... 17:00:33.080 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:33.080 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:33.080 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:33.080 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s265ms [proxy update] 17:00:33.080 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:33.081 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /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 /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/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/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.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /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 17:00:33.445 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 203 ms 17:00:33.445 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:33.445 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11634187427192296608/test_subtreeTraversalScoping[LevelDB GreyCat] 17:00:33.447 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 17:00:33.447 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11634187427192296608/test_subtreeTraversalScoping[LevelDB GreyCat] 17:00:33.449 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:33.449 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:33.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:33.450 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:33.455 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:33.455 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11634187427192296608/test_subtreeTraversalScoping[LevelDB GreyCat] 17:00:33.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:33.548 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:33.549 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:33.549 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:33.549 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:33.549 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:33.551 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:33.551 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:33.551 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:33.551 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:33.551 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:33.551 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:00:33.551 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:33.552 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 17:00:33.622 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:33.622 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:33.631 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:00:33.634 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:00:33.634 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.636 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.636 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.636 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.636 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.636 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.636 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.636 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.636 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.636 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.636 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.636 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.637 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.637 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.637 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.637 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.637 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.637 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.637 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.637 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.638 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.639 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.639 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.639 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.640 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.640 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.640 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.640 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.640 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.640 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.641 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.641 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.641 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.641 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.642 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.642 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.642 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.642 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:00:33.642 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:00:33.651 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.754 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.756 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.758 [main] WARN org.eclipse.hawk.graph.updater.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:00:33.821 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:00:33.821 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:33.845 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:33.846 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:33.846 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:33.855 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:33.858 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:33.858 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:33.938 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:00:33.938 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:33.938 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:33.938 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:00:33.947 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:00:34.321 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 17:00:34.321 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:00:34.555 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 17:00:34.555 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s617ms [pure insertion] marking any relevant derived attributes for update...17:00:34.555 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:34.556 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:34.556 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:34.556 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:34.614 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:34.614 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.058s attempting to resolve any uninitialized derived attributes... 17:00:34.614 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:34.614 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:34.614 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:34.614 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s59ms [proxy update] 17:00:34.615 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:34.615 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~0s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:00:34.841 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 995 ms 17:00:34.867 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:34.868 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:34.868 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:34.914 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:34.915 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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/ 17:00:34.915 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:34.915 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:34.919 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 17:00:34.919 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:34.919 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:34.919 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 17:00:34.921 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 17:00:34.921 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:34.921 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 17:00:34.923 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:34.923 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:00:34.923 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:34.923 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:34.927 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:00:34.927 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:34.927 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:34.927 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:00:34.929 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:00:34.931 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:34.931 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:00:34.931 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:34.931 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:00:34.931 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:34.931 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:34.946 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:34.946 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:34.946 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:34.946 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:34.948 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:35.417 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 17:00:35.417 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:35.555 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 17:00:35.556 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s610ms [pure insertion] marking any relevant derived attributes for update...17:00:35.556 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:35.556 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:35.560 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:00:35.560 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:35.561 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:35.561 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:00:35.563 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:00:35.614 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:35.614 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:00:35.614 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:35.614 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s54ms [pure insertion] marking any relevant derived attributes for update...17:00:35.614 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:35.614 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:35.618 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 17:00:35.618 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:35.618 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:35.618 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 17:00:35.620 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 17:00:35.620 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:35.620 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 17:00:35.623 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:35.623 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:00:35.623 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:35.623 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:35.628 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:35.628 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:35.628 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:35.628 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:35.630 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:35.630 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:35.630 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:35.632 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:35.632 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:00:35.632 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:35.632 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:35.637 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 17:00:35.637 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:35.637 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:35.637 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 17:00:35.639 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 17:00:35.642 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:35.642 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 17:00:35.663 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:35.663 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s26ms [pure insertion] marking any relevant derived attributes for update...17:00:35.663 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:35.663 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:35.717 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:35.717 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:35.717 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:35.717 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:35.719 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:35.719 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:35.719 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:35.721 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:35.721 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:00:35.721 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:35.721 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:35.735 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:35.735 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:35.735 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:35.735 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:35.738 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:36.071 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 17:00:36.071 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:36.179 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 17:00:36.179 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s444ms [pure insertion] marking any relevant derived attributes for update...17:00:36.179 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:36.179 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:36.183 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:00:36.183 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:36.183 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:36.183 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:00:36.185 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:00:36.186 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:00:36.187 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:00:36.219 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:36.219 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s36ms [pure insertion] marking any relevant derived attributes for update...17:00:36.219 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:36.219 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:36.226 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:36.226 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:36.226 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:36.226 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:36.228 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:36.530 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 17:00:36.530 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:36.552 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 17:00:36.552 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s326ms [pure insertion] marking any relevant derived attributes for update...17:00:36.552 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:36.552 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:36.552 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:36.552 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:36.621 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 17:00:36.939 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 17:00:36.939 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.387s attempting to resolve any uninitialized derived attributes... 17:00:36.940 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:36.940 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:36.940 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:36.940 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s388ms [proxy update] 17:00:36.940 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:36.940 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.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/IPackageFragment_org.eclipse.jdt.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.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.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/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 validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 17:00:37.441 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 573 ms 17:00:37.442 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8607489916209879811/test_getAllOf[LevelDB GreyCat] changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:00:37.444 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8607489916209879811/test_getAllOf[LevelDB GreyCat] 17:00:37.465 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8607489916209879811/test_getAllOf[LevelDB GreyCat] 17:00:37.468 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8607489916209879811/test_getAllOf[LevelDB GreyCat] 17:00:37.527 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8607489916209879811/test_getAllOf[LevelDB GreyCat] 17:00:37.528 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType... 17:00:37.528 [main] INFO org.eclipse.hawk.graph.updater.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); 17:00:37.530 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType 17:00:37.539 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 17:00:38.625 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 28/28 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (1 s, 1 s total) 17:00:38.625 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 1.095s 17:00:38.625 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType. 17:00:38.628 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:38.628 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:38.629 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:38.629 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:38.634 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:38.635 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8607489916209879811/test_getAllOf[LevelDB GreyCat] 17:00:38.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:38.737 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:38.738 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:38.738 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:38.738 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:38.738 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:38.740 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:38.740 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:38.740 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:38.740 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:38.740 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 17:00:38.741 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 17:00:38.741 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:38.741 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:38.757 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:38.757 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:38.815 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:00:38.815 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:00:38.819 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.819 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.824 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.827 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.831 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:00:38.832 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.833 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:00:38.836 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.836 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.836 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.837 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.837 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.837 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.838 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.838 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.838 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.838 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.838 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.838 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.838 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.838 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.838 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.839 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.839 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.839 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.839 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.839 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.839 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.849 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.849 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.850 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.850 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.850 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.851 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.851 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.851 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.851 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.851 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.851 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.851 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.852 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.852 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.852 [main] WARN org.eclipse.hawk.graph.updater.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:00:38.859 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:00:38.859 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:38.933 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:38.934 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:38.935 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:38.943 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:38.946 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:38.946 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:39.016 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:00:39.016 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:39.016 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:39.016 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:00:39.023 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:00:39.363 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 17:00:39.363 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:00:39.557 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 17:00:39.557 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s541ms [pure insertion] marking any relevant derived attributes for update...17:00:39.557 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:39.558 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:39.558 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:39.558 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:39.569 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:39.569 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.011s attempting to resolve any uninitialized derived attributes... 17:00:39.569 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:39.569 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:39.569 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:39.569 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 17:00:39.569 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:39.569 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~0s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:00:39.925 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 990 ms 17:00:39.947 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:39.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:39.948 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:39.959 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:39.960 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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/ 17:00:39.960 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:39.960 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:39.970 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:39.970 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:39.970 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:39.970 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:39.972 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:40.158 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 17:00:40.158 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:40.236 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 17:00:40.237 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s267ms [pure insertion] marking any relevant derived attributes for update...17:00:40.237 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:40.237 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:40.242 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:40.242 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:40.242 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:40.242 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:40.245 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:40.246 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:40.246 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:40.248 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:40.248 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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...17:00:40.248 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:40.248 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:40.254 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 17:00:40.254 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:40.254 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:40.254 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 17:00:40.257 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 17:00:40.260 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:40.260 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 17:00:40.324 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:40.324 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s70ms [pure insertion] marking any relevant derived attributes for update...17:00:40.324 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:40.324 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:40.328 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:40.328 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:40.328 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:40.328 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:40.330 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:40.330 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:40.330 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:40.332 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:40.332 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:00:40.332 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:40.332 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:40.336 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 17:00:40.336 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:40.336 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:40.336 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 17:00:40.338 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 17:00:40.339 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:40.339 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 17:00:40.341 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:40.341 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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...17:00:40.341 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:40.341 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:40.345 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:00:40.345 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:40.345 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:40.345 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:00:40.347 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:00:40.349 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:00:40.349 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:00:40.356 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:40.356 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:40.356 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:40.356 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:40.361 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 17:00:40.361 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:40.361 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:40.361 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 17:00:40.363 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 17:00:40.363 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:40.363 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 17:00:40.414 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:40.414 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s53ms [pure insertion] marking any relevant derived attributes for update...17:00:40.414 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:40.414 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:40.420 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:40.420 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:40.420 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:40.420 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:40.422 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:40.519 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 17:00:40.519 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:40.577 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 17:00:40.577 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s157ms [pure insertion] marking any relevant derived attributes for update...17:00:40.577 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:40.577 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:40.615 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:00:40.615 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:40.615 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:40.615 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:00:40.617 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:00:40.619 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:40.619 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:00:40.619 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:40.619 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:00:40.619 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:40.619 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:40.634 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:40.634 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:40.634 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:40.634 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:40.637 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:40.915 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 17:00:40.915 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:41.249 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 17:00:41.249 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s615ms [pure insertion] marking any relevant derived attributes for update...17:00:41.249 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:41.249 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:41.253 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:00:41.253 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:41.255 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:41.255 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:00:41.256 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:00:41.258 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:41.258 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:00:41.258 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:41.258 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:00:41.258 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:41.258 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:41.258 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:41.259 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:41.326 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 17:00:41.626 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 17:00:41.626 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.367s attempting to resolve any uninitialized derived attributes... 17:00:41.626 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:41.626 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:41.626 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:41.626 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s367ms [proxy update] 17:00:41.626 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:41.627 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.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/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 /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.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:00:42.132 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 184 ms 17:00:42.132 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1421346547546854551/test_getFiles[LevelDB GreyCat] 17:00:42.133 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit1421346547546854551/test_getFiles[LevelDB GreyCat] 17:00:42.134 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:42.134 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:42.135 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:42.135 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:42.139 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:42.139 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1421346547546854551/test_getFiles[LevelDB GreyCat] 17:00:42.139 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:42.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:42.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:42.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:42.240 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:42.240 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:42.241 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:42.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:42.241 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:42.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:42.242 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 17:00:42.242 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 17:00:42.242 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:42.242 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:42.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:42.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:42.267 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.267 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.267 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.267 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.268 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.268 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.268 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.268 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.268 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.268 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.269 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.270 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.270 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.270 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.270 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.271 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.271 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.271 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.271 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.271 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.271 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.271 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.271 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.271 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.271 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.271 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.272 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.272 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.272 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.273 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.273 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.273 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.273 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.273 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.273 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.273 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.273 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 17:00:42.274 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 17:00:42.355 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.358 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 17:00:42.358 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 17:00:42.363 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.367 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.371 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.371 [main] WARN org.eclipse.hawk.graph.updater.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:00:42.417 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 17:00:42.417 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:42.471 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:42.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:42.495 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:42.504 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:42.507 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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/ 17:00:42.507 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:42.507 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:42.512 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 17:00:42.512 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:42.512 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:42.512 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 17:00:42.519 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 17:00:42.522 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 17:00:42.522 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 17:00:42.537 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 17:00:42.537 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s25ms [pure insertion] marking any relevant derived attributes for update...17:00:42.537 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:42.538 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:42.543 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:42.543 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:42.543 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:42.543 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:42.545 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:42.545 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:42.545 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:42.547 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:42.547 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:00:42.547 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:42.547 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:42.556 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:42.556 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:42.556 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:42.556 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:42.558 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:42.750 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 17:00:42.750 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:42.831 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 17:00:42.831 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s275ms [pure insertion] marking any relevant derived attributes for update...17:00:42.831 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:42.831 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:42.861 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:00:42.861 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:42.862 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:42.862 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 17:00:42.864 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:00:42.866 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:42.866 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 17:00:42.866 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:42.866 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:00:42.866 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:42.866 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:42.870 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:00:42.870 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:42.870 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:42.870 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 17:00:42.872 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:00:42.874 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 17:00:42.874 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 17:00:42.874 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:42.874 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s4ms [pure insertion] marking any relevant derived attributes for update...17:00:42.874 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:42.874 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:42.878 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 17:00:42.878 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:42.878 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:42.878 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 17:00:42.914 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 17:00:42.915 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:42.915 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 17:00:42.916 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:42.916 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s38ms [pure insertion] marking any relevant derived attributes for update...17:00:42.916 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:42.916 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:42.920 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 17:00:42.920 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:42.920 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:42.920 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 17:00:42.922 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 17:00:42.923 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:42.923 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 17:00:42.925 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:42.925 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:00:42.925 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:42.925 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:42.929 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 17:00:42.929 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:42.929 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:42.929 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 17:00:42.931 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 17:00:42.934 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 17:00:42.934 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 17:00:42.939 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:42.939 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...17:00:42.939 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:42.939 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:42.945 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:42.945 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:42.945 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:42.945 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:42.947 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:43.033 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 17:00:43.033 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:43.046 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 17:00:43.046 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s101ms [pure insertion] marking any relevant derived attributes for update...17:00:43.046 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:43.046 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:43.050 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:43.050 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:43.050 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:43.050 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:43.052 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:43.053 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:43.053 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:43.055 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:43.055 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...17:00:43.055 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:43.055 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:43.067 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:43.067 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:43.068 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:43.068 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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... 17:00:43.069 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:43.342 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 17:00:43.342 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.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 17:00:43.826 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 17:00:43.826 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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. 0s759ms [pure insertion] marking any relevant derived attributes for update...17:00:43.826 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:43.827 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:43.827 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:43.827 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:43.936 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 17:00:44.349 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 17:00:44.349 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.522s attempting to resolve any uninitialized derived attributes... 17:00:44.349 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:44.349 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:44.349 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:44.349 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s522ms [proxy update] 17:00:44.349 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:44.413 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/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/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.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/IPackageFragment_org.eclipse.jdt.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 /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 17:00:44.858 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 363 ms 17:00:44.858 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2190355127865513902/test_getAllOfCountsSubtypes[LevelDB GreyCat] 17:00:44.859 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot... 17:00:44.859 [main] INFO org.eclipse.hawk.graph.updater.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); 17:00:44.861 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot 17:00:44.864 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 17:00:44.925 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 2/2 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:00:44.925 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.064s 17:00:44.925 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot. 17:00:44.926 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2190355127865513902/test_getAllOfCountsSubtypes[LevelDB GreyCat] 17:00:44.927 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot... 17:00:44.927 [main] INFO org.eclipse.hawk.graph.updater.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); 17:00:44.928 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot 17:00:44.931 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 17:00:44.954 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processed 3/3 derived feature nodes of type 'org.eclipse.hawk.epsilon.emc.EOLQueryEngine' (0 s, 0 s total) 17:00:44.954 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.026s 17:00:44.954 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot. 17:00:44.957 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:44.960 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:44.960 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 17:00:44.960 [pool-178-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2190355127865513902/test_getAllOfCountsSubtypes[LevelDB GreyCat] 17:00:44.961 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:44.961 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:45.015 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:45.015 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:45.046 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:45.051 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2190355127865513902/test_getAllOfCountsSubtypes[LevelDB GreyCat] 17:00:45.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:45.149 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:45.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:45.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:45.151 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:45.151 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:45.153 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:45.153 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:45.153 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:45.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:45.154 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:45.154 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:45.155 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:00:45.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:00:45.157 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:45.157 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:45.160 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.160 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.160 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.160 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.160 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.160 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.160 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.161 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.161 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.161 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.161 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.161 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.162 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.215 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.216 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.216 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.216 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:00:45.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:45.220 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:00:45.222 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:45.222 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:45.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.226 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.226 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.227 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.228 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:00:45.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:45.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:00:45.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:45.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:45.235 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:00:45.236 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:00:45.236 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:45.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit13144901407830574670/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:45.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:45.321 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:45.322 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:45.325 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:45.325 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:45.326 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:00:45.326 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:45.326 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:45.326 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 17:00:45.336 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 17:00:45.339 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:45.340 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:00:45.340 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:45.340 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s14ms [pure insertion] marking any relevant derived attributes for update...17:00:45.340 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:45.341 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:45.341 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:45.341 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:45.341 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:45.341 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:00:45.341 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:45.341 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:45.341 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:45.341 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:00:45.342 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:45.342 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:45.342 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 21 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/add-child.model over /tmp/junit13144901407830574670/tree.model 17:00:45.342 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:45.343 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:45.343 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:45.343 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:45.344 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:00:45.344 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:45.344 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:00:45.344 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 17:00:45.344 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:00:45.344 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 17:00:45.344 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 17:00:45.347 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s 17:00:45.349 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 17:00:45.351 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 17:00:45.351 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:00:45.351 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 17:00:45.351 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s7ms [pure insertion] marking any relevant derived attributes for update...17:00:45.351 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:45.351 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:45.351 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:45.351 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:45.352 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:45.352 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:00:45.352 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:45.352 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:45.352 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:45.352 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:00:45.352 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:45.352 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.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 17:00:45.352 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 10 ms 17:00:45.352 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:45.352 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit13144901407830574670/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:45.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:45.354 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:45.355 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:45.355 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14136909401118133085/test_addChild[LevelDB GreyCat] 17:00:45.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:45.463 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:45.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:45.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:45.514 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:45.514 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:45.517 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:45.517 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:45.517 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:45.517 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:45.517 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:00:45.517 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.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 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 17:00:45.518 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 17:00:45.518 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:00:45.520 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:45.520 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:45.523 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.523 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.523 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.523 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.523 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.524 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.524 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.524 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.524 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.524 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.524 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.524 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.524 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.525 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.525 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.525 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.525 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.525 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.525 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.525 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.525 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.525 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.525 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.525 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.525 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.526 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.526 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.526 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.526 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.526 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.526 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.526 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.526 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.529 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:00:45.529 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:45.529 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:00:45.531 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:45.531 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:45.533 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.533 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.533 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.533 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.533 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.533 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.533 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.533 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.533 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.534 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.536 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:00:45.536 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:45.536 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:00:45.536 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:45.536 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:45.539 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:00:45.540 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:00:45.540 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:45.616 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit9099097060209122343/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:45.617 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:45.617 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:45.618 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:45.618 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:45.618 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:45.619 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:45.619 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:45.622 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:45.622 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 17:00:45.622 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:45.622 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:45.623 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:45.623 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 17:00:45.625 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:45.625 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:45.625 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 7 ms 17:00:45.625 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:45.626 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:45.629 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:45.629 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:45.629 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:00:45.629 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:45.629 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:45.629 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 17:00:45.637 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 17:00:45.640 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:45.640 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:00:45.640 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:45.640 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s11ms [pure insertion] marking any relevant derived attributes for update...17:00:45.640 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:45.641 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:45.641 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:45.641 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:45.641 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:45.641 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:00:45.641 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:45.641 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:45.641 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:45.641 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:00:45.641 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:45.641 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 17:00:45.642 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 17 ms 17:00:45.642 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:45.642 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit9099097060209122343/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:45.643 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:45.643 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:45.645 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:45.657 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10796828138693169353/test_addModel[LevelDB GreyCat] 17:00:45.657 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:45.849 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:45.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:45.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:45.854 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:45.854 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:45.856 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:45.856 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:45.856 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:45.861 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:00:45.862 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:00:45.864 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:45.864 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:45.870 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.870 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.870 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.871 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.871 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.871 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.871 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.871 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.871 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.871 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.871 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.871 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.871 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.871 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.871 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.871 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.871 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.872 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.872 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.872 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.872 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.872 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.872 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.872 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.872 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:45.894 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:45.873 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.930 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.930 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.931 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.931 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.932 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.933 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.933 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.933 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.936 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:00:45.936 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:45.936 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:00:45.930 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 36 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:00:45.938 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:45.938 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:45.941 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.942 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.943 [main] WARN org.eclipse.hawk.graph.updater.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:00:45.945 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:00:45.945 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:45.945 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:00:45.946 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:45.946 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:45.949 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:00:45.950 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:00:45.950 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:46.016 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1578852406926150374/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:46.021 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:46.021 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:46.035 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:46.170 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:46.170 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:46.171 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:00:46.171 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:46.171 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:46.171 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 17:00:46.191 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 17:00:46.194 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:46.194 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:00:46.194 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:46.194 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s23ms [pure insertion] marking any relevant derived attributes for update...17:00:46.194 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 17:00:46.196 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 17:00:46.196 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:46.196 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:46.197 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:46.197 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:00:46.197 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:46.197 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:46.197 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:46.197 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:00:46.197 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:46.197 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model 17:00:46.197 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 176 ms sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true 17:00:46.203 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:46.214 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:46.215 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:46.215 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:46.215 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:00:46.215 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:46.216 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:00:46.216 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:00:46.216 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:00:46.216 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 17:00:46.216 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 17:00:46.221 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /tree.model. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:46.221 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:46.221 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:46.221 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:46.221 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:46.221 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:46.221 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:00:46.221 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:46.221 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:46.221 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:46.221 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:00:46.221 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:46.221 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /tree.model 17:00:46.221 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 18 ms 17:00:46.223 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:46.223 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-root.model over /tmp/junit1578852406926150374/tree.model sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... changed resource size: 2 relevant graph size: 2 validated changes... true adding: file:///tmp/junit1578852406926150374/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:46.224 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:46.224 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:46.225 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:46.238 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2238115800585255759/test_renameRoot[LevelDB GreyCat] 17:00:46.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:46.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:46.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:46.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:46.342 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:46.342 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:46.344 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:46.344 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:46.344 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:46.345 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:46.345 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:46.345 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:46.345 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:00:46.346 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:00:46.348 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:46.348 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:46.350 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.350 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.351 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.351 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.351 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.351 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.351 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.351 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.351 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.351 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.351 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.351 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.351 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.351 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.352 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.352 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.353 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.353 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.353 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.353 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.353 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.353 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.353 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.353 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.353 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.353 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.353 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.353 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.353 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.353 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.353 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.354 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.354 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.356 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:00:46.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:46.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:00:46.357 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:46.357 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.360 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.361 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.363 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:00:46.363 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:46.363 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:00:46.363 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:46.363 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:46.415 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:00:46.415 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:00:46.415 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:46.443 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit18226291321440443816/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:46.444 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:46.444 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:46.445 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:46.448 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:46.448 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:46.449 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:00:46.449 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:46.449 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:46.449 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 17:00:46.518 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 17:00:46.521 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:46.521 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:00:46.522 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:46.522 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s73ms [pure insertion] marking any relevant derived attributes for update...17:00:46.522 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:46.523 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:46.523 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:46.523 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:46.524 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:46.524 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:00:46.524 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:46.524 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:46.524 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:46.524 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:00:46.524 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:46.524 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:46.524 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 80 ms property: eContainer not found in metamodel for type: Tree 17:00:46.526 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:46.526 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit18226291321440443816/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:46.527 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:46.527 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:46.528 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:46.528 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4327146741218691526/test_eContainer[LevelDB GreyCat] 17:00:46.528 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:46.635 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:46.636 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:46.636 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:46.636 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:46.636 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:46.638 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:46.638 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:46.638 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:46.638 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:46.638 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:46.638 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:46.639 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 17:00:46.639 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:46.640 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:46.640 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:46.643 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.643 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.643 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.643 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.643 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.643 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.643 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.643 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.643 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.643 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.643 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.643 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.644 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.644 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.644 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.644 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.644 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.644 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.645 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.645 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.645 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.645 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.645 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.645 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.645 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.645 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.645 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.645 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.645 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.646 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.646 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.646 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.646 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.648 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:00:46.648 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:46.648 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:00:46.649 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:46.649 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:46.651 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.652 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.654 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:00:46.654 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:46.654 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:00:46.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:46.655 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:46.657 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:00:46.657 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:00:46.657 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:46.722 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6801640239999130033/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:46.724 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:46.724 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:46.724 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:46.727 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:46.727 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:46.728 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:00:46.728 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:46.728 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:46.728 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 17:00:46.734 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 17:00:46.737 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:46.737 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:00:46.737 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:46.737 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s9ms [pure insertion] marking any relevant derived attributes for update...17:00:46.737 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:46.738 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:46.738 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:46.738 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:46.738 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:46.739 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:00:46.739 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:46.739 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:46.739 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:46.739 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:00:46.739 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:46.739 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:46.739 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 15 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/remove-child.model over /tmp/junit6801640239999130033/tree.model 17:00:46.739 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:46.740 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:46.740 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:46.740 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:46.741 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:00:46.741 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:46.741 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:00:46.741 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 17:00:46.741 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:00:46.741 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 17:00:46.741 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 17:00:46.743 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s 17:00:46.745 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 17:00:46.747 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 17:00:46.747 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:00:46.747 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 17:00:46.747 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s6ms [pure insertion] marking any relevant derived attributes for update...17:00:46.747 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:46.747 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:46.747 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:46.747 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:46.747 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:46.747 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:00:46.747 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:46.747 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:46.747 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:46.747 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:00:46.747 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:46.747 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 2 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 1 relevant graph size: 1 validated changes... true 17:00:46.747 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 8 ms 17:00:46.748 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:46.748 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6801640239999130033/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:46.748 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:46.749 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:46.750 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:46.750 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11522901432018718516/test_removeChild[LevelDB GreyCat] 17:00:46.750 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:46.850 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:46.850 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:46.850 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 17:00:46.850 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:46.850 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:46.853 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:46.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:46.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:46.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! SyncValidationListener: hawk.setSyncMetricsEnabled(true) called, performance will suffer! 17:00:46.853 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:46.853 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:46.854 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 17:00:46.854 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 17:00:46.856 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:46.856 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:46.859 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.859 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.859 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.859 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.859 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.859 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.859 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.859 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.859 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.859 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.859 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.860 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.860 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.860 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.860 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.860 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.860 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.860 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.860 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.860 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.860 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.914 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.914 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.914 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.914 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.914 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.914 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.914 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.914 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.914 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.914 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.914 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.914 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.916 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 17:00:46.916 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:46.916 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/XMLType.ecore to store 17:00:46.918 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:46.918 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.920 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.921 [main] WARN org.eclipse.hawk.graph.updater.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:00:46.922 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 17:00:46.923 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:46.923 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 17:00:46.923 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:46.923 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:46.925 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 17:00:46.926 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 17:00:46.926 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:46.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15164395467443419422/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:46.949 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:46.949 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:46.950 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:46.953 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:46.953 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:46.953 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:00:46.953 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:46.953 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:46.953 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 17:00:46.960 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 17:00:47.016 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 17:00:47.016 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 17:00:47.016 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 17:00:47.016 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s63ms [pure insertion] marking any relevant derived attributes for update...17:00:47.016 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:47.017 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:47.017 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:47.017 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:47.018 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:47.018 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:00:47.018 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:47.018 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:47.018 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:47.018 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:00:47.018 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:47.018 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.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:00:47.018 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 69 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-child.model over /tmp/junit15164395467443419422/tree.model 17:00:47.018 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:47.019 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:47.020 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:47.020 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:47.020 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 17:00:47.020 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:47.020 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 17:00:47.020 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 17:00:47.020 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:00:47.020 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 17:00:47.020 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 17:00:47.021 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /tree.model. 0s1ms [pure insertion] marking any relevant derived attributes for update...17:00:47.021 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:47.021 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:47.021 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:47.021 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:47.021 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 17:00:47.021 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:00:47.021 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:47.021 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:47.021 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:47.021 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:00:47.021 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:47.021 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.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 17:00:47.021 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 17:00:47.023 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:47.023 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15164395467443419422/:org.eclipse.hawk.localfolder.LocalFolder:false 17:00:47.024 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:47.024 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:47.025 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:47.025 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9804465058923731760/test_renameChild[LevelDB GreyCat] 17:00:47.025 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:47.528 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:47.529 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:47.529 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 17:00:48.016 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:48.017 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:48.156 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:48.156 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:48.156 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.156 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.214 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.215 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 17:00:48.215 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:48.217 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.218 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.218 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.220 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:48.221 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:48.221 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.222 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.225 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:48.225 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 17:00:48.227 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 17:00:48.227 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:48.229 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.229 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.229 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.230 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.230 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.230 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.230 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.230 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.230 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 17:00:48.231 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:48.232 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.233 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.235 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.236 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 17:00:48.236 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 17:00:48.253 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.260 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.425 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.429 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.431 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.516 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.638 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.831 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.925 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.942 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.943 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:48.949 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:49.015 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:49.064 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:00:49.117 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 17:00:49.117 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:49.121 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:49.121 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:49.122 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:49.124 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:49.126 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:49.127 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 17:00:49.128 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.130 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:00:49.131 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.131 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.131 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.131 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.131 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.131 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.131 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.131 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.132 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.133 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.133 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.133 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.134 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.134 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.135 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.135 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.137 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.137 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.137 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.138 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.138 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.138 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.139 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.139 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.139 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.140 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.140 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.140 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.140 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.141 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.142 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.142 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.142 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.143 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.143 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.143 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.143 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.143 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.144 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.144 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.144 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.144 [main] WARN org.eclipse.hawk.graph.updater.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:00:49.234 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 17:00:49.234 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:49.420 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:49.420 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:00:49.420 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:49.420 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:49.420 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:00:49.536 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:00:49.539 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:49.539 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:49.540 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:49.618 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:49.618 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:49.620 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:00:49.620 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:49.620 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:49.620 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:00:49.630 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:00:49.646 [pool-192-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind 17:00:49.830 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:00:49.830 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:00:49.843 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:00:49.843 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s223ms [pure insertion] marking any relevant derived attributes for update...17:00:49.843 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:49.844 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:49.929 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:00:49.930 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:49.930 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:49.930 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:00:49.931 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:00:50.033 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:00:50.033 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:00:50.047 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:00:50.047 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s118ms [pure insertion] marking any relevant derived attributes for update...17:00:50.047 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:50.047 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:50.049 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:00:50.049 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:50.049 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:50.049 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:00:50.051 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:00:50.143 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:00:50.143 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:00:50.149 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:00:50.149 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s100ms [pure insertion] marking any relevant derived attributes for update...17:00:50.149 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:50.149 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:50.151 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:00:50.151 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:50.151 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:50.151 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:00:50.153 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:00:50.326 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:00:50.326 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:00:50.337 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:00:50.337 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s186ms [pure insertion] marking any relevant derived attributes for update...17:00:50.337 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:50.337 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:50.338 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:50.338 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:50.343 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:00:50.343 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:00:50.343 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 17:00:50.343 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:50.343 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:50.343 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:50.343 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:00:50.343 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:50.343 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:50.343 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 804 ms 17:00:50.344 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 17:00:50.346 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:50.346 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:50.420 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:50.421 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 17:00:50.421 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:00:50.422 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 17:00:50.422 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:00:50.423 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 17:00:50.423 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:00:50.424 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:00:50.428 [main] INFO org.eclipse.hawk.graph.updater.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) 17:00:50.428 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:00:50.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit16824654687552881167/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:00:50.525 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:50.526 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:50.526 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:50.527 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:50.527 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:50.527 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:50.527 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:50.527 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:00:50.527 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:00:50.527 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:00:50.527 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:50.527 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:50.527 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:50.527 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:00:50.527 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:50.528 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:50.529 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:50.529 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:50.534 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 17:00:50.534 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:50.534 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:50.534 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 17:00:50.537 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 17:00:50.551 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 17:00:50.551 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 17:00:50.556 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:00:50.556 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s22ms [pure insertion] marking any relevant derived attributes for update...17:00:50.556 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:50.556 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:50.556 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:50.556 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:50.613 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 17:00:50.614 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 17:00:50.614 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.058s attempting to resolve any uninitialized derived attributes... 17:00:50.614 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:50.614 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:50.614 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:50.614 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s58ms [proxy update] 17:00:50.614 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:50.614 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:50.614 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 88 ms 17:00:50.622 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:50.623 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:50.624 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:50.624 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:50.628 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 17:00:50.628 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:50.628 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 17:00:50.636 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 17:00:50.636 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:00:50.636 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /model.uml... 17:00:50.636 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml 17:00:50.647 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.011s 17:00:50.653 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 17:00:50.718 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 17:00:50.718 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 17:00:50.722 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:00:50.722 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /model.uml. 0s94ms [pure insertion] marking any relevant derived attributes for update...17:00:50.722 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:50.722 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:50.722 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:50.722 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:50.723 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 17:00:50.723 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 17:00:50.723 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:00:50.723 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:50.723 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:50.723 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:50.723 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 17:00:50.724 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:50.724 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:50.724 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 102 ms 17:00:50.725 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:50.725 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit16824654687552881167/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:00:50.727 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:50.727 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:50.744 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:50.744 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9599608613680279039/test_upgradeModelProfileVersion[LevelDB GreyCat] 17:00:50.744 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:50.854 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:50.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:50.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 17:00:50.938 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:50.938 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:51.037 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.037 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:51.037 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:51.039 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.039 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.041 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 17:00:51.041 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:51.042 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 17:00:51.042 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:51.045 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.045 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.046 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.047 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.048 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 17:00:51.048 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:51.051 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.051 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.051 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.051 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.051 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.051 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.051 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.052 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 17:00:51.052 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 17:00:51.055 [main] WARN org.eclipse.hawk.graph.updater.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 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 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:00:51.135 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.169 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.216 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.217 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.257 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.359 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.622 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.732 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.744 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.745 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:51.996 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:52.013 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:52.140 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:00:52.145 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:52.145 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:52.145 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:52.147 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:52.149 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:52.151 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:52.151 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 17:00:52.151 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:52.153 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:52.155 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.157 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.158 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.159 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.159 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.159 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.159 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.159 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.159 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.159 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.159 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.159 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.159 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.159 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.159 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.159 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.159 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 17:00:52.160 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:52.252 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 17:00:52.252 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:52.254 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.254 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.255 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.255 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.255 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.256 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.256 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.257 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.257 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.258 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.258 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.258 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.258 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.259 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.259 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.259 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.260 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.260 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.260 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.260 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.261 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.262 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.262 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.262 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.262 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.262 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.262 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.262 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.262 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.263 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.263 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.263 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.263 [main] WARN org.eclipse.hawk.graph.updater.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:00:52.264 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:52.264 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:52.264 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:52.268 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:52.323 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 17:00:52.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:52.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:52.337 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:00:52.340 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:52.341 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:52.341 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:00:52.424 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:00:52.425 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:52.425 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:52.425 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:52.428 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:52.428 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:52.430 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:00:52.430 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:52.430 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:52.430 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:00:52.439 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:00:52.536 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:00:52.536 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:00:52.547 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:00:52.547 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s117ms [pure insertion] marking any relevant derived attributes for update...17:00:52.547 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:52.548 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:52.550 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:00:52.550 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:52.550 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:52.550 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:00:52.552 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:00:52.575 [pool-118-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit12553414170517015348/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@430fa4ef failed java.nio.file.NoSuchFileException: /tmp/junit12553414170517015348/test_create[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 17:00:52.625 [pool-119-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit11172237308320021056/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@430fa4ef failed java.nio.file.NoSuchFileException: /tmp/junit11172237308320021056/test_recreate[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 17:00:52.645 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:00:52.645 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:00:52.650 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:00:52.650 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s100ms [pure insertion] marking any relevant derived attributes for update...17:00:52.650 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:52.650 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:52.725 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:00:52.725 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:52.725 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:52.725 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:00:52.727 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:00:52.756 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:00:52.756 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:00:52.821 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:00:52.821 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s96ms [pure insertion] marking any relevant derived attributes for update...17:00:52.821 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:52.821 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:52.822 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:00:52.822 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:52.823 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:52.823 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:00:52.824 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:00:52.845 [pool-120-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit12685178616182878045/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@430fa4ef failed java.nio.file.NoSuchFileException: /tmp/junit12685178616182878045/test_changeLastRevision[LevelDB GreyCat]/lucene/write.lock at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:149) at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.base/java.nio.file.Files.readAttributes(Files.java:1764) at org.apache.lucene.store.NativeFSLockFactory$NativeFSLock.ensureValid(NativeFSLockFactory.java:189) at org.apache.lucene.store.LockValidatingDirectoryWrapper.syncMetaData(LockValidatingDirectoryWrapper.java:61) at org.apache.lucene.index.SegmentInfos.prepareCommit(SegmentInfos.java:758) at org.apache.lucene.index.IndexWriter.startCommit(IndexWriter.java:4793) at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3326) at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3458) at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3423) at org.eclipse.hawk.greycat.lucene.SoftTxLucene.lambda$0(SoftTxLucene.java:99) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) 17:00:52.923 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:00:52.923 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:00:52.930 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:00:52.930 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s108ms [pure insertion] marking any relevant derived attributes for update...17:00:52.930 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:52.930 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:52.931 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:52.931 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:52.936 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:00:52.936 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:00:52.936 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 17:00:52.936 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:52.936 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:52.936 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:52.936 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 17:00:52.937 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:52.937 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:52.937 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 512 ms 17:00:52.960 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:53.014 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:53.014 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:53.015 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:53.015 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:53.015 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:53.017 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.profile.uml... 17:00:53.017 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:53.017 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:53.017 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.profile.uml... 17:00:53.019 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.profile.uml 17:00:53.439 [pool-194-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind 17:00:53.442 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~0sec) 17:00:53.442 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.profile.uml 17:00:53.618 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 17:00:53.618 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.profile.uml. 0s601ms [pure insertion] marking any relevant derived attributes for update...17:00:53.618 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:53.618 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:53.619 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:53.619 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:53.622 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/72 proxy references (0 sec total) 17:00:53.623 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs 17:00:53.623 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 17:00:53.624 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:53.624 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:53.624 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:53.624 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:00:53.624 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:53.624 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:53.624 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 610 ms 17:00:53.625 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:53.625 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:53.626 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:53.626 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:53.635 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:53.744 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3881888923808214358/test_stereotypeAsModel[LevelDB GreyCat] 17:00:53.744 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:53.986 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:54.014 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:54.014 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 17:00:54.036 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:54.036 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:54.149 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 17:00:54.149 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:54.153 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:54.153 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:54.154 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.154 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.157 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.159 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:54.159 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:54.159 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.161 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.164 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.164 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.164 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.164 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.164 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.213 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 17:00:54.214 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 17:00:54.219 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.227 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.317 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.322 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.323 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.465 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.542 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.715 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.748 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.754 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.754 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.761 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.823 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.931 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:00:54.938 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 17:00:54.938 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:54.941 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 17:00:54.941 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:54.942 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.942 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.948 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:54.949 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:54.949 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 17:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.015 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:00:55.016 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.016 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.016 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.016 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.016 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.016 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.016 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.016 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.017 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.017 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.017 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.017 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.017 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.017 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.017 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.017 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.017 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.017 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.018 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.019 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 17:00:55.019 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:55.020 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:55.023 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:55.025 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:55.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.032 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.032 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.033 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.033 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.033 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.033 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.034 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.034 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.035 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.035 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.036 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.036 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.036 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.037 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.038 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.038 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.038 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.039 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.039 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.039 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.039 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.039 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.040 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.040 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.040 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.040 [main] WARN org.eclipse.hawk.graph.updater.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:00:55.041 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 17:00:55.041 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:55.046 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:55.046 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:55.046 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:55.048 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:55.048 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:55.048 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:55.115 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:55.117 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:55.228 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 17:00:55.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:55.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:55.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:00:55.239 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:55.239 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:55.239 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:00:55.332 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:00:55.335 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:55.335 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:55.335 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:55.339 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:55.339 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:55.341 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:00:55.341 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:55.341 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:55.341 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:00:55.352 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:00:55.521 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:00:55.521 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:00:55.535 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:00:55.535 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s194ms [pure insertion] marking any relevant derived attributes for update...17:00:55.535 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 17:00:55.537 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 17:00:55.540 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:00:55.540 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:55.540 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:55.540 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:00:55.543 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:00:55.631 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:00:55.631 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:00:55.635 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:00:55.635 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s95ms [pure insertion] marking any relevant derived attributes for update...17:00:55.635 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:55.635 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:55.651 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:00:55.651 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:55.651 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:55.651 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:00:55.714 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:00:55.742 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:00:55.742 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:00:55.750 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:00:55.750 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s99ms [pure insertion] marking any relevant derived attributes for update...17:00:55.750 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:55.750 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:55.752 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:00:55.752 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:55.752 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:55.752 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:00:55.754 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:00:55.836 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:00:55.836 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:00:55.843 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:00:55.843 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s91ms [pure insertion] marking any relevant derived attributes for update...17:00:55.843 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:55.843 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:55.843 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:55.843 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:55.848 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:00:55.848 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:00:55.848 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 17:00:55.848 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:55.848 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:55.848 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:55.848 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:00:55.848 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:55.849 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:55.849 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 514 ms 17:00:55.926 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 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 adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:00:55.927 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:55.927 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:55.929 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:55.930 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:55.930 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:55.931 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 17:00:55.931 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:55.931 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:55.931 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 17:00:55.933 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 17:00:55.954 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 17:00:55.954 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 17:00:55.959 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:00:55.959 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s28ms [pure insertion] marking any relevant derived attributes for update...17:00:55.959 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:55.959 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:55.960 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 17:00:55.960 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:55.960 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:55.960 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 17:00:56.014 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 17:00:56.038 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 17:00:56.038 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 17:00:56.046 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 17:00:56.046 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s86ms [pure insertion] marking any relevant derived attributes for update...17:00:56.046 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:56.046 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:56.046 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:56.046 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:56.047 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 17:00:56.051 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 17:00:56.051 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 17:00:56.051 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:56.051 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:56.051 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:56.051 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:00:56.051 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:56.052 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:56.052 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 125 ms 17:00:56.052 [pool-196-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6166193378574632220/test_localfolderCrosslinks[LevelDB GreyCat] 17:00:56.054 [pool-196-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6166193378574632220/test_localfolderCrosslinks[LevelDB GreyCat] 17:00:56.056 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:56.056 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 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 adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:00:56.058 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:56.058 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:56.125 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:56.126 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6166193378574632220/test_localfolderCrosslinks[LevelDB GreyCat] 17:00:56.126 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:56.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:56.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:56.233 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 17:00:56.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:56.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:56.346 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 17:00:56.346 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:56.348 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 17:00:56.349 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:56.349 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.349 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.352 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.353 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.354 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 17:00:56.354 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:56.355 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.355 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.357 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.357 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.357 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.357 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.357 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.357 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 17:00:56.357 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 17:00:56.360 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.415 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.541 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.547 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.548 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.620 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.660 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.818 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.847 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.854 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.855 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.861 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.922 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:56.958 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:00:57.014 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:57.014 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:57.014 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:57.014 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:57.014 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:57.018 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:57.019 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:57.019 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:57.021 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:57.022 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 17:00:57.022 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:57.022 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:57.022 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:57.025 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:57.026 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:57.026 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 17:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.028 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.029 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.030 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:57.030 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 17:00:57.032 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:57.032 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:57.034 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:57.034 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:57.035 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:57.035 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.035 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.036 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.036 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.036 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.037 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.037 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.038 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.038 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.038 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.054 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.055 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.055 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.055 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.055 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.055 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.056 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.056 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.056 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.056 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.057 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.058 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.058 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.058 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.058 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.058 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.058 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.058 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.058 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.059 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.059 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.059 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.059 [main] WARN org.eclipse.hawk.graph.updater.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:00:57.123 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:57.123 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:57.131 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:57.131 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:00:57.131 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:57.131 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:57.131 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:00:57.148 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:00:57.150 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:57.150 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:57.150 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:57.153 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:57.154 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:57.156 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:00:57.156 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:57.156 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:57.156 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:00:57.218 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:00:57.319 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:00:57.320 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:00:57.333 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:00:57.333 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s177ms [pure insertion] marking any relevant derived attributes for update...17:00:57.333 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 17:00:57.335 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 17:00:57.338 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:00:57.338 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:57.338 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:57.338 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:00:57.341 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:00:57.438 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:00:57.438 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:00:57.448 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:00:57.448 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s110ms [pure insertion] marking any relevant derived attributes for update...17:00:57.448 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:57.448 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:57.514 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:00:57.514 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:57.514 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:57.514 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:00:57.515 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:00:57.541 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:00:57.541 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:00:57.549 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:00:57.549 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s35ms [pure insertion] marking any relevant derived attributes for update...17:00:57.549 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:57.549 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:57.550 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:00:57.550 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:57.550 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:57.550 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:00:57.552 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:00:57.636 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:00:57.636 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:00:57.640 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:00:57.640 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s90ms [pure insertion] marking any relevant derived attributes for update...17:00:57.640 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:57.640 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:57.640 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:57.640 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:57.645 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:00:57.645 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:00:57.645 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 17:00:57.645 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:57.645 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:57.645 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:57.645 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:00:57.645 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:57.645 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:57.645 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 495 ms 17:00:57.719 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:57.720 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:57.720 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:57.721 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:57.722 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:57.722 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:57.723 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 17:00:57.723 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:57.723 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:57.723 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 17:00:57.725 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 17:00:57.731 [pool-198-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind 17:00:57.732 [pool-198-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind 17:00:57.732 [pool-198-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind 17:00:57.734 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 17:00:57.734 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 17:00:57.741 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 17:00:57.741 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s18ms [pure insertion] marking any relevant derived attributes for update...17:00:57.741 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:57.741 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:57.742 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:57.742 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:57.743 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/23 proxy references (0 sec total) 17:00:57.745 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs 17:00:57.745 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 17:00:57.745 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:57.745 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:57.745 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:57.745 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 17:00:57.745 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:57.745 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:57.745 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 25 ms 17:00:57.749 [pool-198-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7867422105655534683/test_zoo[LevelDB GreyCat] 17:00:57.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:57.751 [main] INFO org.eclipse.hawk.core.runtime.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 17:00:57.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:57.752 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:57.815 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:57.815 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7867422105655534683/test_zoo[LevelDB GreyCat] 17:00:57.815 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:57.920 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:57.921 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:57.921 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 17:00:57.937 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:57.937 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:58.026 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:58.026 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:58.027 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.027 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.029 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.029 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 17:00:58.030 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:58.032 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:58.032 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:58.032 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.034 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.035 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.035 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.035 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.035 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.035 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.035 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 17:00:58.035 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:58.037 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.038 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.039 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.040 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:58.040 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 17:00:58.041 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 17:00:58.042 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 17:00:58.045 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.050 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.133 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.138 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.140 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.160 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.285 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.389 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.440 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.449 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.450 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.458 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.476 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.541 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 17:00:58.581 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:58.585 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:00:58.590 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 17:00:58.590 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:58.591 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.594 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.597 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.598 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 17:00:58.598 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:58.601 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.602 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.602 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.603 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.603 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:58.604 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:58.604 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.607 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.608 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.609 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.610 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.611 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.611 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.611 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.612 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.612 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.613 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.613 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.614 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.614 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.614 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.614 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.615 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.615 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.615 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.616 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.616 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.616 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.616 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.617 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.618 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.618 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.618 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.618 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.618 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.618 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.618 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.618 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.619 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.619 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.619 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.619 [main] WARN org.eclipse.hawk.graph.updater.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:00:58.662 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:00:58.662 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:00:58.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:00:58.683 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:00:58.688 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:58.724 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:58.724 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:00:58.764 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:00:58.770 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:58.770 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:00:58.771 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:00:58.887 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:00:58.887 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:00:58.889 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:00:58.889 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:58.889 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:58.889 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:00:58.924 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:00:58.955 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:00:58.955 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:00:58.961 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:00:58.961 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s73ms [pure insertion] marking any relevant derived attributes for update...17:00:58.961 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:00:58.962 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:00:58.964 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:00:58.964 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:58.964 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:58.964 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:00:58.967 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:00:59.120 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:00:59.120 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:00:59.132 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:00:59.132 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s168ms [pure insertion] marking any relevant derived attributes for update...17:00:59.132 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:59.132 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:59.149 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:00:59.149 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:59.149 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:59.149 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:00:59.150 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:00:59.237 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:00:59.237 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:00:59.248 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:00:59.248 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s99ms [pure insertion] marking any relevant derived attributes for update...17:00:59.248 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:59.248 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:59.250 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:00:59.250 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:00:59.250 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:00:59.250 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:00:59.252 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:00:59.334 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:00:59.334 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:00:59.341 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:00:59.341 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s91ms [pure insertion] marking any relevant derived attributes for update...17:00:59.341 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:00:59.341 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:00:59.341 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:00:59.341 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:00:59.346 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:00:59.346 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:00:59.346 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 17:00:59.346 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:00:59.346 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:00:59.346 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:00:59.346 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:00:59.346 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:00:59.347 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:00:59.347 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 577 ms 17:00:59.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:00:59.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:00:59.352 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:59.352 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:00:59.420 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:00:59.420 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12206579165392828891/test_indexLibraries[LevelDB GreyCat] 17:00:59.420 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:00:59.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:00:59.525 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:00:59.525 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 17:00:59.546 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:00:59.546 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:00:59.649 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:59.650 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 17:00:59.653 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.653 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.653 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:00:59.653 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:00:59.656 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.659 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.659 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.659 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.659 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.659 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.659 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 17:00:59.659 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 17:00:59.663 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.721 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.759 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.763 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.764 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.785 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.874 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.924 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.951 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.957 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.957 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.963 [main] WARN org.eclipse.hawk.graph.updater.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 17:00:59.975 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:00.038 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:01:00.038 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:00.042 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:00.043 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:00.044 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:00.046 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:00.052 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:00.052 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 17:01:00.056 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:00.056 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 17:01:00.058 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 17:01:00.059 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:00.060 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:00.061 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:00.061 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:00.065 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.065 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.065 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.065 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.065 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.065 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.065 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.065 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.065 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.065 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.065 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.065 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.065 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.066 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.066 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.066 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.066 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.066 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.066 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.066 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.066 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.066 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.066 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.066 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.066 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.067 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.068 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.069 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:01:00.114 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:00.116 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:00.118 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:00.120 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 17:01:00.121 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:00.121 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:00.122 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:00.127 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:00.128 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 17:01:00.129 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:00.129 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:00.129 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:00.137 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:00.138 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.138 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.138 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.139 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.139 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.140 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.140 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.142 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.142 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.142 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.143 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.143 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.143 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.144 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.144 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.144 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.177 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.178 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.178 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.178 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.178 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.214 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.214 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.214 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.215 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.215 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.215 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.215 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.215 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.216 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.216 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.216 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.216 [main] WARN org.eclipse.hawk.graph.updater.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:01:00.239 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:01:00.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:01:00.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:01:00.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:01:00.319 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:01:00.319 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:01:00.319 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:01:00.341 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:01:00.342 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:01:00.342 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:01:00.342 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:01:00.345 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:01:00.346 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:01:00.347 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:01:00.347 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:00.347 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:00.347 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:01:00.415 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:01:00.445 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:01:00.445 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:01:00.455 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:01:00.455 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s108ms [pure insertion] marking any relevant derived attributes for update...17:01:00.455 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:01:00.456 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:01:00.522 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:01:00.522 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:00.522 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:00.522 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:01:00.524 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:01:00.547 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:01:00.547 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:01:00.557 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:01:00.557 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s35ms [pure insertion] marking any relevant derived attributes for update...17:01:00.557 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:00.557 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:00.558 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:01:00.558 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:00.558 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:00.558 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:01:00.560 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:01:00.634 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:01:00.634 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:01:00.640 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:01:00.641 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s83ms [pure insertion] marking any relevant derived attributes for update...17:01:00.641 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:00.641 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:00.642 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:01:00.642 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:00.642 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:00.642 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:01:00.645 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:01:00.731 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:01:00.731 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:01:00.738 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:01:00.738 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s96ms [pure insertion] marking any relevant derived attributes for update...17:01:00.738 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:00.738 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:00.739 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:01:00.739 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:01:00.743 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:01:00.744 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:01:00.744 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 17:01:00.744 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:01:00.744 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:01:00.744 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:01:00.744 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:01:00.744 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:01:00.744 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:01:00.744 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 402 ms 17:01:00.744 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 17:01:00.746 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:01:00.746 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:01:00.756 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 17:01:00.756 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:00.757 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 17:01:00.757 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:00.758 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:00.758 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:00.758 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 17:01:00.759 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:00.814 [main] INFO org.eclipse.hawk.graph.updater.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) 17:01:00.814 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:01:00.856 [main] INFO org.eclipse.hawk.core.runtime.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 17:01:00.861 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:01:00.861 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:01:00.861 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:01:00.862 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:01:00.862 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:01:00.862 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:01:00.862 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:01:00.862 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:01:00.862 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:01:00.862 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:01:00.862 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:01:00.862 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:01:00.862 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:01:00.862 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:01:00.862 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:01:00.864 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:01:00.864 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:01:00.864 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:01:00.866 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 17:01:00.866 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:00.866 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:00.866 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 17:01:00.868 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 17:01:00.921 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 17:01:00.921 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 17:01:00.925 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:01:00.925 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s59ms [pure insertion] marking any relevant derived attributes for update...17:01:00.925 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:00.925 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:00.925 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:01:00.925 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:01:00.927 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 17:01:00.927 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 17:01:00.927 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:01:00.927 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:01:00.927 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:01:00.927 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:01:00.927 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 17:01:00.927 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:01:00.927 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:01:00.927 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 66 ms 17:01:00.931 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:01:00.931 [main] INFO org.eclipse.hawk.core.runtime.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 17:01:00.932 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:01:00.932 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:01:00.940 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:01:00.965 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7704260709778587115/test_customProfileV4[LevelDB GreyCat] 17:01:00.965 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:01:01.206 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:01:01.207 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:01:01.207 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 17:01:01.222 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:01:01.222 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:01:01.261 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 17:01:01.261 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:01.315 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.315 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.315 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:01:01.315 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:01.317 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.318 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 17:01:01.318 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:01.318 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.321 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.321 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.322 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.322 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.322 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.322 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.322 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.322 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:01.322 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 17:01:01.324 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:01:01.324 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:01.325 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.327 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.328 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 17:01:01.328 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 17:01:01.331 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.335 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.422 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.426 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.428 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.452 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.626 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.667 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.731 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.740 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.741 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.747 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.759 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.870 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:01.874 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:01.875 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 17:01:01.877 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 17:01:01.877 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:01.878 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.878 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.880 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.883 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.884 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.885 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.885 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 17:01:01.886 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:01.889 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.890 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.891 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:01:01.891 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:01.891 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.914 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.915 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:01.917 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.917 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.917 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.918 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.918 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.918 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.918 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.920 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.920 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.920 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.920 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.920 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.920 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.921 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.921 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.921 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.921 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.922 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.922 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.922 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.922 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.923 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.923 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.923 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.923 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.923 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.923 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.923 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.923 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.924 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.924 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.924 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.924 [main] WARN org.eclipse.hawk.graph.updater.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:01:01.939 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 17:01:01.939 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:01:01.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:01:01.948 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:01:01.948 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:01:01.948 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:01:01.948 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:01:02.061 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:01:02.063 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:01:02.063 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:01:02.063 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:01:02.115 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:01:02.115 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:01:02.116 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:01:02.116 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:02.116 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:02.116 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:01:02.123 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:01:02.145 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:01:02.145 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:01:02.150 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:01:02.150 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s35ms [pure insertion] marking any relevant derived attributes for update...17:01:02.150 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:01:02.151 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:01:02.152 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:01:02.152 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:02.152 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:02.152 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:01:02.154 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:01:02.240 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:01:02.240 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:01:02.246 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:01:02.247 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s95ms [pure insertion] marking any relevant derived attributes for update...17:01:02.247 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:02.247 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:02.248 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:01:02.248 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:02.248 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:02.248 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:01:02.250 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:01:02.330 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:01:02.330 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:01:02.339 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:01:02.339 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s91ms [pure insertion] marking any relevant derived attributes for update...17:01:02.339 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:02.339 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:02.351 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:01:02.351 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:02.351 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:02.351 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:01:02.353 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:01:02.436 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:01:02.436 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:01:02.447 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:01:02.447 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s96ms [pure insertion] marking any relevant derived attributes for update...17:01:02.447 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:02.447 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:02.448 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:01:02.448 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:01:02.452 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:01:02.452 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:01:02.452 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 17:01:02.452 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:01:02.452 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:01:02.452 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:01:02.452 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 17:01:02.452 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:01:02.452 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:01:02.452 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 389 ms 17:01:02.453 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 17:01:02.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:01:02.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:01:02.527 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:02.527 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 17:01:02.527 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:02.528 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:02.529 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 17:01:02.529 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:02.530 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 17:01:02.530 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:02.533 [main] INFO org.eclipse.hawk.graph.updater.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) 17:01:02.533 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 17:01:02.560 [main] INFO org.eclipse.hawk.core.runtime.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/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false 17:01:02.561 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:01:02.561 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:01:02.561 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:01:02.614 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:01:02.614 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:01:02.614 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:01:02.614 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:01:02.614 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:01:02.614 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:01:02.614 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 17:01:02.614 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:01:02.614 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:01:02.614 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:01:02.614 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 17:01:02.614 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:01:02.616 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:01:02.616 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:01:02.616 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:01:02.620 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 17:01:02.620 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:02.620 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:02.620 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 17:01:02.623 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 17:01:02.636 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 17:01:02.636 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 17:01:02.640 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:01:02.640 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s20ms [pure insertion] marking any relevant derived attributes for update...17:01:02.640 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:02.640 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:02.640 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:01:02.640 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:01:02.641 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 17:01:02.642 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 17:01:02.642 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 17:01:02.642 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:01:02.642 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:01:02.642 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:01:02.642 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 17:01:02.642 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:01:02.642 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:01:02.642 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 81 ms 17:01:02.646 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:01:02.646 [main] INFO org.eclipse.hawk.core.runtime.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/simpleProfileApplicationNewVersion/:org.eclipse.hawk.localfolder.LocalFolder:false 17:01:02.648 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:01:02.648 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:01:02.714 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:01:02.714 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1962710389365323729/test_customProfileV5[LevelDB GreyCat] 17:01:02.714 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:01:02.858 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:01:02.859 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:01:02.859 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 17:01:02.925 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:01:02.925 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:01:03.117 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:03.118 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 17:01:03.120 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:01:03.121 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:03.121 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.122 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.122 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.125 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.125 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.125 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.125 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.125 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.126 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:01:03.126 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:03.126 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.130 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.130 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.131 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 17:01:03.131 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 17:01:03.135 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.141 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.240 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.245 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.246 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.318 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.360 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.523 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.550 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.556 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.557 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.615 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.627 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.755 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:03.815 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:03.816 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 17:01:03.818 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:01:03.819 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:03.820 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.821 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.825 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 17:01:03.825 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:03.826 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.826 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.827 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.831 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.832 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.833 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.834 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 17:01:03.834 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:03.836 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.836 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.839 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.841 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:03.841 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.842 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 17:01:03.842 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.847 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:03.850 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.850 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.850 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.851 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.851 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.852 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.852 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.854 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.854 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.854 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.855 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.855 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.855 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.856 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.856 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.856 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.857 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.857 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.857 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.857 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.857 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.859 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.859 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.859 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.859 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.859 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.859 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.859 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.859 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.860 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.860 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.860 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.860 [main] WARN org.eclipse.hawk.graph.updater.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:01:03.861 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:03.861 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 17:01:03.962 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 17:01:03.962 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:01:04.017 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:01:04.017 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:01:04.017 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:01:04.017 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:01:04.017 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:01:04.036 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:01:04.038 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:01:04.038 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:01:04.038 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:01:04.041 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:01:04.041 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:01:04.042 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:01:04.042 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:04.042 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:04.042 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:01:04.116 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:01:04.147 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:01:04.147 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:01:04.155 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:01:04.155 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s113ms [pure insertion] marking any relevant derived attributes for update...17:01:04.155 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 17:01:04.156 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 17:01:04.226 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:01:04.226 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:04.226 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:04.226 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:01:04.229 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:01:04.258 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:01:04.258 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:01:04.319 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:01:04.319 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s93ms [pure insertion] marking any relevant derived attributes for update...17:01:04.319 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:04.319 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:04.320 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:01:04.320 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:04.320 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:04.320 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:01:04.322 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:01:04.344 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:01:04.344 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:01:04.348 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:01:04.348 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s28ms [pure insertion] marking any relevant derived attributes for update...17:01:04.348 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:04.348 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:04.350 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:01:04.350 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:04.350 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:04.350 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:01:04.352 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:01:04.436 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:01:04.436 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:01:04.442 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:01:04.442 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s92ms [pure insertion] marking any relevant derived attributes for update...17:01:04.442 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:04.442 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:04.443 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:01:04.443 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:01:04.447 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:01:04.447 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:01:04.447 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 17:01:04.447 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:01:04.447 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:01:04.447 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:01:04.447 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:01:04.448 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:01:04.448 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:01:04.448 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 410 ms 17:01:04.448 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/model.profile.uml to store 17:01:04.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:01:04.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:01:04.462 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///schemas/RootElement/_I0k2UM7mEeeDhYwXdKEW_w/0/0.0.1 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:04.462 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.4 to http://www.eclipse.org/emf/2002/Ecore 17:01:04.462 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:04.514 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.5 to http://www.eclipse.org/emf/2002/Ecore 17:01:04.515 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:04.515 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://github.com/mondo-project/mondo-hawk/simpleProfile/0.0.3 to http://www.eclipse.org/emf/2002/Ecore 17:01:04.515 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:04.516 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:04.519 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 17:01:04.519 [main] INFO org.eclipse.hawk.core.runtime.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) 17:01:04.551 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///tmp/junit9606790770539023520/:org.eclipse.hawk.localfolder.LocalFolder:false 17:01:04.552 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:01:04.552 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:01:04.552 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:01:04.552 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:01:04.552 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:01:04.552 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:01:04.552 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:01:04.553 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:01:04.553 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:01:04.553 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 17:01:04.553 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:01:04.553 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:01:04.553 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:01:04.553 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 17:01:04.553 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:01:04.557 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:01:04.558 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:01:04.558 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:01:04.558 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /zoo/model.uml... 17:01:04.558 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:04.559 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:04.559 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /zoo/model.uml... 17:01:04.560 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /zoo/model.uml 17:01:04.622 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 17:01:04.622 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /zoo/model.uml 17:01:04.629 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 17:01:04.629 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /zoo/model.uml. 0s71ms [pure insertion] marking any relevant derived attributes for update...17:01:04.629 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:04.629 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:04.631 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml... 17:01:04.631 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:04.631 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:04.631 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml... 17:01:04.633 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml 17:01:04.844 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~0sec) 17:01:04.844 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml 17:01:05.021 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 17:01:05.022 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml. 0s391ms [pure insertion] marking any relevant derived attributes for update...17:01:05.022 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:05.022 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:05.025 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 17:01:05.025 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:05.025 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:05.025 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml... 17:01:05.027 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 17:01:05.035 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 17:01:05.035 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 17:01:05.039 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:01:05.039 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml. 0s14ms [pure insertion] marking any relevant derived attributes for update...17:01:05.039 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:05.039 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:05.040 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml... 17:01:05.040 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:05.040 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:05.040 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml... 17:01:05.042 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml 17:01:05.059 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 17:01:05.059 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml 17:01:05.119 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 17:01:05.119 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml. 0s79ms [pure insertion] marking any relevant derived attributes for update...17:01:05.119 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:05.119 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:05.120 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml... 17:01:05.120 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:05.121 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:05.121 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml... 17:01:05.124 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml 17:01:05.141 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 17:01:05.141 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml 17:01:05.146 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:01:05.146 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml. 0s26ms [pure insertion] marking any relevant derived attributes for update...17:01:05.146 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:05.146 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:05.146 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:01:05.146 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:01:05.150 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/109 proxy references (0 sec total) 17:01:05.156 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs 17:01:05.156 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 17:01:05.156 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:01:05.156 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:01:05.156 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:01:05.156 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 17:01:05.156 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:01:05.157 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:01:05.157 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 605 ms 17:01:05.159 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:01:05.216 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:01:05.216 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:01:05.216 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:01:05.219 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 17:01:05.219 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:05.219 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 17:01:05.222 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 17:01:05.222 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 17:01:05.222 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml... 17:01:05.222 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml 17:01:05.229 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.007s 17:01:05.234 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 17:01:05.242 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 17:01:05.242 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 17:01:05.246 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 17:01:05.246 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml. 0s27ms [pure insertion] marking any relevant derived attributes for update...17:01:05.246 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:05.246 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:05.246 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:01:05.246 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:01:05.248 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/74 proxy references (0 sec total) 17:01:05.249 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs 17:01:05.249 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 17:01:05.249 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:01:05.249 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:01:05.249 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:01:05.249 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 17:01:05.249 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:01:05.249 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:01:05.249 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 90 ms 17:01:05.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:01:05.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: file:///tmp/junit9606790770539023520/:org.eclipse.hawk.localfolder.LocalFolder:false 17:01:05.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:01:05.252 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:01:05.314 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:01:05.318 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8692237698321980733/test_modelProfileInsideRepository[LevelDB GreyCat] 17:01:05.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 17:01:05.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 17:01:05.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:01:05.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.uml.metamodel.UMLMetaModelResourceFactory 17:01:05.514 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 17:01:05.514 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 17:01:05.552 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:05.553 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/2 to http://www.eclipse.org/uml2/5.0.0/Types 17:01:05.555 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/emf/2002/Ecore 17:01:05.555 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/5 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:05.557 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:05.558 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:05.559 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:05.559 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:05.559 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:05.559 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:05.559 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:05.559 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:05.560 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/emf/2002/Ecore 17:01:05.560 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/5.0.0/UML to http://www.eclipse.org/uml2/5.0.0/Types 17:01:05.614 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:05.619 [main] WARN org.eclipse.hawk.graph.updater.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 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 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:01:05.830 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:05.835 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:05.836 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:05.856 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:05.946 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.039 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.154 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.214 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.215 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.221 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.232 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.418 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:01:06.418 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:06.420 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.420 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.421 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.422 [main] DEBUG org.eclipse.hawk.graph.updater.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 17:01:06.427 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/emf/2002/Ecore 17:01:06.427 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/0 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:06.429 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/emf/2002/Ecore 17:01:06.429 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.429 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/3 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:06.429 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.529 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.530 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:01:06.530 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:06.531 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.532 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.532 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.534 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 17:01:06.535 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:06.536 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.538 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 17:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.539 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.540 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/emf/2002/Ecore 17:01:06.541 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/Ecore/4 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:06.542 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.542 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.544 [main] WARN org.eclipse.hawk.graph.updater.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 17:01:06.545 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/emf/2002/Ecore 17:01:06.545 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/uml2/schemas/UML2/1 to http://www.eclipse.org/uml2/5.0.0/UML 17:01:06.548 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.548 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.548 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.548 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.548 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.549 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.549 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.550 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.550 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.550 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.551 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.551 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.551 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.551 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.551 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.551 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.552 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.552 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.552 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.552 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.553 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.553 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.553 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.553 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.554 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.554 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.554 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.554 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.554 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.555 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.555 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.555 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.555 [main] WARN org.eclipse.hawk.graph.updater.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:01:06.625 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 17:01:06.625 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 17:01:06.721 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 17:01:06.721 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 17:01:06.721 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:01:06.721 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:01:06.721 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 17:01:06.737 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 17:01:06.738 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:01:06.738 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:01:06.738 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:01:06.743 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:01:06.743 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:01:06.814 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 17:01:06.814 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:06.814 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:06.814 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 17:01:06.823 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 17:01:06.921 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 17:01:06.921 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 17:01:06.929 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 17:01:06.929 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s115ms [pure insertion] marking any relevant derived attributes for update...17:01:06.929 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 17:01:06.931 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 17:01:06.942 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 17:01:06.942 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:06.942 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:06.942 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 17:01:06.944 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 17:01:07.020 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 17:01:07.020 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 17:01:07.029 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 17:01:07.029 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s87ms [pure insertion] marking any relevant derived attributes for update...17:01:07.029 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:07.029 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:07.030 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 17:01:07.030 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:07.030 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:07.030 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 17:01:07.032 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 17:01:07.053 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 17:01:07.053 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 17:01:07.057 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 17:01:07.058 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s28ms [pure insertion] marking any relevant derived attributes for update...17:01:07.058 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:07.058 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:07.059 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 17:01:07.059 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:07.059 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:07.059 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 17:01:07.114 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 17:01:07.142 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 17:01:07.142 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 17:01:07.148 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 17:01:07.148 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s89ms [pure insertion] marking any relevant derived attributes for update...17:01:07.148 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:07.148 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:07.148 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:01:07.148 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:01:07.153 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 17:01:07.153 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 17:01:07.153 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 17:01:07.153 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:01:07.153 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:01:07.153 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:01:07.153 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 17:01:07.153 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:01:07.153 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:01:07.153 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 415 ms 17:01:07.248 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false 17:01:07.249 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:01:07.249 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 17:01:07.251 [pool-208-thread-1] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 2 ms 17:01:07.251 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 17:01:07.251 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 17:01:07.251 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 17:01:07.252 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 17:01:07.252 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:07.252 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:07.252 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 17:01:07.254 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 17:01:07.327 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 17:01:07.327 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 17:01:07.339 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 17:01:07.339 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s87ms [pure insertion] marking any relevant derived attributes for update...17:01:07.339 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:07.339 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:07.340 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 17:01:07.340 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 17:01:07.341 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 17:01:07.341 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 17:01:07.343 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 17:01:07.418 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 17:01:07.418 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 17:01:07.421 [pool-208-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 17:01:07.422 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s82ms [pure insertion] marking any relevant derived attributes for update...17:01:07.422 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 17:01:07.422 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 17:01:07.422 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 17:01:07.422 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 17:01:07.423 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 17:01:07.426 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 17:01:07.426 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 17:01:07.426 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 17:01:07.426 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 17:01:07.426 [pool-208-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 17:01:07.426 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 17:01:07.426 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 17:01:07.426 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 17:01:07.426 [pool-208-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 177 ms 17:01:07.426 [pool-208-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7241818654895201867/test_workspaceCrosslinks[LevelDB GreyCat] 17:01:07.428 [pool-208-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit7241818654895201867/test_workspaceCrosslinks[LevelDB GreyCat] 17:01:07.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 17:01:07.432 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false 17:01:07.433 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 17:01:07.433 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 17:01:07.443 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 17:01:07.444 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7241818654895201867/test_workspaceCrosslinks[LevelDB GreyCat] 17:01:07.444 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 104.265 s - in org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite set0[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 29.442 s tree[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.264 s treeWithSpaces[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.226 s treeCrossResourceContainment[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.571 s derivedEdgeCollection[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.795 s deriveThenAdd[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.516 s derivedEdgeSingle[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.506 s addThenIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.399 s lookupWithIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.395 s lookupWithoutIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.305 s eContainersIsUpdatedRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest) Time elapsed: 0.68 s queryEnumValues[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.EnumSupportTest) Time elapsed: 0.216 s metamodels[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.305 s elephantResolve[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 3.204 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 1.77 s metamodel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 1.451 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 16.247 s bpmn[LevelDB GreyCat](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest) Time elapsed: 0.206 s instanceCountsAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.397 s listFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.333 s instanceCounts[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.513 s reverseRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.795 s forwardRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.571 s allContents[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 6.028 s subtreeTraversalScoping[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 4.102 s getAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 5.18 s getFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 3.504 s getAllOfCountsSubtypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 2.911 s addChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.304 s addModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.301 s renameRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.581 s eContainer[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.29 s removeChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.221 s renameChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.275 s upgradeModelProfileVersion[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.719 s stereotypeAsModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3 s localfolderCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.382 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 1.689 s indexLibraries[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 1.605 s customProfileV4[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 1.544 s customProfileV5[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 1.75 s modelProfileInsideRepository[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.604 s workspaceCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 2.125 s Results: Tests run: 130, 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-SkylxSZAbXCM/agent.186 SSH_AGENT_PID=188 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_3797136248815612108.key (/home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_3797136248815612108.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + greycat/deploy-downloads.sh Creating downloads for Hawk Greycat backend 2.3.0 at /home/data/httpd/download.eclipse.org/hawk/2.3.0 Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). sending incremental file list artifacts.jar artifacts.xml.xz content.jar content.xml.xz p2.index features/org.eclipse.hawk.greycat.feature.source_2.3.0.202303051303.jar features/org.eclipse.hawk.greycat.feature_2.3.0.202303051303.jar features/org.eclipse.hawk.greycat.tests.feature.source_2.3.0.202207061758.jar features/org.eclipse.hawk.greycat.tests.feature_2.3.0.202207061758.jar plugins/org.eclipse.hawk.greycat.source_2.3.0.202303051303.jar plugins/org.eclipse.hawk.greycat.tests.source_2.3.0.202207061758.jar plugins/org.eclipse.hawk.greycat.tests_2.3.0.202207061758.jar plugins/org.eclipse.hawk.greycat_2.3.0.202303051303.jar sent 6.07M bytes received 19.49K bytes 4.06M bytes/sec total size is 8.76M speedup is 1.44 Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 188 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: , teamDomain: hawk-developers, channel: #ci-notifications, color: #00FF00, botUser: true, tokenCredentialId: slack-token, notifyCommitters: false, iconEmoji: , username: , timestamp: [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS